/* size basic font */
/* basic borders attributs */
/* border radius */
/* Rotation */
#QuickAccess {
  position: absolute;
  background-color: #FFFFFF;
}

.outer a {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  color: #4d4d4d;
  border: none;
  position: relative;
  white-space: nowrap;
  margin-left: 0;
  padding: 0 8px;
  margin-right: 10px;
}
.outer a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: calc(100% + 11px);
  opacity: 0;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
}
.outer a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.outer a img {
  display: none;
}
.outer a[onclick*="showActionsMenu(this, 'QuickAccess');return false;"]:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  position: absolute;
  transform: rotate(90deg);
  font-size: 24px;
  top: -5px;
}

#PNL-AXAdminAction {
  width: 450px;
}

#APP-admin .outer-right-bottom {
  background: #e6e6e6;
}
#APP-admin .outer-right-bottom .outerzone3 {
  padding-bottom: 30px;
}

#APP-admin .tabnav2 form {
  margin-top: -17px;
}

#PNL-AXAdminAction .zone3 a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#PNL-AXAdminAction .zone3 a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}

#CategoryList ul h1 {
  border-bottom: 1px solid #e0e0e0;
  width: 80%;
}
#CategoryList ul h1 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  display: inline-block;
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #007ed9;
  padding: 0 10px;
  margin-bottom: 5px;
  overflow: hidden;
  text-decoration: none;
}
#CategoryList ul h1 a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 113, 194, 0.15);
  transform: scale(0.8);
  transition: all 0.1s linear;
}
#CategoryList ul h1 a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

#CategoryList ul li {
  list-style: none;
  padding-left: 0;
  width: 80%;
}
#CategoryList ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.07s linear;
  margin-left: 4px;
  padding-left: 30px;
}
#CategoryList ul li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  width: 100%;
  height: calc(100% - 4px);
  top: 2px;
  left: -3px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  z-index: 0;
}
#CategoryList ul li a:hover:before {
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.05s linear;
}
#CategoryList ul li a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  content: "\e910";
  opacity: 1;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
  position: absolute;
  left: 0;
  color: #4d4d4d;
  z-index: +1;
}
#CategoryList ul li a:hover:after {
  transform: translateX(0);
}

#QuickAccess {
  width: auto;
  padding-top: 10px;
  padding-right: 10px;
  z-index: 3;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

#QuickAccess li {
  list-style: none;
  position: relative;
  float: none;
  padding-left: 10px;
}
#QuickAccess li:last-child {
  margin-bottom: 5px;
}
#QuickAccess li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  display: inline-block;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #4d4d4d;
  padding: 0 10px;
  margin-bottom: 0;
  overflow: hidden;
  text-decoration: none;
}
#QuickAccess li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  transition: all 0.1s linear;
}
#QuickAccess li a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
#QuickAccess li a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  content: "\e910";
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
#QuickAccess li a:hover:after {
  opacity: 0.7;
  transform: translateX(0);
}
#QuickAccess li ul {
  left: 250px !important;
  top: 0;
  z-index: 3;
  position: absolute;
  background: white;
  width: 400px;
  margin: 0;
  padding: 0 10px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
#QuickAccess li ul li {
  display: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
}
#QuickAccess li:hover ul li {
  display: block;
}
#QuickAccess li:hover ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 0 0 15px;
  text-align: left;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#QuickAccess li:hover ul li a:first-child {
  margin-top: 10px;
}
#QuickAccess li:hover ul li a:last-child {
  margin-bottom: 10px;
}
#QuickAccess li:hover ul li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
#QuickAccess li:hover ul li a:hover:before {
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.05s linear;
}
#QuickAccess li:hover ul li a:after {
  content: "";
}
#QuickAccess li:hover ul li a:hover:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  transform: rotate(0deg);
}

a[href*="doExecuteBeforeListsImport"],
a[href*="doExecuteBeforeListsExport"],
a[href*="TypesImport"],
a[href*="TypesExport"],
a[href*="UsersPresubscriptions"],
a[href*="GroupsPresubscriptions"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
a[href*="doExecuteBeforeListsImport"]:hover,
a[href*="doExecuteBeforeListsExport"]:hover,
a[href*="TypesImport"]:hover,
a[href*="TypesExport"]:hover,
a[href*="UsersPresubscriptions"]:hover,
a[href*="GroupsPresubscriptions"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
a[href*="doExecuteBeforeListsImport"]:before,
a[href*="doExecuteBeforeListsExport"]:before,
a[href*="TypesImport"]:before,
a[href*="TypesExport"]:before,
a[href*="UsersPresubscriptions"]:before,
a[href*="GroupsPresubscriptions"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
a[href*="doExecuteBeforeListsImport"]:hover:before,
a[href*="doExecuteBeforeListsExport"]:hover:before,
a[href*="TypesImport"]:hover:before,
a[href*="TypesExport"]:hover:before,
a[href*="UsersPresubscriptions"]:hover:before,
a[href*="GroupsPresubscriptions"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PNL-DskPages .grid-history a {
  margin-right: -12px;
}

#APP-admin .checkbox,
#APP-vdp .checkbox {
  margin-top: 6px;
}

#PNL-VDPImportServerWizard .form-style2 table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2),
#PNL-VDPImportServerWizard .form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) {
  font-size: 16px;
}

#PNL-FrmForumSpaceAttributesInfos .form-style2 .table-border > tbody > tr:nth-child(2) .cell1,
#PNL-FrmForumSpaceAttributesInfos .form-style2 .table-border > tbody > tr:nth-child(3) .cell1 {
  vertical-align: middle;
}

.vui-screen-selector.selector-container .vui-selecting.vui-selector-filter-view.vui-selector-unbrowsable-view .detail.detail-selectable .actions {
  display: none;
}

.connection-create .text-highlighted.mandatory:after {
  content: none;
}
.connection-create .text-highlighted.mandatory + .vui-noinfo-handler {
  position: relative;
}
.connection-create .text-highlighted.mandatory + .vui-noinfo-handler:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: -6px;
  top: -15px;
  border-radius: 50%;
  background-color: #eb003b;
}
.connection-create .text-highlighted.mandatory + .vui-noinfo-handler img {
  display: none;
}

#PNL-ReportReportWizard .error {
  max-width: 500px;
  white-space: pre-wrap;
}

/* btn create add address extends attributes */
.DirOrganization-edit .cell-right span.vui-combobox,
.DirOrganization-edit .cell-right span.vui-combobox-multi {
  bottom: 1px;
  font-size: 0;
  white-space: nowrap;
  position: relative;
}
.DirOrganization-edit .cell-right span.vui-combobox ~ span.button.postaction.action-create a,
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ span.button.postaction.action-create a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  height: 39px;
  margin-left: 15px;
  font-size: 0;
}
.DirOrganization-edit .cell-right span.vui-combobox ~ span.button.postaction.action-create a:hover,
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ span.button.postaction.action-create a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.DirOrganization-edit .cell-right span.vui-combobox ~ span.button.postaction.action-create a:before,
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ span.button.postaction.action-create a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.DirOrganization-edit .cell-right span.vui-combobox ~ span.button.postaction.action-create a:hover:before,
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ span.button.postaction.action-create a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.DirOrganization-edit .cell-right span.vui-combobox ~ span.button.postaction.action-create a:after,
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ span.button.postaction.action-create a:after {
  color: #70bf00 !important;
}
.DirOrganization-edit .cell-right span.vui-combobox ~ span.button.postaction.action-create a .button1-part1,
.DirOrganization-edit .cell-right span.vui-combobox ~ span.button.postaction.action-create a .button1-part1-down,
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ span.button.postaction.action-create a .button1-part1,
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ span.button.postaction.action-create a .button1-part1-down {
  font-size: 18px;
  line-height: 6px;
  position: relative;
  top: 5px;
}
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ .vui-combobox-selected-items[style*="display: none;"] + .vui-combobox-actions[style*="display: none;"] + div:empty + input[type*="hidden"] ~ span.button.postaction.action-create a {
  position: relative;
  margin-top: 0;
  margin-left: 15px;
  transition: none;
}
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ .vui-combobox-actions[style*="display: block;"] ~ span.button.postaction.action-create a {
  position: absolute;
  margin-top: -101px;
  margin-left: 353px;
  transition: none;
}
.DirOrganization-edit .cell-right span.vui-combobox-multi ~ .vui-combobox-actions[style*="display: none;"] + div:empty ~ span.button.postaction.action-create a {
  position: absolute;
  margin-top: -64px;
  margin-left: 353px;
  transition: none;
}

.portlet .header-nav .portletnav .content-active {
  color: #007bc2;
  background-color: rgba(0, 113, 194, 0.15);
  height: calc(100% + 12px);
  border-radius: 5px;
  padding: 6px 8px;
}
.portlet .header-nav .portletnav .content-active:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  display: block;
  transform-origin: center center;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}

.selector .grid-content-zone .grid-history {
  display: block;
}

.selector .outer-left-top {
  padding-bottom: 0;
}

.selector .buttons-outer {
  float: right;
  position: relative;
  margin-right: 30px;
  margin-top: -110px;
}
.selector .buttons-outer a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  /*&:after {
    content: "\e925";
    @include icomoon;
    @include ft-size-line($size:$fz-x-large, $line:24px);
    color: $red;
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    top: 8px;
  }*/
}
.selector .buttons-outer a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.selector .buttons-outer a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.selector .buttons-outer a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PNL-SecurityRules a[href*="doReset"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 35px;
}
#PNL-SecurityRules a[href*="doReset"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-SecurityRules a[href*="doReset"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-SecurityRules a[href*="doReset"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-SecurityRules a[href*="doReset"]:after {
  content: "\e964";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 5px;
}

#PNL-SecurityRule .buttons-outer span.button:first-child {
  float: right;
}
#PNL-SecurityRule .buttons-outer span.button:first-child a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px !important;
  padding-left: 40px;
}
#PNL-SecurityRule .buttons-outer span.button:first-child a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-SecurityRule .buttons-outer span.button:first-child a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-SecurityRule .buttons-outer span.button:first-child a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  position: absolute;
  left: 8px;
  display: inline-block;
  vertical-align: middle;
  top: 7px;
}

#PNL-SecurityRules a[href*="doCancel"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#PNL-SecurityRules a[href*="doCancel"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-SecurityRules a[href*="doCancel"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-SecurityRules a[href*="doCancel"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-SecurityRules a[href*="doCancel"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

#APP-NewsCenter #PNL-SecurityRules a[href*="doCancel"] {
  padding-left: 10px;
}
#APP-NewsCenter #PNL-SecurityRules a[href*="doCancel"]:after {
  content: none;
}

#PNL-SecurityRule .header-border > tbody > tr > td.header-helper:before {
  content: "\e903";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 10px;
  color: #007ed9;
}
#PNL-SecurityRule .header-border > tbody > tr > td.header-helper .text-style1 {
  margin-left: 34px;
}

#PNL-SecurityRule #zone1 .form-style2 .cell1,
#PNL-SecurityRule #zone1 .form-style2 .cell2 {
  display: block;
  border-left: 4px solid #e0e0e0;
}

#PNL-SecurityRule #zone1.content-zone {
  margin-left: 34px;
}

#PNL-SecurityRule #zone1 .form-style2 .table-border .cell1,
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .header-level1 {
  font-size: 27px;
  font-weight: 900;
  line-height: 36.45px;
  background-color: #f7f7f7;
  color: #4d4d4d;
  padding: 11px 22px 13px 22px;
  width: 100%;
}

#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .header-level1 {
  border-left: 4px solid #e0e0e0;
}

#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 {
  margin-bottom: 30px;
  padding: 40px 22px 20px;
  font-size: 0;
}
#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 label {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  display: block;
  margin-top: 7px;
  padding: 0 30px;
  height: auto;
}
#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 label[for*="4"] {
  margin-bottom: 15px;
}

.buttons-outer span.button.main,
#PLT-AXWebSearch .buttons-outer span.button {
  float: right;
}
.buttons-outer span.button.main a,
#PLT-AXWebSearch .buttons-outer span.button a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  display: inline-block;
  margin-right: 0 !important;
  padding-left: 40px;
}
.buttons-outer span.button.main a:hover:before,
#PLT-AXWebSearch .buttons-outer span.button a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.buttons-outer span.button.main a:before,
#PLT-AXWebSearch .buttons-outer span.button a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.buttons-outer span.button.main a:after,
#PLT-AXWebSearch .buttons-outer span.button a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  position: absolute;
  left: 8px;
  display: inline-block;
  vertical-align: middle;
  top: 7px;
}

.configuration-edit .outerzone3 .zone3 .center .inner .header-border div[class=""] > table > tbody > tr > td > table > tbody > tr:nth-child(2) + tr #zone1 .table-border > tbody > tr:nth-child(5) .cell1.text-align3 + .cell2 .button.postaction a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  background-color: #eb003b;
}
.configuration-edit .outerzone3 .zone3 .center .inner .header-border div[class=""] > table > tbody > tr > td > table > tbody > tr:nth-child(2) + tr #zone1 .table-border > tbody > tr:nth-child(5) .cell1.text-align3 + .cell2 .button.postaction a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.configuration-edit .outerzone3 .zone3 .center .inner .header-border div[class=""] > table > tbody > tr > td > table > tbody > tr:nth-child(2) + tr #zone1 .table-border > tbody > tr:nth-child(5) .cell1.text-align3 + .cell2 .button.postaction a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.configuration-edit .outerzone3 .zone3 .center .inner .header-border div[class=""] > table > tbody > tr > td > table > tbody > tr[style="display:none"]:nth-child(2) + tr #zone1 .table-border > tbody > tr:nth-child(5) .cell1.text-align3 + .cell2 .button.postaction a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
.configuration-edit .outerzone3 .zone3 .center .inner .header-border div[class=""] > table > tbody > tr > td > table > tbody > tr[style="display:none"]:nth-child(2) + tr #zone1 .table-border > tbody > tr:nth-child(5) .cell1.text-align3 + .cell2 .button.postaction a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.configuration-edit .outerzone3 .zone3 .center .inner .header-border div[class=""] > table > tbody > tr > td > table > tbody > tr[style="display:none"]:nth-child(2) + tr #zone1 .table-border > tbody > tr:nth-child(5) .cell1.text-align3 + .cell2 .button.postaction a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.configuration-edit .outerzone3 .zone3 .center .inner .header-border div[class=""] > table > tbody > tr > td > table > tbody > tr[style="display:none"]:nth-child(2) + tr #zone1 .table-border > tbody > tr:nth-child(5) .cell1.text-align3 + .cell2 .button.postaction a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.configuration-edit .outerzone3 .zone3 .center .inner .header-border div[class=""] > table > tbody > tr > td > table > tbody > tr[style="display:none"]:nth-child(2) + tr #zone1 .table-border > tbody > tr:nth-child(5) .cell1.text-align3 + .cell2 .button.postaction a:after {
  content: "\e932";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #4d4d4d;
  position: absolute;
  top: 10px;
  left: 5px;
}

.configuration-edit .action-diagnoseButton a {
  padding-left: 30px !important;
}
.configuration-edit .action-diagnoseButton a:after {
  content: "\e91c";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #4d4d4d;
  position: absolute;
  top: 10px !important;
  left: 5px;
}

.button.postaction:not(.action-plus, .action-showall, action-deleteall) a {
  display: inline-block;
  margin-top: 0;
  height: 38px;
  min-height: 38px;
  line-height: 16px;
}
.button.postaction:not(.action-plus, .action-showall, action-deleteall) a:after {
  top: 6px;
}

.buttons-outer a[href*="doValidate."],
.buttons-outer a[href*="doValidateListItem."],
.buttons-outer a[href*="doValidateDocumentTypeItem"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
.buttons-outer a[href*="doValidate."]:hover,
.buttons-outer a[href*="doValidateListItem."]:hover,
.buttons-outer a[href*="doValidateDocumentTypeItem"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.buttons-outer a[href*="doValidate."]:before,
.buttons-outer a[href*="doValidateListItem."]:before,
.buttons-outer a[href*="doValidateDocumentTypeItem"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.buttons-outer a[href*="doValidate."]:hover:before,
.buttons-outer a[href*="doValidateListItem."]:hover:before,
.buttons-outer a[href*="doValidateDocumentTypeItem"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.buttons-outer a[href*="doValidate."]:after,
.buttons-outer a[href*="doValidateListItem."]:after,
.buttons-outer a[href*="doValidateDocumentTypeItem"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #70bf00;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
  padding-left: 2px;
}

.buttons-outer a[href*="doCancel"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
.buttons-outer a[href*="doCancel"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.buttons-outer a[href*="doCancel"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.buttons-outer a[href*="doCancel"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.buttons-outer a[href*="doCancel"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 6px;
}

#PNL-DskImportPortalSetWizard .table-border .cell2 a[href*="doExecuteBeforeUploadFile"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 35px;
}
#PNL-DskImportPortalSetWizard .table-border .cell2 a[href*="doExecuteBeforeUploadFile"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-DskImportPortalSetWizard .table-border .cell2 a[href*="doExecuteBeforeUploadFile"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-DskImportPortalSetWizard .table-border .cell2 a[href*="doExecuteBeforeUploadFile"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-DskImportPortalSetWizard .table-border .cell2 a[href*="doExecuteBeforeUploadFile"]:after {
  content: "\e990";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #007ed9;
  position: absolute;
  top: 9px;
  left: 5px;
}

#PNL-SecurityRule #zone1 .form-style2 > .table-border,
#PNL-SecurityRule #zone1 .form-style2 #filters {
  padding: 30px;
}

#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 a[href*="Selector"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: 19px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  width: 38px;
  padding: 0;
}
#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 a[href*="Selector"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 a[href*="Selector"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 a[href*="Selector"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 a[href*="Selector"]:hover {
  border-left: 0;
}
#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 a[href*="Selector"]:after {
  content: "\e90b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: inherit;
  left: 8px;
  top: 8px;
  font-size: 20px;
  z-index: +1;
  min-height: 38px !important;
  color: #4d4d4d;
}
#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 a[href*="Selector"] img {
  display: none;
}

.cell2 a[href*="_organizationalFilterLabel"],
.cell2 a[href*="_geographicalFilterId"] {
  width: 38px;
  height: 38px;
  box-shadow: none;
  background: none !important;
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.cell2 a[href*="_organizationalFilterLabel"]:hover,
.cell2 a[href*="_geographicalFilterId"]:hover {
  border: 0;
}
.cell2 a[href*="_organizationalFilterLabel"]:before,
.cell2 a[href*="_geographicalFilterId"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(209, 0, 59, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.cell2 a[href*="_organizationalFilterLabel"]:hover:before,
.cell2 a[href*="_geographicalFilterId"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.cell2 a[href*="_organizationalFilterLabel"]:after,
.cell2 a[href*="_geographicalFilterId"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eb003b;
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 7px;
}
.cell2 a[href*="_organizationalFilterLabel"] img,
.cell2 a[href*="_geographicalFilterId"] img {
  display: none;
}

.content-zone .buttons-outer {
  float: right;
}

#PNL-SecurityRules .zone3 > tbody > tr .inner table.header-border > tbody > tr > td.content-zone2 > table > tbody > tr:nth-child(2) {
  float: right;
}

#PNL-Nws2NewsSpaceCategories .header-nav,
#PNL-Nws2NewsSpace .header-nav,
#PNL-Nws2NewsSpaceTemplates .header-nav,
#PNL-Nws2PreSubscriptions .header-nav {
  padding: 0;
}
#PNL-Nws2NewsSpaceCategories .header-nav .portletnav,
#PNL-Nws2NewsSpace .header-nav .portletnav,
#PNL-Nws2NewsSpaceTemplates .header-nav .portletnav,
#PNL-Nws2PreSubscriptions .header-nav .portletnav {
  padding-left: 15px;
  margin-bottom: 25px;
}
#PNL-Nws2NewsSpaceCategories .header-nav .portletnav .content-active,
#PNL-Nws2NewsSpace .header-nav .portletnav .content-active,
#PNL-Nws2NewsSpaceTemplates .header-nav .portletnav .content-active,
#PNL-Nws2PreSubscriptions .header-nav .portletnav .content-active {
  font-size: 18px;
  font-weight: normal;
  color: #007bc2;
  background-color: rgba(0, 126, 217, 0.15);
  height: calc(100% + 12px);
  border-radius: 5px;
  padding: 6px 8px;
  display: block;
  margin: 0 5px 0 5px;
}
#PNL-Nws2NewsSpaceCategories .header-nav .portletnav .content-active:hover:before,
#PNL-Nws2NewsSpace .header-nav .portletnav .content-active:hover:before,
#PNL-Nws2NewsSpaceTemplates .header-nav .portletnav .content-active:hover:before,
#PNL-Nws2PreSubscriptions .header-nav .portletnav .content-active:hover:before {
  opacity: 0;
  transform: scale(1);
}
#PNL-Nws2NewsSpaceCategories .header-nav .portletnav .content a,
#PNL-Nws2NewsSpace .header-nav .portletnav .content a,
#PNL-Nws2NewsSpaceTemplates .header-nav .portletnav .content a,
#PNL-Nws2PreSubscriptions .header-nav .portletnav .content a {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  color: #4d4d4d;
  border: none;
  position: relative;
  white-space: nowrap;
  margin-left: 5px;
  padding: 0 8px;
  margin-right: 5px;
}
#PNL-Nws2NewsSpaceCategories .header-nav .portletnav .content a:before,
#PNL-Nws2NewsSpace .header-nav .portletnav .content a:before,
#PNL-Nws2NewsSpaceTemplates .header-nav .portletnav .content a:before,
#PNL-Nws2PreSubscriptions .header-nav .portletnav .content a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: calc(100% + 12px);
  opacity: 0;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
}
#PNL-Nws2NewsSpaceCategories .header-nav .portletnav .content a:hover:before,
#PNL-Nws2NewsSpace .header-nav .portletnav .content a:hover:before,
#PNL-Nws2NewsSpaceTemplates .header-nav .portletnav .content a:hover:before,
#PNL-Nws2PreSubscriptions .header-nav .portletnav .content a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
#PNL-Nws2NewsSpaceCategories .inner .form-style2,
#PNL-Nws2NewsSpace .inner .form-style2,
#PNL-Nws2NewsSpaceTemplates .inner .form-style2,
#PNL-Nws2PreSubscriptions .inner .form-style2 {
  margin: 10px;
  border-left: 4px solid #e0e0e0;
}
#PNL-Nws2NewsSpaceCategories .inner .form-style2 .table-border tr,
#PNL-Nws2NewsSpace .inner .form-style2 .table-border tr,
#PNL-Nws2NewsSpaceTemplates .inner .form-style2 .table-border tr,
#PNL-Nws2PreSubscriptions .inner .form-style2 .table-border tr {
  background-color: #FFFFFF;
}
#PNL-Nws2NewsSpaceCategories #PNL-Nws2NewsSpace #zone1 > table > tbody > tr td:last-child,
#PNL-Nws2NewsSpace #PNL-Nws2NewsSpace #zone1 > table > tbody > tr td:last-child,
#PNL-Nws2NewsSpaceTemplates #PNL-Nws2NewsSpace #zone1 > table > tbody > tr td:last-child,
#PNL-Nws2PreSubscriptions #PNL-Nws2NewsSpace #zone1 > table > tbody > tr td:last-child {
  padding-bottom: 30px;
}
#PNL-Nws2NewsSpaceCategories .form-style2 .cell1,
#PNL-Nws2NewsSpace .form-style2 .cell1,
#PNL-Nws2NewsSpaceTemplates .form-style2 .cell1,
#PNL-Nws2PreSubscriptions .form-style2 .cell1 {
  text-align: right !important;
}
#PNL-Nws2NewsSpaceCategories .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"],
#PNL-Nws2NewsSpace .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"],
#PNL-Nws2NewsSpaceTemplates .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"],
#PNL-Nws2PreSubscriptions .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  /*line-height: 14px;*/
  line-height: 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  /*margin-left: -3px;*/
  margin-left: 0;
  padding: 6px 6px 10px;
}
#PNL-Nws2NewsSpaceCategories .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:hover,
#PNL-Nws2NewsSpace .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:hover,
#PNL-Nws2NewsSpaceTemplates .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:hover,
#PNL-Nws2PreSubscriptions .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-Nws2NewsSpaceCategories .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:before,
#PNL-Nws2NewsSpace .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:before,
#PNL-Nws2NewsSpaceTemplates .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:before,
#PNL-Nws2PreSubscriptions .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-Nws2NewsSpaceCategories .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:hover:before,
#PNL-Nws2NewsSpace .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:hover:before,
#PNL-Nws2NewsSpaceTemplates .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:hover:before,
#PNL-Nws2PreSubscriptions .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-Nws2NewsSpaceCategories .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:after,
#PNL-Nws2NewsSpace .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:after,
#PNL-Nws2NewsSpaceTemplates .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:after,
#PNL-Nws2PreSubscriptions .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"]:after {
  content: "\e90b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: inherit;
  left: 0;
  bottom: 5px;
  /*top: 4px;*/
  top: 8px;
  right: 9px;
  font-size: 20px;
  z-index: +1;
  min-height: 38px !important;
  color: #4d4d4d;
}
#PNL-Nws2NewsSpaceCategories .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"] img,
#PNL-Nws2NewsSpace .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"] img,
#PNL-Nws2NewsSpaceTemplates .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"] img,
#PNL-Nws2PreSubscriptions .form-style2 .table-border .cell2 a[href*="portal/screen/Navigate/app/selector"] img {
  display: none;
}
#PNL-Nws2NewsSpaceCategories .content-zone2 > table > tbody > tr:nth-child(2) .buttons-outer,
#PNL-Nws2NewsSpace .content-zone2 > table > tbody > tr:nth-child(2) .buttons-outer,
#PNL-Nws2NewsSpaceTemplates .content-zone2 > table > tbody > tr:nth-child(2) .buttons-outer,
#PNL-Nws2PreSubscriptions .content-zone2 > table > tbody > tr:nth-child(2) .buttons-outer {
  float: right;
}
#PNL-Nws2NewsSpaceCategories form[name="listForm"],
#PNL-Nws2NewsSpace form[name="listForm"],
#PNL-Nws2NewsSpaceTemplates form[name="listForm"],
#PNL-Nws2PreSubscriptions form[name="listForm"] {
  border-bottom: 1px solid #e0e0e0;
}
#PNL-Nws2NewsSpaceCategories .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"],
#PNL-Nws2NewsSpaceCategories .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"],
#PNL-Nws2NewsSpace .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"],
#PNL-Nws2NewsSpace .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"],
#PNL-Nws2NewsSpaceTemplates .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"],
#PNL-Nws2NewsSpaceTemplates .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"],
#PNL-Nws2PreSubscriptions .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"],
#PNL-Nws2PreSubscriptions .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PNL-Nws2NewsSpaceCategories .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:hover,
#PNL-Nws2NewsSpaceCategories .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:hover,
#PNL-Nws2NewsSpace .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:hover,
#PNL-Nws2NewsSpace .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:hover,
#PNL-Nws2NewsSpaceTemplates .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:hover,
#PNL-Nws2NewsSpaceTemplates .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:hover,
#PNL-Nws2PreSubscriptions .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:hover,
#PNL-Nws2PreSubscriptions .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-Nws2NewsSpaceCategories .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:before,
#PNL-Nws2NewsSpaceCategories .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:before,
#PNL-Nws2NewsSpace .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:before,
#PNL-Nws2NewsSpace .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:before,
#PNL-Nws2NewsSpaceTemplates .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:before,
#PNL-Nws2NewsSpaceTemplates .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:before,
#PNL-Nws2PreSubscriptions .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:before,
#PNL-Nws2PreSubscriptions .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-Nws2NewsSpaceCategories .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:hover:before,
#PNL-Nws2NewsSpaceCategories .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:hover:before,
#PNL-Nws2NewsSpace .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:hover:before,
#PNL-Nws2NewsSpace .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:hover:before,
#PNL-Nws2NewsSpaceTemplates .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:hover:before,
#PNL-Nws2NewsSpaceTemplates .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:hover:before,
#PNL-Nws2PreSubscriptions .grid-content-zone .buttons-outer a[href*="UsersPresubscriptionsSelectorBag"]:hover:before,
#PNL-Nws2PreSubscriptions .grid-content-zone .buttons-outer a[href*="GroupsPresubscriptionsSelectorBag"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PNL-IndexationInfos .header-nav .portletnav {
  margin-bottom: 25px;
}

#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(3) > td,
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(5) > td {
  padding: 0;
}
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(3) > td .cell2.cell-align1,
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(5) > td .cell2.cell-align1 {
  padding: 16px 8px;
}
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(3) > td #zone1,
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(3) > td #zone2.content-zone,
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(5) > td #zone1,
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(5) > td #zone2.content-zone {
  border-left: 4px solid #e0e0e0;
  margin-bottom: 25px;
}
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(3) > td #zone1 .table-border,
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(3) > td #zone2.content-zone .table-border,
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(5) > td #zone1 .table-border,
#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border > tbody > tr:nth-child(5) > td #zone2.content-zone .table-border {
  margin-bottom: 0;
}

#PNL-IndexationInfos .outerzone3 .zone3 .center .inner .table-border .buttons-outer .button {
  float: right;
}

#PNL-Nws2NewsSpace input[type="text"],
#PNL-Nws2NewsSpace textarea {
  margin-right: 0;
  margin-left: 10px;
}

#PNL-PageletLayout .buttons-outer a[href*="doCancel"] {
  display: block;
  margin-top: 30px;
  line-height: 16px;
}

#PNL-WdrDataStores .header-border .grid-header2 > table > tbody > tr > td,
.application .header-border .grid-header2 > table > tbody > tr > td {
  position: relative;
}

#PNL-WdrDataStores .header-border .grid-header2 .text-level2,
.application .header-border .grid-header2 .text-level2 {
  position: relative;
  margin: 0 0 5px 0;
  font-size: 16px;
  display: inline-block;
  background: rgba(0, 126, 217, 0.15);
  border-radius: 15px;
  padding: 4px 8px;
  font-weight: 500;
  color: #007ed9;
  border: none;
  padding-right: 30px;
  transition: all 0.1s ease;
  float: left;
}
#PNL-WdrDataStores .header-border .grid-header2 .text-level2 + a[href*="removefilter"],
.application .header-border .grid-header2 .text-level2 + a[href*="removefilter"] {
  display: inline-block;
  margin-left: 5px;
  background-image: url(../images/vui-delete.png);
  line-height: normal;
  background-color: transparent;
  border: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px;
  float: left;
  margin-top: 1px;
  font-size: 16px;
  top: 0;
  left: -33px;
  position: relative;
  z-index: 0;
  width: 27px;
  height: 25px;
  transition: all 0.1s ease;
}
#PNL-WdrDataStores .header-border .grid-header2 .text-level2 + a[href*="removefilter"]:hover,
.application .header-border .grid-header2 .text-level2 + a[href*="removefilter"]:hover {
  background-image: url(../images/vui-delete-hover.png);
}
#PNL-WdrDataStores .header-border .grid-header2 .text-level2 + a[href*="removefilter"] img,
.application .header-border .grid-header2 .text-level2 + a[href*="removefilter"] img {
  display: none;
}
#PNL-WdrDataStores .header-border .grid-header2 .text-level2:hover,
.application .header-border .grid-header2 .text-level2:hover {
  background-color: transparent;
}
#PNL-WdrDataStores .header-border .grid-header2 .text-level2:hover + a[href*="removefilter"],
.application .header-border .grid-header2 .text-level2:hover + a[href*="removefilter"] {
  background-image: url(../images/vui-delete-hover.png);
}

/* filters */
#PNL-WdrDataStores .header-border .grid-header1 .text-level1,
.application .header-border .grid-header1 .text-level1 {
  font-weight: 600;
  color: #666666;
}

#PNL-WdrDataStoreList .header-border .grid-header1,
#PNL-WdrDataStoreFolders .header-border .grid-header1,
#PNL-WdrDataStoreCategories .header-border .grid-header1 {
  display: block;
  margin-top: 20px;
}

#PNL-WdrDataStores .header-border .grid-header2 .text-level1,
.application .header-border .grid-header2 .text-level1 {
  display: none;
}

.application .grid-header1 .button a[href*="initfilters"]:after {
  font-size: 20px;
}

.grid-header1 input[type="text"] {
  margin-right: 10px;
}

/*#PNL-WdrDataStoreCategory .form-style2 .table-border > tbody > tr:first-child {
  display: flex;
  flex-direction: column;
}*/
#PNL-WdrDocumentAttributes .form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2),
#PNL-WdrFolderAttributes .form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) {
  font-size: 16px;
}
#PNL-WdrDocumentAttributes a[href*="doCheckOut"],
#PNL-WdrDocumentAttributes a[href*="doCheckIn"],
#PNL-WdrDocumentAttributes a[href*="doUndoCheckOut"],
#PNL-WdrFolderAttributes a[href*="doCheckOut"],
#PNL-WdrFolderAttributes a[href*="doCheckIn"],
#PNL-WdrFolderAttributes a[href*="doUndoCheckOut"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PNL-WdrDocumentAttributes a[href*="doCheckOut"]:hover,
#PNL-WdrDocumentAttributes a[href*="doCheckIn"]:hover,
#PNL-WdrDocumentAttributes a[href*="doUndoCheckOut"]:hover,
#PNL-WdrFolderAttributes a[href*="doCheckOut"]:hover,
#PNL-WdrFolderAttributes a[href*="doCheckIn"]:hover,
#PNL-WdrFolderAttributes a[href*="doUndoCheckOut"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-WdrDocumentAttributes a[href*="doCheckOut"]:before,
#PNL-WdrDocumentAttributes a[href*="doCheckIn"]:before,
#PNL-WdrDocumentAttributes a[href*="doUndoCheckOut"]:before,
#PNL-WdrFolderAttributes a[href*="doCheckOut"]:before,
#PNL-WdrFolderAttributes a[href*="doCheckIn"]:before,
#PNL-WdrFolderAttributes a[href*="doUndoCheckOut"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-WdrDocumentAttributes a[href*="doCheckOut"]:hover:before,
#PNL-WdrDocumentAttributes a[href*="doCheckIn"]:hover:before,
#PNL-WdrDocumentAttributes a[href*="doUndoCheckOut"]:hover:before,
#PNL-WdrFolderAttributes a[href*="doCheckOut"]:hover:before,
#PNL-WdrFolderAttributes a[href*="doCheckIn"]:hover:before,
#PNL-WdrFolderAttributes a[href*="doUndoCheckOut"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

form[name="renderer_admin_wdr_documentTypeItems"] {
  margin-top: 20px;
}

#PNL-WdrDataStoreAttributesInfos #zone1 .table-border > tbody > tr:nth-child(6) > td.cell2 {
  font-size: 0;
  position: relative;
}
#PNL-WdrDataStoreAttributesInfos #zone1 .table-border > tbody > tr:nth-child(6) > td.cell2:after {
  content: " %";
  font-size: 18px;
  position: absolute;
  padding-top: 7px;
  padding-left: 7px;
}

#PNL-WdrDataStoreCategory .form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) {
  font-size: 16px;
}

.header {
  height: 75px;
  background-color: #FFFFFF;
  padding: 10px 0;
  position: fixed;
  z-index: 2000;
  width: 100%;
  border-bottom: 5px solid #00adb0;
}

.header tbody {
  display: inline-flex;
  flex-direction: row-reverse;
  float: right;
}

.header .logo-left {
  margin: 5px 0 5px 15px;
  width: 203.2px;
  height: 40px;
  background: url("../img/login-logo.png") no-repeat;
  position: absolute;
  left: 0;
}

.header .info {
  display: inline-block;
  line-height: 52px;
  font-weight: bold;
  color: #4d4d4d;
  margin-right: 145px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #b3b3b3;
}

.header .tabopt a {
  font-weight: bold;
  margin: 0 5px 5px 0;
  color: #4d4d4d;
  line-height: 40px;
  padding: 0 10px 0 10px;
  display: inline-block;
  border: none;
  background: transparent;
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  text-decoration: none;
}
.header .tabopt a:before {
  height: calc(100% - 8px);
  top: 4px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  left: 0;
  opacity: 0;
}
.header .tabopt a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.header .tabopt a[href*="Fprofile"] {
  float: right;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
  position: absolute;
  top: 15px;
  right: 80px;
  color: white;
  font-size: 0;
  line-height: 33px;
}
.header .tabopt a[href*="Fprofile"]:before {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 9px;
}
.header .tabopt a[href*="Fprofile"]:after {
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .tabopt a[href*="Fprofile"]:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.header .tabopt a[href*="Fprofile"]:hover {
  border: 0;
}
.header .tabopt a[href*="Fprofile"]:before {
  content: "\e924";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  height: auto;
  width: auto;
  background-color: transparent;
  left: 8px;
}
.header .tabopt a[href*="LogoutUser"] {
  float: right;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
  position: absolute;
  top: 15px;
  right: 20px;
  color: white;
  font-size: 0;
  line-height: 33px !important;
  padding-right: 0 !important;
}
.header .tabopt a[href*="LogoutUser"]:before {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 9px;
}
.header .tabopt a[href*="LogoutUser"]:after {
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .tabopt a[href*="LogoutUser"]:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.header .tabopt a[href*="LogoutUser"]:hover {
  border: 0;
}
.header .tabopt a[href*="LogoutUser"]:before {
  content: "\e94c";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  height: auto;
  width: auto;
  background-color: transparent;
  left: 8px;
}
.header .tabopt a[href*="LogoutUser"]:after {
  content: "" !important;
  right: 0 !important;
  top: 0 !important;
}

.subheader {
  padding-top: 75px;
}

.standard-tabs {
  border-bottom: 1px solid #cccccc;
  font-size: 0;
  margin-bottom: 10px;
}

.standard-tabs button {
  font-weight: normal;
  margin: 0 5px 5px 0;
}

.standard-tabs button:before {
  height: calc(100% - 8px);
  top: 4px;
}

.standard-tabs button.standard-current-tab {
  pointer-events: none;
}

.standard-tabs button.standard-current-tab:before {
  opacity: 1;
  transform: scale(1);
}

#APP-admin .header .tabopt a[href*="template/Home"],
.screen.platform.vui-screen-explorer:not(.catalog-access) #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(3) a,
.screen.platform.vui-screen-explorer.catalog-access #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(6) a,
#APP-webdrive .header .tabopt a[href*="template/Home"],
.application .header .tabopt > table > tbody > tr > td:nth-child(3) a:not(.postaction) {
  padding-left: 35px;
}
#APP-admin .header .tabopt a[href*="template/Home"]:after,
.screen.platform.vui-screen-explorer:not(.catalog-access) #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(3) a:after,
.screen.platform.vui-screen-explorer.catalog-access #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(6) a:after,
#APP-webdrive .header .tabopt a[href*="template/Home"]:after,
.application .header .tabopt > table > tbody > tr > td:nth-child(3) a:not(.postaction):after {
  content: "\e964";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  left: 5px;
  top: -3px;
}

.screen.platform.vui-screen-explorer:not(.catalog-access) #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(6) a {
  float: right;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
  position: absolute;
  top: 15px;
  right: 20px;
  color: white;
  font-size: 0;
  line-height: 33px !important;
}
.screen.platform.vui-screen-explorer:not(.catalog-access) #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(6) a:before {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 9px;
}
.screen.platform.vui-screen-explorer:not(.catalog-access) #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(6) a:after {
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.screen.platform.vui-screen-explorer:not(.catalog-access) #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(6) a:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.screen.platform.vui-screen-explorer:not(.catalog-access) #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(6) a:hover {
  border: 0;
}
.screen.platform.vui-screen-explorer:not(.catalog-access) #APP-vdp .header .tabopt > table > tbody > tr > td:nth-child(6) a:before {
  content: "\e94c";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  height: auto;
  width: auto;
  background-color: transparent;
}

.icon_12 {
  font-size: 12px;
}

.icon_16 {
  font-size: 16px;
}

.icon_24 {
  font-size: 24px;
}

.icon_32 {
  font-size: 32px;
}

.icon_48 {
  font-size: 48px;
}

.icon_64 {
  font-size: 64px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?xou702");
  src: url("../fonts/icomoon.eot?xou702#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xou702") format("truetype"), url("../fonts/icomoon.woff?xou702") format("woff"), url("../fonts/icomoon.svg?xou702#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.guideline-do:after,
.guideline-dont:after,
input[type="checkbox"] + label:after,
[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_12 {
  font-size: 12px;
}

.icon_16 {
  font-size: 16px;
}

.icon_24 {
  font-size: 24px;
}

.icon_32 {
  font-size: 32px;
}

.icon_48 {
  font-size: 48px;
}

.icon_64 {
  font-size: 64px;
}

.icon_32_app-menu:before {
  content: "\e900";
}

.icon_32_complaint:before {
  content: "\e901";
}

.icon_32_departure:before {
  content: "\e902";
}

.icon_32_information:before {
  content: "\e903";
}

.icon_32_message-boards:before {
  content: "\e904";
}

.icon_32_shopping-cart:before {
  content: "\e905";
}

.icon_32_warranty:before {
  content: "\e906";
}

.icon_64_customer-complaint:before {
  content: "\e907";
}

.icon_64_delivery-tracking:before {
  content: "\e908";
}

.icon_64_file-storage:before {
  content: "\e909";
}

.icon_64_information-request:before {
  content: "\e90a";
}

.icon_64_more:before {
  content: "\e90b";
}

.icon_64_my-machines:before {
  content: "\e90c";
}

.icon_64_quotation-request:before {
  content: "\e90d";
}

.icon_64_warranty-declaration:before {
  content: "\e90e";
}

.icon_24_3d-view:before {
  content: "\e90f";
}

.icon_24_arrow-full-right:before {
  content: "\e910";
}

.icon_24_arrow-thin-right:before {
  content: "\e911";
}

.icon_24_dashboard:before {
  content: "\e912";
}

.icon_24_documents:before {
  content: "\e913";
}

.icon_24_download-file:before {
  content: "\e914";
}

.icon_24_enter-fullscreen:before {
  content: "\e915";
}

.icon_24_exit-fullscreen:before {
  content: "\e916";
}

.icon_24_help:before {
  content: "\e917";
}

.icon_24_home:before {
  content: "\e918";
}

.icon_24_notifications:before {
  content: "\e919";
}

.icon_24_picture:before {
  content: "\e91a";
}

.icon_24_plus:before {
  content: "\e91b";
}

.icon_24_search:before {
  content: "\e91c";
}

.icon_24_star:before {
  content: "\e91d";
}

.icon_24_tasks:before {
  content: "\e91e";
}

.icon_24_video:before {
  content: "\e91f";
}

.icon_24_zoom-in:before {
  content: "\e920";
}

.icon_24_zoom-out:before {
  content: "\e921";
}

.icon_24_compass:before {
  content: "\e922";
}

.icon_32_machine:before {
  content: "\e923";
}

.icon_32_avatar:before {
  content: "\e924";
}

.icon_24_close:before {
  content: "\e925";
}

.icon_32_news:before {
  content: "\e926";
}

.icon_32_colleagues:before {
  content: "\e927";
}

.icon_24_mail:before {
  content: "\e928";
}

.icon_24_send:before {
  content: "\e929";
}

.icon_24_pen:before {
  content: "\e92a";
}

.icon_24_mobile:before {
  content: "\e92b";
}

.icon_24_phone:before {
  content: "\e92c";
}

.icon_24_open-folder:before {
  content: "\e92d";
}

.icon_24_error:before {
  content: "\e92e";
}

.icon_24_warning:before {
  content: "\e92f";
}

.icon_24_filter:before {
  content: "\e930";
}

.icon_24_sort:before {
  content: "\e931";
}

.icon_24_refresh:before {
  content: "\e932";
}

.icon_24_catalog:before {
  content: "\e933";
}

.mcm-tool-desc ul li:before,
.guideline-do:after,
input[type="checkbox"] + label:after,
.icon_24_check:before {
  content: "\e934";
}

.icon_24_print:before {
  content: "\e935";
}

.icon_24_calendar:before {
  content: "\e936";
}

.icon_32_cut:before {
  content: "\e937";
}

.icon_32_download:before {
  content: "\e938";
}

.icon_32_edit:before {
  content: "\e939";
}

.icon_32_grid_view:before {
  content: "\e93a";
}

.icon_32_list_view:before {
  content: "\e93b";
}

.icon_32_new_folder:before {
  content: "\e93c";
}

.icon_32_next:before {
  content: "\e93d";
}

.icon_32_open-folder:before {
  content: "\e93e";
}

.icon_32_prev:before {
  content: "\e93f";
}

.icon_32_select_tool:before {
  content: "\e940";
}

.icon_32_send_to_trash:before {
  content: "\e941";
}

.icon_32_sort:before {
  content: "\e942";
}

.icon_32_upload:before {
  content: "\e943";
}

.icon_32_zoom_in:before {
  content: "\e944";
}

.icon_32_copy:before {
  content: "\e945";
}

.icon_32_duplicate:before {
  content: "\e946";
}

.icon_32_new_text_file:before {
  content: "\e947";
}

.icon_32_paste:before {
  content: "\e948";
}

.icon_32_rename:before {
  content: "\e949";
}

.icon_24_folder:before {
  content: "\e94a";
}

.icon_moovapps:before {
  content: "\e94b";
}

.icon_24_login:before {
  content: "\e94c";
}

.icon_24_settings:before {
  content: "\e94d";
}

.icon_24_avatar:before {
  content: "\e94e";
}

.icon_64_documentation:before {
  content: "\e94f";
}

.icon_64_intervention:before {
  content: "\e950";
}

.icon_64_incident:before {
  content: "\e951";
}

.icon_64_document-publishing:before {
  content: "\e952";
}

.icon_64_support-request:before {
  content: "\e953";
}

.icon_64_machines-warranty:before {
  content: "\e954";
}

.icon_24_sort-small:before {
  content: "\e955";
}

.icon_24_arrow-ascending:before,
.icon_24_arrow-descending:before {
  content: "\e956";
}

.icon_24_arrow-ascending {
  transform: scaleY(-1);
}

.icon_24_location:before {
  content: "\e957";
}

.icon_24_time:before {
  content: "\e958";
}

.icon_24_id-number:before {
  content: "\e959";
}

.icon_24_company:before {
  content: "\e95a";
}

.icon_24_translate:before {
  content: "\e960";
}

.icon_32_translate:before {
  content: "\e963";
}

.icon_24_language:before {
  content: "\e95b";
}

.icon_24_arrow-thin-top:before {
  content: "\e961";
}

.icon_24_arrow-thin-bottom:before {
  content: "\e962";
}

.icon_24_arrow-thin-left:before {
  content: "\e95c";
}

.icon_24_arrow-full-top:before {
  content: "\e95d";
}

.icon_24_arrow-full-bottom:before {
  content: "\e95e";
}

.icon_24_arrow-full-left:before {
  content: "\e95f";
}

.icon_24_cancel:before {
  content: "\e964";
}

.guideline-dont:after,
.icon_24_forbidden:before {
  content: "\e965";
}

.icon_24_pointer:before {
  content: "\e966";
}

.icon_32_back-to-library:before {
  content: "\e967";
}

.icon_24_padlock:before {
  content: "\e968";
}

.icon_24_users:before {
  content: "\e969";
}

.icon_24_attachment:before {
  content: "\e96a";
}

.icon_64_annual-review:before {
  content: "\e96b";
}

.icon_64_purchase-request:before {
  content: "\e96c";
}

.icon_64_expenses:before {
  content: "\e96d";
}

.icon_64_professional-situation-change:before {
  content: "\e96e";
}

.icon_64_recruitment-request:before {
  content: "\e96f";
}

.icon_64_hr-request:before {
  content: "\e970";
}

.icon_64_holiday:before {
  content: "\e971";
}

.icon_64_quality-audit:before {
  content: "\e972";
}

.icon_64_quality-actions:before {
  content: "\e973";
}

.icon_64_quality-non-compliances:before {
  content: "\e974";
}

.icon_64_new-employee:before {
  content: "\e975";
}

.icon_64_quality-publish:before {
  content: "\e976";
}

.icon_64_subscription-request:before {
  content: "\e977";
}

.icon_64_professional-review:before {
  content: "\e978";
}

.icon_64_it-request:before {
  content: "\e979";
}

.icon_64_work-stoppage:before {
  content: "\e97a";
}

.icon_64_document-request:before {
  content: "\e97b";
}

.icon_64_training-request:before {
  content: "\e97c";
}

.icon_64_review-request:before {
  content: "\e97d";
}

.icon_64_review:before {
  content: "\e97e";
}

.icon_64_safe-deposit:before {
  content: "\e97f";
}

.icon_64_personal-file:before {
  content: "\e980";
}

.icon_64_personal-folder:before {
  content: "\e981";
}

.icon_64_training-workshop:before {
  content: "\e982";
}

.icon_64_edm:before {
  content: "\e983";
}

.icon_24_recycle-bin:before {
  content: "\e984";
}

.icon_32_quotations:before {
  content: "\e985";
}

.icon_24_publish-online:before {
  content: "\e986";
}

.icon_12_visible:before {
  content: "\e987";
}

.icon_24_shopping-cart:before {
  content: "\e988";
}

.icon_24_quotations:before {
  content: "\e989";
}

.icon_64_hr-proofs:before {
  content: "\e98a";
}

.icon_64_departure:before {
  content: "\e98b";
}

.icon_64_personal-situation-change:before {
  content: "\e98c";
}

.icon_32_all-companies:before {
  content: "\e98d";
}

.icon_24_security:before {
  content: "\e98e";
}

.icon_24_import:before {
  content: "\e98f";
}

.icon_24_export:before {
  content: "\e990";
}

.icon_64_3d-view:before {
  content: "\e991";
}

.icon_64_task-management:before {
  content: "\e992";
}

.icon_64_activity-report-request:before {
  content: "\e993";
}

.icon_64_activity-report:before {
  content: "\e994";
}

.icon_64_settings:before {
  content: "\e995";
}

.icon_64_news-publishing:before {
  content: "\e996";
}

.icon_64_catalog:before {
  content: "\e997";
}

.icon_64_calendar:before {
  content: "\e998";
}

.icon_64_parcel:before {
  content: "\e999";
}

.icon_64_credit-card:before {
  content: "\e99a";
}

.icon_64_invoice:before {
  content: "\e99b";
}

.icon_24_calculator:before {
  content: "\e99c";
}

.icon_32_calculator:before {
  content: "\e99d";
  transform: rotate(0.03deg);
}

.icon_64_steps:before {
  content: "\e99e";
}

.icon_64_projects:before {
  content: "\e99f";
}

.icon_24_machine-thumb:before {
  content: "\e9a0";
}

.icon_24_publish-major:before {
  content: "\e9a1";
}

.icon_24_publish-minor:before {
  content: "\e9a2";
}

.icon_24_extract-lock:before {
  content: "\e9a3";
}

.icon_24_publish:before {
  content: "\e9a4";
}

.icon_24_snapshot-minor:before {
  content: "\e9a5";
}

.icon_24_snapshot-major:before {
  content: "\e9a6";
}

.icon_24_thumb:before {
  content: "\e9a7";
}

.icon_24_machine-board:before {
  content: "\e9a8";
}

.icon_24_pin:before {
  content: "\e9a9";
}

.icon_24_gear:before {
  content: "\e9aa";
}

.icon_24_copy-link:before {
  content: "\e9ab";
}

.icon_24_unlock:before {
  content: "\e9ac";
}

.icon_64_quality:before {
  content: "\e9ad";
}

.icon_32_answer:before {
  content: "\e9ae";
}

.icon_32_question:before {
  content: "\e9af";
}

.icon_32_comment:before {
  content: "\e9b0";
}

.icon_32_tutorial:before {
  content: "\e9b1";
}

.icon_32_points:before {
  content: "\e9b2";
}

.icon_32_medal:before {
  content: "\e9b3";
}

.icon_24_unfollow:before {
  content: "\e9b4";
}

.icon_24_follow:before {
  content: "\e9b5";
}

.icon_24_submit-and-copy:before {
  content: "\e9b6";
}

.icon_24_follow-settings:before {
  content: "\e9b7";
}

.icon_24_tab:before {
  content: "\e9b8";
}

.icon_64_idea-proposal:before {
  content: "\e9b9";
}

.icon_64_app-proposal:before {
  content: "\e9ba";
}

.icon_64_apps-in-progress:before {
  content: "\e9bb";
}

.icon_24_ticket:before {
  content: "\e9bc";
}

.icon_64_information:before {
  content: "\e9bd";
}

.icon_64_idea-discussion:before {
  content: "\e9be";
}

.icon_24_vote:before {
  content: "\e9bf";
}

.icon_24_admin:before {
  content: "\e9c0";
}

.icon_24_download:before {
  content: "\e9c1";
}

.icon_24_video-chat:before {
  content: "\e9c2";
}

.icon_24_add-member:before {
  content: "\e9c3";
}

.icon_24_expanded-layout:before {
  content: "\e9c4";
}

.icon_24_dense-layout:before {
  content: "\e9c5";
}

.icon_64_mission-rgpd:before {
  content: "\e9c6";
}

.icon_64_gdpr-processing:before {
  content: "\e9c7";
}

.icon_32_one-to-one:before {
  content: "\e9c8";
}

.icon_24_invite-member:before {
  content: "\e9c9";
}

.icon_32_add:before {
  content: "\e9ca";
}

.icon_32_add-message-boards:before {
  content: "\e9cb";
}

.icon_32_add-one-to-one:before {
  content: "\e9cc";
}

.icon_24_comment:before {
  content: "\e9cd";
}

.icon_24_smiley:before {
  content: "\e9ce";
}

.icon_24_upload:before {
  content: "\e9cf";
}

.icon_24_faq:before {
  content: "\e9d0";
}

.icon_24_smiley-laughing:before {
  content: "\e9d1";
}

.icon_64_faq:before {
  content: "\e9d2";
}

.icon_24_link:before {
  content: "\e9d3";
}

.icon_24_play:before {
  content: "\e9d4";
}

.icon_64_checklist:before {
  content: "\e9d5";
}

.icon_64_document-viewer:before {
  content: "\e9d6";
}

.icon_24_return:before {
  content: "\e9d7";
}

.icon_24_attachment-from-erp:before {
  content: "\e9d8";
}

.icon_24_note:before {
  content: "\e9d9";
}

.icon_24_transfer-ownership:before {
  content: "\e9da";
}

.icon_24_enter:before {
  content: "\e9db";
}

.icon_24_exit:before {
  content: "\e9dc";
}

.icon_24_archive-extract:before {
  content: "\e9dd";
}

.icon_24_archive:before {
  content: "\e9de";
}

.icon_24_tutorial:before {
  content: "\e9df";
}

.icon_64_signature:before {
  content: "\e9e0";
}

.icon_24_planning:before {
  content: "\e9e1";
}

.icon_24_text:before {
  content: "\e9e2";
}

.icon_24_animation:before {
  content: "\e9e3";
}

.icon_24_planning-team:before {
  content: "\e9e4";
}

.icon_24_count:before {
  content: "\e9e5";
}

.icon_24_process-single:before {
  content: "\e9e6";
}

.icon_24_process-step:before {
  content: "\e9e7";
}

.icon_24_process-version:before {
  content: "\e9e8";
}

.icon_24_apps:before {
  content: "\e9e9";
}

.icon_24_process-group:before {
  content: "\e9ea";
}

.icon_64_smartpart:before {
  content: "\e9ec";
}

.icon_64_supplier-service-portal:before {
  content: "\e9ed";
}

.icon_64_team:before {
  content: "\e9ee";
}

.icon_64_tech-center:before {
  content: "\e9ef";
}

.icon_64_btob-commerce:before {
  content: "\e9f0";
}

.icon_64_chemical-safety-assessment:before {
  content: "\e9f1";
}

.icon_64_customer-service-portal:before {
  content: "\e9f2";
}

.icon_64_e-marketing:before {
  content: "\e9f3";
}

.icon_64_employee-annual-performance-review:before {
  content: "\e9f4";
}

.icon_64_employee-engagement:before {
  content: "\e9f5";
}

.icon_64_employee-internal-request:before {
  content: "\e9f6";
}

.icon_64_employee-position-management:before {
  content: "\e9f7";
}

.icon_64_equipment-maintenance-management:before {
  content: "\e9f8";
}

.icon_64_equipment-monitoring:before {
  content: "\e9f9";
}

.icon_64_health-and-security:before {
  content: "\e9fa";
}

.icon_64_iot:before {
  content: "\e9fb";
}

.icon_64_live:before {
  content: "\e9fc";
}

.icon_64_manufacturing-document:before {
  content: "\e9fd";
}

.icon_64_mycadtools:before {
  content: "\e9fe";
}

.icon_64_mypdmtools:before {
  content: "\e9ff";
}

.icon_64_painfulness-at-work:before {
  content: "\ea00";
}

.icon_64_pdmgateway:before {
  content: "\ea01";
}

.icon_64_risk-assessment:before {
  content: "\ea02";
}

.icon_64_smartdesign:before {
  content: "\ea03";
}

.icon_64_activity:before {
  content: "\ea04";
}

.icon_64_asset-management:before {
  content: "\ea05";
}

.icon_64_community:before {
  content: "\ea06";
}

.icon_64_complaint:before {
  content: "\ea07";
}

.icon_64_corporate-services:before {
  content: "\ea08";
}

.icon_64_customer-incident:before {
  content: "\ea09";
}

.icon_64_customer-quote:before {
  content: "\ea0a";
}

.icon_64_customer-support:before {
  content: "\ea0b";
}

.icon_64_customer-warranty:before {
  content: "\ea0c";
}

.icon_64_document:before {
  content: "\ea0d";
}

.icon_64_drive:before {
  content: "\ea0e";
}

.icon_64_employee-center:before {
  content: "\ea0f";
}

.icon_64_facilities-management:before {
  content: "\ea10";
}

.icon_64_my3dplayer:before {
  content: "\ea11";
}

.icon_64_numsend:before {
  content: "\ea12";
}

.icon_64_property-management:before {
  content: "\ea13";
}

.icon_64_quality-document:before {
  content: "\ea14";
}

.icon_24_wrench:before {
  content: "\ea15";
}

.icon_24_signature:before {
  content: "\ea16";
}

/*icomoon utlimate*/
@font-face {
  font-family: 'icomoon-ultimate';
  src: url("../fonts/icomoon-ultimate.eot?c8ufyn");
  src: url("../fonts/icomoon-ultimate.eot?c8ufyn#iefix") format("embedded-opentype"), url("../fonts/icomoon-ultimate.ttf?c8ufyn") format("truetype"), url("../fonts/icomoon-ultimate.woff?c8ufyn") format("woff"), url("../fonts/icomoon-ultimate.svg?c8ufyn#icomoon-ultimate") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e000";
}

.icon-home2:before {
  content: "\e001";
}

.icon-home3:before {
  content: "\e002";
}

.icon-home4:before {
  content: "\e003";
}

.icon-home5:before {
  content: "\e004";
}

.icon-home6:before {
  content: "\e005";
}

.icon-home7:before {
  content: "\e006";
}

.icon-home8:before {
  content: "\e007";
}

.icon-home9:before {
  content: "\e008";
}

.icon-home10:before {
  content: "\e009";
}

.icon-home11:before {
  content: "\e00a";
}

.icon-office:before {
  content: "\e00b";
}

.icon-newspaper:before {
  content: "\e00c";
}

.icon-pencil:before {
  content: "\e00d";
}

.icon-pencil2:before {
  content: "\e00e";
}

.icon-pencil3:before {
  content: "\e00f";
}

.icon-pencil4:before {
  content: "\e010";
}

.icon-pencil5:before {
  content: "\e011";
}

.icon-pencil6:before {
  content: "\e012";
}

.icon-quill:before {
  content: "\e013";
}

.icon-quill2:before {
  content: "\e014";
}

.icon-quill3:before {
  content: "\e015";
}

.icon-pen:before {
  content: "\e016";
}

.icon-pen2:before {
  content: "\e017";
}

.icon-pen3:before {
  content: "\e018";
}

.icon-pen4:before {
  content: "\e019";
}

.icon-pen5:before {
  content: "\e01a";
}

.icon-marker:before {
  content: "\e01b";
}

.icon-home12:before {
  content: "\e01c";
}

.icon-marker2:before {
  content: "\e01d";
}

.icon-blog:before {
  content: "\e01e";
}

.icon-blog2:before {
  content: "\e01f";
}

.icon-brush:before {
  content: "\e020";
}

.icon-palette:before {
  content: "\e021";
}

.icon-palette2:before {
  content: "\e022";
}

.icon-eyedropper:before {
  content: "\e023";
}

.icon-eyedropper2:before {
  content: "\e024";
}

.icon-droplet:before {
  content: "\e025";
}

.icon-droplet2:before {
  content: "\e026";
}

.icon-droplet3:before {
  content: "\e027";
}

.icon-droplet4:before {
  content: "\e028";
}

.icon-paint-format:before {
  content: "\e029";
}

.icon-paint-format2:before {
  content: "\e02a";
}

.icon-image:before {
  content: "\e02b";
}

.icon-image2:before {
  content: "\e02c";
}

.icon-image3:before {
  content: "\e02d";
}

.icon-images:before {
  content: "\e02e";
}

.icon-image4:before {
  content: "\e02f";
}

.icon-image5:before {
  content: "\e030";
}

.icon-image6:before {
  content: "\e031";
}

.icon-images2:before {
  content: "\e032";
}

.icon-image7:before {
  content: "\e033";
}

.icon-camera:before {
  content: "\e034";
}

.icon-camera2:before {
  content: "\e035";
}

.icon-camera3:before {
  content: "\e036";
}

.icon-camera4:before {
  content: "\e037";
}

.icon-music:before {
  content: "\e038";
}

.icon-music2:before {
  content: "\e039";
}

.icon-music3:before {
  content: "\e03a";
}

.icon-music4:before {
  content: "\e03b";
}

.icon-music5:before {
  content: "\e03c";
}

.icon-music6:before {
  content: "\e03d";
}

.icon-piano:before {
  content: "\e03e";
}

.icon-guitar:before {
  content: "\e03f";
}

.icon-headphones:before {
  content: "\e040";
}

.icon-headphones2:before {
  content: "\e041";
}

.icon-play:before {
  content: "\e042";
}

.icon-play2:before {
  content: "\e043";
}

.icon-movie:before {
  content: "\e044";
}

.icon-movie2:before {
  content: "\e045";
}

.icon-movie3:before {
  content: "\e046";
}

.icon-film:before {
  content: "\e047";
}

.icon-film2:before {
  content: "\e048";
}

.icon-film3:before {
  content: "\e049";
}

.icon-film4:before {
  content: "\e04a";
}

.icon-camera5:before {
  content: "\e04b";
}

.icon-camera6:before {
  content: "\e04c";
}

.icon-camera7:before {
  content: "\e04d";
}

.icon-camera8:before {
  content: "\e04e";
}

.icon-camera9:before {
  content: "\e04f";
}

.icon-dice:before {
  content: "\e050";
}

.icon-gamepad:before {
  content: "\e051";
}

.icon-gamepad2:before {
  content: "\e052";
}

.icon-gamepad3:before {
  content: "\e053";
}

.icon-pacman:before {
  content: "\e054";
}

.icon-spades:before {
  content: "\e055";
}

.icon-clubs:before {
  content: "\e056";
}

.icon-diamonds:before {
  content: "\e057";
}

.icon-king:before {
  content: "\e058";
}

.icon-queen:before {
  content: "\e059";
}

.icon-rock:before {
  content: "\e05a";
}

.icon-bishop:before {
  content: "\e05b";
}

.icon-knight:before {
  content: "\e05c";
}

.icon-pawn:before {
  content: "\e05d";
}

.icon-chess:before {
  content: "\e05e";
}

.icon-bullhorn:before {
  content: "\e05f";
}

.icon-megaphone:before {
  content: "\e060";
}

.icon-new:before {
  content: "\e061";
}

.icon-connection:before {
  content: "\e062";
}

.icon-connection2:before {
  content: "\e063";
}

.icon-podcast:before {
  content: "\e064";
}

.icon-radio:before {
  content: "\e065";
}

.icon-feed:before {
  content: "\e066";
}

.icon-connection3:before {
  content: "\e067";
}

.icon-radio2:before {
  content: "\e068";
}

.icon-podcast2:before {
  content: "\e069";
}

.icon-podcast3:before {
  content: "\e06a";
}

.icon-mic:before {
  content: "\e06b";
}

.icon-mic2:before {
  content: "\e06c";
}

.icon-mic3:before {
  content: "\e06d";
}

.icon-mic4:before {
  content: "\e06e";
}

.icon-mic5:before {
  content: "\e06f";
}

.icon-book:before {
  content: "\e070";
}

.icon-book2:before {
  content: "\e071";
}

.icon-books:before {
  content: "\e072";
}

.icon-reading:before {
  content: "\e073";
}

.icon-library:before {
  content: "\e074";
}

.icon-library2:before {
  content: "\e075";
}

.icon-graduation:before {
  content: "\e076";
}

.icon-file:before {
  content: "\e077";
}

.icon-profile:before {
  content: "\e078";
}

.icon-file2:before {
  content: "\e079";
}

.icon-file3:before {
  content: "\e07a";
}

.icon-file4:before {
  content: "\e07b";
}

.icon-file5:before {
  content: "\e07c";
}

.icon-file6:before {
  content: "\e07d";
}

.icon-files:before {
  content: "\e07e";
}

.icon-file-plus:before {
  content: "\e07f";
}

.icon-file-minus:before {
  content: "\e080";
}

.icon-file-download:before {
  content: "\e081";
}

.icon-file-upload:before {
  content: "\e082";
}

.icon-file-check:before {
  content: "\e083";
}

.icon-file-remove:before {
  content: "\e084";
}

.icon-file7:before {
  content: "\e085";
}

.icon-file8:before {
  content: "\e086";
}

.icon-file-plus2:before {
  content: "\e087";
}

.icon-file-minus2:before {
  content: "\e088";
}

.icon-file-download2:before {
  content: "\e089";
}

.icon-file-upload2:before {
  content: "\e08a";
}

.icon-file-check2:before {
  content: "\e08b";
}

.icon-file-remove2:before {
  content: "\e08c";
}

.icon-file9:before {
  content: "\e08d";
}

.icon-copy:before {
  content: "\e08e";
}

.icon-copy2:before {
  content: "\e08f";
}

.icon-copy3:before {
  content: "\e090";
}

.icon-copy4:before {
  content: "\e091";
}

.icon-paste:before {
  content: "\e092";
}

.icon-paste2:before {
  content: "\e093";
}

.icon-paste3:before {
  content: "\e094";
}

.icon-stack:before {
  content: "\e095";
}

.icon-stack2:before {
  content: "\e096";
}

.icon-stack3:before {
  content: "\e097";
}

.icon-folder:before {
  content: "\e098";
}

.icon-folder-download:before {
  content: "\e099";
}

.icon-folder-upload:before {
  content: "\e09a";
}

.icon-folder-plus:before {
  content: "\e09b";
}

.icon-folder-plus2:before {
  content: "\e09c";
}

.icon-folder-minus:before {
  content: "\e09d";
}

.icon-folder-minus2:before {
  content: "\e09e";
}

.icon-folder8:before {
  content: "\e09f";
}

.icon-folder-remove:before {
  content: "\e0a0";
}

.icon-folder2:before {
  content: "\e0a1";
}

.icon-folder-open:before {
  content: "\e0a2";
}

.icon-folder3:before {
  content: "\e0a3";
}

.icon-folder4:before {
  content: "\e0a4";
}

.icon-folder-plus3:before {
  content: "\e0a5";
}

.icon-folder-minus3:before {
  content: "\e0a6";
}

.icon-folder-plus4:before {
  content: "\e0a7";
}

.icon-folder-remove2:before {
  content: "\e0a8";
}

.icon-folder-download2:before {
  content: "\e0a9";
}

.icon-folder-upload2:before {
  content: "\e0aa";
}

.icon-folder-download3:before {
  content: "\e0ab";
}

.icon-folder-upload3:before {
  content: "\e0ac";
}

.icon-folder5:before {
  content: "\e0ad";
}

.icon-folder-open2:before {
  content: "\e0ae";
}

.icon-folder6:before {
  content: "\e0af";
}

.icon-folder-open3:before {
  content: "\e0b0";
}

.icon-certificate:before {
  content: "\e0b1";
}

.icon-cc:before {
  content: "\e0b2";
}

.icon-tag:before {
  content: "\e0b3";
}

.icon-tag2:before {
  content: "\e0b4";
}

.icon-tag3:before {
  content: "\e0b5";
}

.icon-tag4:before {
  content: "\e0b6";
}

.icon-tag5:before {
  content: "\e0b7";
}

.icon-tag6:before {
  content: "\e0b8";
}

.icon-tag7:before {
  content: "\e0b9";
}

.icon-tags:before {
  content: "\e0ba";
}

.icon-tags2:before {
  content: "\e0bb";
}

.icon-tag8:before {
  content: "\e0bc";
}

.icon-barcode:before {
  content: "\e0bd";
}

.icon-barcode2:before {
  content: "\e0be";
}

.icon-qrcode:before {
  content: "\e0bf";
}

.icon-ticket:before {
  content: "\e0c0";
}

.icon-cart:before {
  content: "\e0c1";
}

.icon-cart2:before {
  content: "\e0c2";
}

.icon-cart3:before {
  content: "\e0c3";
}

.icon-cart4:before {
  content: "\e0c4";
}

.icon-cart5:before {
  content: "\e0c5";
}

.icon-cart6:before {
  content: "\e0c6";
}

.icon-cart7:before {
  content: "\e0c7";
}

.icon-cart-plus:before {
  content: "\e0c8";
}

.icon-cart-minus:before {
  content: "\e0c9";
}

.icon-cart-add:before {
  content: "\e0ca";
}

.icon-cart-remove:before {
  content: "\e0cb";
}

.icon-cart-checkout:before {
  content: "\e0cc";
}

.icon-cart-remove2:before {
  content: "\e0cd";
}

.icon-basket:before {
  content: "\e0ce";
}

.icon-basket2:before {
  content: "\e0cf";
}

.icon-bag:before {
  content: "\e0d0";
}

.icon-bag2:before {
  content: "\e0d1";
}

.icon-bag3:before {
  content: "\e0d2";
}

.icon-coin:before {
  content: "\e0d3";
}

.icon-coins:before {
  content: "\e0d4";
}

.icon-credit:before {
  content: "\e0d5";
}

.icon-credit2:before {
  content: "\e0d6";
}

.icon-calculate:before {
  content: "\e0d7";
}

.icon-calculate2:before {
  content: "\e0d8";
}

.icon-support:before {
  content: "\e0d9";
}

.icon-phone:before {
  content: "\e0da";
}

.icon-phone2:before {
  content: "\e0db";
}

.icon-phone3:before {
  content: "\e0dc";
}

.icon-phone4:before {
  content: "\e0dd";
}

.icon-contact-add:before {
  content: "\e0de";
}

.icon-contact-remove:before {
  content: "\e0df";
}

.icon-contact-add2:before {
  content: "\e0e0";
}

.icon-contact-remove2:before {
  content: "\e0e1";
}

.icon-call-incoming:before {
  content: "\e0e2";
}

.icon-call-outgoing:before {
  content: "\e0e3";
}

.icon-phone5:before {
  content: "\e0e4";
}

.icon-phone6:before {
  content: "\e0e5";
}

.icon-phone-hang-up:before {
  content: "\e0e6";
}

.icon-phone-hang-up2:before {
  content: "\e0e7";
}

.icon-address-book:before {
  content: "\e0e8";
}

.icon-address-book2:before {
  content: "\e0e9";
}

.icon-notebook:before {
  content: "\e0ea";
}

.icon-envelope:before {
  content: "\e0eb";
}

.icon-envelope2:before {
  content: "\e0ec";
}

.icon-mail-send:before {
  content: "\e0ed";
}

.icon-envelope-opened:before {
  content: "\e0ee";
}

.icon-envelope3:before {
  content: "\e0ef";
}

.icon-pushpin:before {
  content: "\e0f0";
}

.icon-location:before {
  content: "\e0f1";
}

.icon-location2:before {
  content: "\e0f2";
}

.icon-location3:before {
  content: "\e0f3";
}

.icon-location4:before {
  content: "\e0f4";
}

.icon-location5:before {
  content: "\e0f5";
}

.icon-location6:before {
  content: "\e0f6";
}

.icon-location7:before {
  content: "\e0f7";
}

.icon-compass:before {
  content: "\e0f8";
}

.icon-compass2:before {
  content: "\e0f9";
}

.icon-map:before {
  content: "\e0fa";
}

.icon-map2:before {
  content: "\e0fb";
}

.icon-map3:before {
  content: "\e0fc";
}

.icon-map4:before {
  content: "\e0fd";
}

.icon-direction:before {
  content: "\e0fe";
}

.icon-history:before {
  content: "\e0ff";
}

.icon-history2:before {
  content: "\e100";
}

.icon-clock:before {
  content: "\e101";
}

.icon-clock2:before {
  content: "\e102";
}

.icon-clock3:before {
  content: "\e103";
}

.icon-clock4:before {
  content: "\e104";
}

.icon-watch:before {
  content: "\e105";
}

.icon-clock5:before {
  content: "\e106";
}

.icon-clock6:before {
  content: "\e107";
}

.icon-clock7:before {
  content: "\e108";
}

.icon-alarm:before {
  content: "\e109";
}

.icon-alarm2:before {
  content: "\e10a";
}

.icon-bell:before {
  content: "\e10b";
}

.icon-bell2:before {
  content: "\e10c";
}

.icon-alarm-plus:before {
  content: "\e10d";
}

.icon-alarm-minus:before {
  content: "\e10e";
}

.icon-alarm-check:before {
  content: "\e10f";
}

.icon-alarm-cancel:before {
  content: "\e110";
}

.icon-stopwatch:before {
  content: "\e111";
}

.icon-calendar:before {
  content: "\e112";
}

.icon-calendar2:before {
  content: "\e113";
}

.icon-calendar3:before {
  content: "\e114";
}

.icon-calendar4:before {
  content: "\e115";
}

.icon-calendar5:before {
  content: "\e116";
}

.icon-print:before {
  content: "\e117";
}

.icon-print2:before {
  content: "\e118";
}

.icon-print3:before {
  content: "\e119";
}

.icon-mouse:before {
  content: "\e11a";
}

.icon-mouse2:before {
  content: "\e11b";
}

.icon-mouse3:before {
  content: "\e11c";
}

.icon-mouse4:before {
  content: "\e11d";
}

.icon-keyboard:before {
  content: "\e11e";
}

.icon-keyboard2:before {
  content: "\e11f";
}

.icon-screen:before {
  content: "\e120";
}

.icon-screen2:before {
  content: "\e121";
}

.icon-screen3:before {
  content: "\e122";
}

.icon-screen4:before {
  content: "\e123";
}

.icon-laptop:before {
  content: "\e124";
}

.icon-mobile:before {
  content: "\e125";
}

.icon-mobile2:before {
  content: "\e126";
}

.icon-tablet:before {
  content: "\e127";
}

.icon-mobile3:before {
  content: "\e128";
}

.icon-tv:before {
  content: "\e129";
}

.icon-cabinet:before {
  content: "\e12a";
}

.icon-archive:before {
  content: "\e12b";
}

.icon-drawer:before {
  content: "\e12c";
}

.icon-drawer2:before {
  content: "\e12d";
}

.icon-drawer3:before {
  content: "\e12e";
}

.icon-box:before {
  content: "\e12f";
}

.icon-box-add:before {
  content: "\e130";
}

.icon-box-remove:before {
  content: "\e131";
}

.icon-download:before {
  content: "\e132";
}

.icon-upload:before {
  content: "\e133";
}

.icon-disk:before {
  content: "\e134";
}

.icon-cd:before {
  content: "\e135";
}

.icon-storage:before {
  content: "\e136";
}

.icon-storage2:before {
  content: "\e137";
}

.icon-database:before {
  content: "\e138";
}

.icon-database2:before {
  content: "\e139";
}

.icon-database3:before {
  content: "\e13a";
}

.icon-undo:before {
  content: "\e13b";
}

.icon-redo:before {
  content: "\e13c";
}

.icon-rotate:before {
  content: "\e13d";
}

.icon-rotate2:before {
  content: "\e13e";
}

.icon-flip:before {
  content: "\e13f";
}

.icon-flip2:before {
  content: "\e140";
}

.icon-unite:before {
  content: "\e141";
}

.icon-subtract:before {
  content: "\e142";
}

.icon-interset:before {
  content: "\e143";
}

.icon-exclude:before {
  content: "\e144";
}

.icon-align-left:before {
  content: "\e145";
}

.icon-align-center-horizontal:before {
  content: "\e146";
}

.icon-align-right:before {
  content: "\e147";
}

.icon-align-top:before {
  content: "\e148";
}

.icon-align-center-vertical:before {
  content: "\e149";
}

.icon-align-bottom:before {
  content: "\e14a";
}

.icon-undo2:before {
  content: "\e14b";
}

.icon-redo2:before {
  content: "\e14c";
}

.icon-forward:before {
  content: "\e14d";
}

.icon-reply:before {
  content: "\e14e";
}

.icon-reply2:before {
  content: "\e14f";
}

.icon-bubble:before {
  content: "\e150";
}

.icon-bubbles:before {
  content: "\e151";
}

.icon-bubbles2:before {
  content: "\e152";
}

.icon-bubble2:before {
  content: "\e153";
}

.icon-bubbles3:before {
  content: "\e154";
}

.icon-bubbles4:before {
  content: "\e155";
}

.icon-bubble-notification:before {
  content: "\e156";
}

.icon-bubbles5:before {
  content: "\e157";
}

.icon-bubbles6:before {
  content: "\e158";
}

.icon-bubble3:before {
  content: "\e159";
}

.icon-bubble-dots:before {
  content: "\e15a";
}

.icon-bubble4:before {
  content: "\e15b";
}

.icon-bubble5:before {
  content: "\e15c";
}

.icon-bubble-dots2:before {
  content: "\e15d";
}

.icon-bubble6:before {
  content: "\e15e";
}

.icon-bubble7:before {
  content: "\e15f";
}

.icon-bubble8:before {
  content: "\e160";
}

.icon-bubbles7:before {
  content: "\e161";
}

.icon-bubble9:before {
  content: "\e162";
}

.icon-bubbles8:before {
  content: "\e163";
}

.icon-bubble10:before {
  content: "\e164";
}

.icon-bubble-dots3:before {
  content: "\e165";
}

.icon-bubble11:before {
  content: "\e166";
}

.icon-bubble12:before {
  content: "\e167";
}

.icon-bubble-dots4:before {
  content: "\e168";
}

.icon-bubble13:before {
  content: "\e169";
}

.icon-bubbles9:before {
  content: "\e16a";
}

.icon-bubbles10:before {
  content: "\e16b";
}

.icon-bubble-blocked:before {
  content: "\e16c";
}

.icon-bubble-quote:before {
  content: "\e16d";
}

.icon-bubble-user:before {
  content: "\e16e";
}

.icon-bubble-check:before {
  content: "\e16f";
}

.icon-bubble-video-chat:before {
  content: "\e170";
}

.icon-bubble-link:before {
  content: "\e171";
}

.icon-bubble-locked:before {
  content: "\e172";
}

.icon-bubble-star:before {
  content: "\e173";
}

.icon-bubble-heart:before {
  content: "\e174";
}

.icon-bubble-paperclip:before {
  content: "\e175";
}

.icon-bubble-cancel:before {
  content: "\e176";
}

.icon-bubble-plus:before {
  content: "\e177";
}

.icon-bubble-minus:before {
  content: "\e178";
}

.icon-bubble-notification2:before {
  content: "\e179";
}

.icon-bubble-trash:before {
  content: "\e17a";
}

.icon-bubble-left:before {
  content: "\e17b";
}

.icon-bubble-right:before {
  content: "\e17c";
}

.icon-bubble-up:before {
  content: "\e17d";
}

.icon-bubble-down:before {
  content: "\e17e";
}

.icon-bubble-first:before {
  content: "\e17f";
}

.icon-bubble-last:before {
  content: "\e180";
}

.icon-bubble-replu:before {
  content: "\e181";
}

.icon-bubble-forward:before {
  content: "\e182";
}

.icon-bubble-reply:before {
  content: "\e183";
}

.icon-bubble-forward2:before {
  content: "\e184";
}

.icon-user:before {
  content: "\e185";
}

.icon-users:before {
  content: "\e186";
}

.icon-user-plus:before {
  content: "\e187";
}

.icon-user-plus2:before {
  content: "\e188";
}

.icon-user-minus:before {
  content: "\e189";
}

.icon-user-minus2:before {
  content: "\e18a";
}

.icon-user-cancel:before {
  content: "\e18b";
}

.icon-user-block:before {
  content: "\e18c";
}

.icon-users2:before {
  content: "\e18d";
}

.icon-user2:before {
  content: "\e18e";
}

.icon-users3:before {
  content: "\e18f";
}

.icon-user-plus3:before {
  content: "\e190";
}

.icon-user-minus3:before {
  content: "\e191";
}

.icon-user-cancel2:before {
  content: "\e192";
}

.icon-user-block2:before {
  content: "\e193";
}

.icon-user3:before {
  content: "\e194";
}

.icon-user4:before {
  content: "\e195";
}

.icon-user5:before {
  content: "\e196";
}

.icon-user6:before {
  content: "\e197";
}

.icon-users4:before {
  content: "\e198";
}

.icon-user7:before {
  content: "\e199";
}

.icon-user8:before {
  content: "\e19a";
}

.icon-users5:before {
  content: "\e19b";
}

.icon-vcard:before {
  content: "\e19c";
}

.icon-tshirt:before {
  content: "\e19d";
}

.icon-hanger:before {
  content: "\e19e";
}

.icon-quotes-left:before {
  content: "\e19f";
}

.icon-quotes-right:before {
  content: "\e1a0";
}

.icon-quotes-right2:before {
  content: "\e1a1";
}

.icon-quotes-right3:before {
  content: "\e1a2";
}

.icon-busy:before {
  content: "\e1a3";
}

.icon-busy2:before {
  content: "\e1a4";
}

.icon-busy3:before {
  content: "\e1a5";
}

.icon-busy4:before {
  content: "\e1a6";
}

.icon-spinner:before {
  content: "\e1a7";
}

.icon-spinner2:before {
  content: "\e1a8";
}

.icon-spinner3:before {
  content: "\e1a9";
}

.icon-spinner4:before {
  content: "\e1aa";
}

.icon-spinner5:before {
  content: "\e1ab";
}

.icon-spinner6:before {
  content: "\e1ac";
}

.icon-spinner7:before {
  content: "\e1ad";
}

.icon-spinner8:before {
  content: "\e1ae";
}

.icon-spinner9:before {
  content: "\e1af";
}

.icon-spinner10:before {
  content: "\e1b0";
}

.icon-spinner11:before {
  content: "\e1b1";
}

.icon-spinner12:before {
  content: "\e1b2";
}

.icon-microscope:before {
  content: "\e1b3";
}

.icon-binoculars:before {
  content: "\e1b4";
}

.icon-binoculars2:before {
  content: "\e1b5";
}

.icon-search:before {
  content: "\e1b6";
}

.icon-search2:before {
  content: "\e1b7";
}

.icon-zoomin:before {
  content: "\e1b8";
}

.icon-zoomout:before {
  content: "\e1b9";
}

.icon-search3:before {
  content: "\e1ba";
}

.icon-search4:before {
  content: "\e1bb";
}

.icon-zoomin2:before {
  content: "\e1bc";
}

.icon-zoomout2:before {
  content: "\e1bd";
}

.icon-search5:before {
  content: "\e1be";
}

.icon-expand:before {
  content: "\e1bf";
}

.icon-contract:before {
  content: "\e1c0";
}

.icon-scale-up:before {
  content: "\e1c1";
}

.icon-scale-down:before {
  content: "\e1c2";
}

.icon-expand2:before {
  content: "\e1c3";
}

.icon-contract2:before {
  content: "\e1c4";
}

.icon-scale-up2:before {
  content: "\e1c5";
}

.icon-scale-down2:before {
  content: "\e1c6";
}

.icon-fullscreen:before {
  content: "\e1c7";
}

.icon-expand3:before {
  content: "\e1c8";
}

.icon-contract3:before {
  content: "\e1c9";
}

.icon-key:before {
  content: "\e1ca";
}

.icon-key2:before {
  content: "\e1cb";
}

.icon-key3:before {
  content: "\e1cc";
}

.icon-key4:before {
  content: "\e1cd";
}

.icon-key5:before {
  content: "\e1ce";
}

.icon-keyhole:before {
  content: "\e1cf";
}

.icon-lock:before {
  content: "\e1d0";
}

.icon-lock2:before {
  content: "\e1d1";
}

.icon-lock3:before {
  content: "\e1d2";
}

.icon-lock4:before {
  content: "\e1d3";
}

.icon-unlocked:before {
  content: "\e1d4";
}

.icon-lock5:before {
  content: "\e1d5";
}

.icon-unlocked2:before {
  content: "\e1d6";
}

.icon-wrench:before {
  content: "\e1d7";
}

.icon-wrench2:before {
  content: "\e1d8";
}

.icon-wrench3:before {
  content: "\e1d9";
}

.icon-wrench4:before {
  content: "\e1da";
}

.icon-settings:before {
  content: "\e1db";
}

.icon-equalizer:before {
  content: "\e1dc";
}

.icon-equalizer2:before {
  content: "\e1dd";
}

.icon-equalizer3:before {
  content: "\e1de";
}

.icon-cog:before {
  content: "\e1df";
}

.icon-cogs:before {
  content: "\e1e0";
}

.icon-cog2:before {
  content: "\e1e1";
}

.icon-cog3:before {
  content: "\e1e2";
}

.icon-cog4:before {
  content: "\e1e3";
}

.icon-cog5:before {
  content: "\e1e4";
}

.icon-cog6:before {
  content: "\e1e5";
}

.icon-cog7:before {
  content: "\e1e6";
}

.icon-factory:before {
  content: "\e1e7";
}

.icon-hammer:before {
  content: "\e1e8";
}

.icon-tools:before {
  content: "\e1e9";
}

.icon-screwdriver:before {
  content: "\e1ea";
}

.icon-screwdriver2:before {
  content: "\e1eb";
}

.icon-wand:before {
  content: "\e1ec";
}

.icon-wand2:before {
  content: "\e1ed";
}

.icon-health:before {
  content: "\e1ee";
}

.icon-aid:before {
  content: "\e1ef";
}

.icon-patch:before {
  content: "\e1f0";
}

.icon-bug:before {
  content: "\e1f1";
}

.icon-bug2:before {
  content: "\e1f2";
}

.icon-inject:before {
  content: "\e1f3";
}

.icon-inject2:before {
  content: "\e1f4";
}

.icon-construction:before {
  content: "\e1f5";
}

.icon-cone:before {
  content: "\e1f6";
}

.icon-pie:before {
  content: "\e1f7";
}

.icon-pie2:before {
  content: "\e1f8";
}

.icon-pie3:before {
  content: "\e1f9";
}

.icon-pie4:before {
  content: "\e1fa";
}

.icon-pie5:before {
  content: "\e1fb";
}

.icon-pie6:before {
  content: "\e1fc";
}

.icon-pie7:before {
  content: "\e1fd";
}

.icon-stats:before {
  content: "\e1fe";
}

.icon-stats2:before {
  content: "\e1ff";
}

.icon-stats3:before {
  content: "\e200";
}

.icon-bars:before {
  content: "\e201";
}

.icon-bars2:before {
  content: "\e202";
}

.icon-bars3:before {
  content: "\e203";
}

.icon-bars4:before {
  content: "\e204";
}

.icon-bars5:before {
  content: "\e205";
}

.icon-bars6:before {
  content: "\e206";
}

.icon-stats-up:before {
  content: "\e207";
}

.icon-stats-down:before {
  content: "\e208";
}

.icon-stairs-down:before {
  content: "\e209";
}

.icon-stairs-down2:before {
  content: "\e20a";
}

.icon-chart:before {
  content: "\e20b";
}

.icon-stairs:before {
  content: "\e20c";
}

.icon-stairs2:before {
  content: "\e20d";
}

.icon-ladder:before {
  content: "\e20e";
}

.icon-cake:before {
  content: "\e20f";
}

.icon-gift:before {
  content: "\e210";
}

.icon-gift2:before {
  content: "\e211";
}

.icon-balloon:before {
  content: "\e212";
}

.icon-rating:before {
  content: "\e213";
}

.icon-rating2:before {
  content: "\e214";
}

.icon-rating3:before {
  content: "\e215";
}

.icon-podium:before {
  content: "\e216";
}

.icon-medal:before {
  content: "\e217";
}

.icon-medal2:before {
  content: "\e218";
}

.icon-medal3:before {
  content: "\e219";
}

.icon-medal4:before {
  content: "\e21a";
}

.icon-medal5:before {
  content: "\e21b";
}

.icon-crown:before {
  content: "\e21c";
}

.icon-trophy:before {
  content: "\e21d";
}

.icon-trophy2:before {
  content: "\e21e";
}

.icon-trophy-star:before {
  content: "\e21f";
}

.icon-diamond:before {
  content: "\e220";
}

.icon-diamond2:before {
  content: "\e221";
}

.icon-glass:before {
  content: "\e222";
}

.icon-glass2:before {
  content: "\e223";
}

.icon-bottle:before {
  content: "\e224";
}

.icon-bottle2:before {
  content: "\e225";
}

.icon-mug:before {
  content: "\e226";
}

.icon-food:before {
  content: "\e227";
}

.icon-food2:before {
  content: "\e228";
}

.icon-hamburger:before {
  content: "\e229";
}

.icon-cup:before {
  content: "\e22a";
}

.icon-cup2:before {
  content: "\e22b";
}

.icon-leaf:before {
  content: "\e22c";
}

.icon-leaf2:before {
  content: "\e22d";
}

.icon-apple-fruit:before {
  content: "\e22e";
}

.icon-tree:before {
  content: "\e22f";
}

.icon-tree2:before {
  content: "\e230";
}

.icon-paw:before {
  content: "\e231";
}

.icon-steps:before {
  content: "\e232";
}

.icon-flower:before {
  content: "\e233";
}

.icon-rocket:before {
  content: "\e234";
}

.icon-meter:before {
  content: "\e235";
}

.icon-meter2:before {
  content: "\e236";
}

.icon-meter-slow:before {
  content: "\e237";
}

.icon-meter-medium:before {
  content: "\e238";
}

.icon-meter-fast:before {
  content: "\e239";
}

.icon-dashboard:before {
  content: "\e23a";
}

.icon-hammer2:before {
  content: "\e23b";
}

.icon-balance:before {
  content: "\e23c";
}

.icon-bomb:before {
  content: "\e23d";
}

.icon-fire:before {
  content: "\e23e";
}

.icon-fire2:before {
  content: "\e23f";
}

.icon-lab:before {
  content: "\e240";
}

.icon-atom:before {
  content: "\e241";
}

.icon-atom2:before {
  content: "\e242";
}

.icon-magnet:before {
  content: "\e243";
}

.icon-magnet2:before {
  content: "\e244";
}

.icon-magnet3:before {
  content: "\e245";
}

.icon-magnet4:before {
  content: "\e246";
}

.icon-dumbbell:before {
  content: "\e247";
}

.icon-skull:before {
  content: "\e248";
}

.icon-skull2:before {
  content: "\e249";
}

.icon-skull3:before {
  content: "\e24a";
}

.icon-lamp:before {
  content: "\e24b";
}

.icon-lamp2:before {
  content: "\e24c";
}

.icon-lamp3:before {
  content: "\e24d";
}

.icon-lamp4:before {
  content: "\e24e";
}

.icon-remove:before {
  content: "\e24f";
}

.icon-remove2:before {
  content: "\e250";
}

.icon-remove3:before {
  content: "\e251";
}

.icon-remove4:before {
  content: "\e252";
}

.icon-remove5:before {
  content: "\e253";
}

.icon-remove6:before {
  content: "\e254";
}

.icon-remove7:before {
  content: "\e255";
}

.icon-remove8:before {
  content: "\e256";
}

.icon-briefcase:before {
  content: "\e257";
}

.icon-briefcase2:before {
  content: "\e258";
}

.icon-briefcase3:before {
  content: "\e259";
}

.icon-airplane:before {
  content: "\e25a";
}

.icon-airplane2:before {
  content: "\e25b";
}

.icon-paperplane:before {
  content: "\e25c";
}

.icon-car:before {
  content: "\e25d";
}

.icon-gas-pump:before {
  content: "\e25e";
}

.icon-bus:before {
  content: "\e25f";
}

.icon-truck:before {
  content: "\e260";
}

.icon-bike:before {
  content: "\e261";
}

.icon-road:before {
  content: "\e262";
}

.icon-train:before {
  content: "\e263";
}

.icon-ship:before {
  content: "\e264";
}

.icon-boat:before {
  content: "\e265";
}

.icon-cube:before {
  content: "\e266";
}

.icon-cube2:before {
  content: "\e267";
}

.icon-cube3:before {
  content: "\e268";
}

.icon-cube4:before {
  content: "\e269";
}

.icon-pyramid:before {
  content: "\e26a";
}

.icon-pyramid2:before {
  content: "\e26b";
}

.icon-cylinder:before {
  content: "\e26c";
}

.icon-package:before {
  content: "\e26d";
}

.icon-puzzle:before {
  content: "\e26e";
}

.icon-puzzle2:before {
  content: "\e26f";
}

.icon-puzzle3:before {
  content: "\e270";
}

.icon-puzzle4:before {
  content: "\e271";
}

.icon-glasses:before {
  content: "\e272";
}

.icon-glasses2:before {
  content: "\e273";
}

.icon-glasses3:before {
  content: "\e274";
}

.icon-sunglasses:before {
  content: "\e275";
}

.icon-accessibility:before {
  content: "\e276";
}

.icon-accessibility2:before {
  content: "\e277";
}

.icon-brain:before {
  content: "\e278";
}

.icon-target:before {
  content: "\e279";
}

.icon-target2:before {
  content: "\e27a";
}

.icon-target3:before {
  content: "\e27b";
}

.icon-gun:before {
  content: "\e27c";
}

.icon-gun-ban:before {
  content: "\e27d";
}

.icon-shield:before {
  content: "\e27e";
}

.icon-shield2:before {
  content: "\e27f";
}

.icon-shield3:before {
  content: "\e280";
}

.icon-shield4:before {
  content: "\e281";
}

.icon-soccer:before {
  content: "\e282";
}

.icon-football:before {
  content: "\e283";
}

.icon-baseball:before {
  content: "\e284";
}

.icon-basketball:before {
  content: "\e285";
}

.icon-golf:before {
  content: "\e286";
}

.icon-hockey:before {
  content: "\e287";
}

.icon-racing:before {
  content: "\e288";
}

.icon-eightball:before {
  content: "\e289";
}

.icon-bowlingball:before {
  content: "\e28a";
}

.icon-bowling:before {
  content: "\e28b";
}

.icon-bowling2:before {
  content: "\e28c";
}

.icon-lightning:before {
  content: "\e28d";
}

.icon-power:before {
  content: "\e28e";
}

.icon-power2:before {
  content: "\e28f";
}

.icon-switch:before {
  content: "\e290";
}

.icon-powercord:before {
  content: "\e291";
}

.icon-cord:before {
  content: "\e292";
}

.icon-socket:before {
  content: "\e293";
}

.icon-clipboard:before {
  content: "\e294";
}

.icon-clipboard2:before {
  content: "\e295";
}

.icon-signup:before {
  content: "\e296";
}

.icon-clipboard3:before {
  content: "\e297";
}

.icon-clipboard4:before {
  content: "\e298";
}

.icon-list:before {
  content: "\e299";
}

.icon-list2:before {
  content: "\e29a";
}

.icon-list3:before {
  content: "\e29b";
}

.icon-numbered-list:before {
  content: "\e29c";
}

.icon-list4:before {
  content: "\e29d";
}

.icon-list5:before {
  content: "\e29e";
}

.icon-playlist:before {
  content: "\e29f";
}

.icon-grid:before {
  content: "\e2a0";
}

.icon-grid2:before {
  content: "\e2a1";
}

.icon-grid3:before {
  content: "\e2a2";
}

.icon-grid4:before {
  content: "\e2a3";
}

.icon-grid5:before {
  content: "\e2a4";
}

.icon-grid6:before {
  content: "\e2a5";
}

.icon-tree3:before {
  content: "\e2a6";
}

.icon-tree4:before {
  content: "\e2a7";
}

.icon-tree5:before {
  content: "\e2a8";
}

.icon-menu:before {
  content: "\e2a9";
}

.icon-menu2:before {
  content: "\e2aa";
}

.icon-circle-small:before {
  content: "\e2ab";
}

.icon-menu3:before {
  content: "\e2ac";
}

.icon-menu4:before {
  content: "\e2ad";
}

.icon-menu5:before {
  content: "\e2ae";
}

.icon-menu6:before {
  content: "\e2af";
}

.icon-menu7:before {
  content: "\e2b0";
}

.icon-menu8:before {
  content: "\e2b1";
}

.icon-menu9:before {
  content: "\e2b2";
}

.icon-cloud:before {
  content: "\e2b3";
}

.icon-cloud2:before {
  content: "\e2b4";
}

.icon-cloud3:before {
  content: "\e2b5";
}

.icon-cloud-download:before {
  content: "\e2b6";
}

.icon-cloud-upload:before {
  content: "\e2b7";
}

.icon-download2:before {
  content: "\e2b8";
}

.icon-upload2:before {
  content: "\e2b9";
}

.icon-download3:before {
  content: "\e2ba";
}

.icon-upload3:before {
  content: "\e2bb";
}

.icon-download4:before {
  content: "\e2bc";
}

.icon-upload4:before {
  content: "\e2bd";
}

.icon-download5:before {
  content: "\e2be";
}

.icon-upload5:before {
  content: "\e2bf";
}

.icon-download6:before {
  content: "\e2c0";
}

.icon-upload6:before {
  content: "\e2c1";
}

.icon-download7:before {
  content: "\e2c2";
}

.icon-upload7:before {
  content: "\e2c3";
}

.icon-globe:before {
  content: "\e2c4";
}

.icon-globe2:before {
  content: "\e2c5";
}

.icon-globe3:before {
  content: "\e2c6";
}

.icon-earth:before {
  content: "\e2c7";
}

.icon-network:before {
  content: "\e2c8";
}

.icon-link:before {
  content: "\e2c9";
}

.icon-link2:before {
  content: "\e2ca";
}

.icon-link3:before {
  content: "\e2cb";
}

.icon-link22:before {
  content: "\e2cc";
}

.icon-link4:before {
  content: "\e2cd";
}

.icon-link5:before {
  content: "\e2ce";
}

.icon-link6:before {
  content: "\e2cf";
}

.icon-anchor:before {
  content: "\e2d0";
}

.icon-flag:before {
  content: "\e2d1";
}

.icon-flag2:before {
  content: "\e2d2";
}

.icon-flag3:before {
  content: "\e2d3";
}

.icon-flag4:before {
  content: "\e2d4";
}

.icon-flag5:before {
  content: "\e2d5";
}

.icon-flag6:before {
  content: "\e2d6";
}

.icon-attachment:before {
  content: "\e2d7";
}

.icon-attachment2:before {
  content: "\e2d8";
}

.icon-eye:before {
  content: "\e2d9";
}

.icon-eye-blocked:before {
  content: "\e2da";
}

.icon-eye2:before {
  content: "\e2db";
}

.icon-eye3:before {
  content: "\e2dc";
}

.icon-eye-blocked2:before {
  content: "\e2dd";
}

.icon-eye4:before {
  content: "\e2de";
}

.icon-eye5:before {
  content: "\e2df";
}

.icon-eye6:before {
  content: "\e2e0";
}

.icon-eye7:before {
  content: "\e2e1";
}

.icon-eye8:before {
  content: "\e2e2";
}

.icon-bookmark:before {
  content: "\e2e3";
}

.icon-bookmark2:before {
  content: "\e2e4";
}

.icon-bookmarks:before {
  content: "\e2e5";
}

.icon-bookmark3:before {
  content: "\e2e6";
}

.icon-spotlight:before {
  content: "\e2e7";
}

.icon-starburst:before {
  content: "\e2e8";
}

.icon-snowflake:before {
  content: "\e2e9";
}

.icon-temperature:before {
  content: "\e2ea";
}

.icon-temperature2:before {
  content: "\e2eb";
}

.icon-weather-lightning:before {
  content: "\e2ec";
}

.icon-weather-rain:before {
  content: "\e2ed";
}

.icon-weather-snow:before {
  content: "\e2ee";
}

.icon-windy:before {
  content: "\e2ef";
}

.icon-fan:before {
  content: "\e2f0";
}

.icon-umbrella:before {
  content: "\e2f1";
}

.icon-sun:before {
  content: "\e2f2";
}

.icon-sun2:before {
  content: "\e2f3";
}

.icon-brightness-high:before {
  content: "\e2f4";
}

.icon-brightness-medium:before {
  content: "\e2f5";
}

.icon-brightness-low:before {
  content: "\e2f6";
}

.icon-brightness-contrast:before {
  content: "\e2f7";
}

.icon-contrast:before {
  content: "\e2f8";
}

.icon-moon:before {
  content: "\e2f9";
}

.icon-bed:before {
  content: "\e2fa";
}

.icon-bed2:before {
  content: "\e2fb";
}

.icon-star:before {
  content: "\e2fc";
}

.icon-star2:before {
  content: "\e2fd";
}

.icon-star3:before {
  content: "\e2fe";
}

.icon-star4:before {
  content: "\e2ff";
}

.icon-star5:before {
  content: "\e300";
}

.icon-star6:before {
  content: "\e301";
}

.icon-heart:before {
  content: "\e302";
}

.icon-heart2:before {
  content: "\e303";
}

.icon-heart3:before {
  content: "\e304";
}

.icon-heart4:before {
  content: "\e305";
}

.icon-heart-broken:before {
  content: "\e306";
}

.icon-heart5:before {
  content: "\e307";
}

.icon-heart6:before {
  content: "\e308";
}

.icon-heart-broken2:before {
  content: "\e309";
}

.icon-heart7:before {
  content: "\e30a";
}

.icon-heart8:before {
  content: "\e30b";
}

.icon-heart-broken3:before {
  content: "\e30c";
}

.icon-lips:before {
  content: "\e30d";
}

.icon-lips2:before {
  content: "\e30e";
}

.icon-thumbs-up:before {
  content: "\e30f";
}

.icon-thumbs-up2:before {
  content: "\e310";
}

.icon-thumbs-down:before {
  content: "\e311";
}

.icon-thumbs-down2:before {
  content: "\e312";
}

.icon-thumbs-up3:before {
  content: "\e313";
}

.icon-thumbs-up4:before {
  content: "\e314";
}

.icon-thumbs-up5:before {
  content: "\e315";
}

.icon-thumbs-up6:before {
  content: "\e316";
}

.icon-people:before {
  content: "\e317";
}

.icon-man:before {
  content: "\e318";
}

.icon-male:before {
  content: "\e319";
}

.icon-woman:before {
  content: "\e31a";
}

.icon-female:before {
  content: "\e31b";
}

.icon-peace:before {
  content: "\e31c";
}

.icon-yin-yang:before {
  content: "\e31d";
}

.icon-happy:before {
  content: "\e31e";
}

.icon-happy2:before {
  content: "\e31f";
}

.icon-smiley:before {
  content: "\e320";
}

.icon-smiley2:before {
  content: "\e321";
}

.icon-tongue:before {
  content: "\e322";
}

.icon-tongue2:before {
  content: "\e323";
}

.icon-sad:before {
  content: "\e324";
}

.icon-sad2:before {
  content: "\e325";
}

.icon-wink:before {
  content: "\e326";
}

.icon-wink2:before {
  content: "\e327";
}

.icon-grin:before {
  content: "\e328";
}

.icon-grin2:before {
  content: "\e329";
}

.icon-cool:before {
  content: "\e32a";
}

.icon-cool2:before {
  content: "\e32b";
}

.icon-angry:before {
  content: "\e32c";
}

.icon-angry2:before {
  content: "\e32d";
}

.icon-evil:before {
  content: "\e32e";
}

.icon-evil2:before {
  content: "\e32f";
}

.icon-shocked:before {
  content: "\e330";
}

.icon-shocked2:before {
  content: "\e331";
}

.icon-confused:before {
  content: "\e332";
}

.icon-confused2:before {
  content: "\e333";
}

.icon-neutral:before {
  content: "\e334";
}

.icon-neutral2:before {
  content: "\e335";
}

.icon-wondering:before {
  content: "\e336";
}

.icon-wondering2:before {
  content: "\e337";
}

.icon-cursor:before {
  content: "\e338";
}

.icon-cursor2:before {
  content: "\e339";
}

.icon-point-up:before {
  content: "\e33a";
}

.icon-point-right:before {
  content: "\e33b";
}

.icon-point-down:before {
  content: "\e33c";
}

.icon-point-left:before {
  content: "\e33d";
}

.icon-pointer:before {
  content: "\e33e";
}

.icon-hand:before {
  content: "\e33f";
}

.icon-stack-empty:before {
  content: "\e340";
}

.icon-stack-plus:before {
  content: "\e341";
}

.icon-stack-minus:before {
  content: "\e342";
}

.icon-stack-star:before {
  content: "\e343";
}

.icon-stack-picture:before {
  content: "\e344";
}

.icon-stack-down:before {
  content: "\e345";
}

.icon-stack-up:before {
  content: "\e346";
}

.icon-stack-cancel:before {
  content: "\e347";
}

.icon-stack-checkmark:before {
  content: "\e348";
}

.icon-stack-list:before {
  content: "\e349";
}

.icon-stack-clubs:before {
  content: "\e34a";
}

.icon-stack-spades:before {
  content: "\e34b";
}

.icon-stack-hearts:before {
  content: "\e34c";
}

.icon-stack-diamonds:before {
  content: "\e34d";
}

.icon-stack-user:before {
  content: "\e34e";
}

.icon-stack4:before {
  content: "\e34f";
}

.icon-stack-music:before {
  content: "\e350";
}

.icon-stack-play:before {
  content: "\e351";
}

.icon-move:before {
  content: "\e352";
}

.icon-resize:before {
  content: "\e353";
}

.icon-resize2:before {
  content: "\e354";
}

.icon-warning:before {
  content: "\e355";
}

.icon-warning2:before {
  content: "\e356";
}

.icon-notification:before {
  content: "\e357";
}

.icon-notification2:before {
  content: "\e358";
}

.icon-question:before {
  content: "\e359";
}

.icon-question2:before {
  content: "\e35a";
}

.icon-question3:before {
  content: "\e35b";
}

.icon-question4:before {
  content: "\e35c";
}

.icon-question5:before {
  content: "\e35d";
}

.icon-plus-circle:before {
  content: "\e35e";
}

.icon-plus-circle2:before {
  content: "\e35f";
}

.icon-minus-circle:before {
  content: "\e360";
}

.icon-minus-circle2:before {
  content: "\e361";
}

.icon-info:before {
  content: "\e362";
}

.icon-info2:before {
  content: "\e363";
}

.icon-blocked:before {
  content: "\e364";
}

.icon-cancel-circle:before {
  content: "\e365";
}

.icon-cancel-circle2:before {
  content: "\e366";
}

.icon-checkmark-circle:before {
  content: "\e367";
}

.icon-checkmark-circle2:before {
  content: "\e368";
}

.icon-cancel:before {
  content: "\e369";
}

.icon-spam:before {
  content: "\e36a";
}

.icon-close:before {
  content: "\e36b";
}

.icon-close2:before {
  content: "\e36c";
}

.icon-close3:before {
  content: "\e36d";
}

.icon-close4:before {
  content: "\e36e";
}

.icon-close5:before {
  content: "\e36f";
}

.icon-checkmark:before {
  content: "\e370";
}

.icon-checkmark2:before {
  content: "\e371";
}

.icon-checkmark3:before {
  content: "\e372";
}

.icon-checkmark4:before {
  content: "\e373";
}

.icon-spell-check:before {
  content: "\e374";
}

.icon-minus:before {
  content: "\e375";
}

.icon-plus:before {
  content: "\e376";
}

.icon-minus2:before {
  content: "\e377";
}

.icon-plus2:before {
  content: "\e378";
}

.icon-enter:before {
  content: "\e379";
}

.icon-exit:before {
  content: "\e37a";
}

.icon-enter2:before {
  content: "\e37b";
}

.icon-exit2:before {
  content: "\e37c";
}

.icon-enter3:before {
  content: "\e37d";
}

.icon-exit3:before {
  content: "\e37e";
}

.icon-exit4:before {
  content: "\e37f";
}

.icon-play3:before {
  content: "\e380";
}

.icon-pause:before {
  content: "\e381";
}

.icon-stop:before {
  content: "\e382";
}

.icon-backward:before {
  content: "\e383";
}

.icon-forward2:before {
  content: "\e384";
}

.icon-play4:before {
  content: "\e385";
}

.icon-pause2:before {
  content: "\e386";
}

.icon-stop2:before {
  content: "\e387";
}

.icon-backward2:before {
  content: "\e388";
}

.icon-forward3:before {
  content: "\e389";
}

.icon-first:before {
  content: "\e38a";
}

.icon-last:before {
  content: "\e38b";
}

.icon-previous:before {
  content: "\e38c";
}

.icon-next:before {
  content: "\e38d";
}

.icon-eject:before {
  content: "\e38e";
}

.icon-volume-high:before {
  content: "\e38f";
}

.icon-volume-medium:before {
  content: "\e390";
}

.icon-volume-low:before {
  content: "\e391";
}

.icon-volume-mute:before {
  content: "\e392";
}

.icon-volume-mute2:before {
  content: "\e393";
}

.icon-volume-increase:before {
  content: "\e394";
}

.icon-volume-decrease:before {
  content: "\e395";
}

.icon-volume-high2:before {
  content: "\e396";
}

.icon-volume-medium2:before {
  content: "\e397";
}

.icon-volume-low2:before {
  content: "\e398";
}

.icon-volume-mute3:before {
  content: "\e399";
}

.icon-volume-mute4:before {
  content: "\e39a";
}

.icon-volume-increase2:before {
  content: "\e39b";
}

.icon-volume-decrease2:before {
  content: "\e39c";
}

.icon-volume5:before {
  content: "\e39d";
}

.icon-volume4:before {
  content: "\e39e";
}

.icon-volume3:before {
  content: "\e39f";
}

.icon-volume2:before {
  content: "\e3a0";
}

.icon-volume1:before {
  content: "\e3a1";
}

.icon-volume0:before {
  content: "\e3a2";
}

.icon-volume-mute5:before {
  content: "\e3a3";
}

.icon-volume-mute6:before {
  content: "\e3a4";
}

.icon-loop:before {
  content: "\e3a5";
}

.icon-loop2:before {
  content: "\e3a6";
}

.icon-loop3:before {
  content: "\e3a7";
}

.icon-loop4:before {
  content: "\e3a8";
}

.icon-loop5:before {
  content: "\e3a9";
}

.icon-shuffle:before {
  content: "\e3aa";
}

.icon-shuffle2:before {
  content: "\e3ab";
}

.icon-wave:before {
  content: "\e3ac";
}

.icon-wave2:before {
  content: "\e3ad";
}

.icon-arrow-first:before {
  content: "\e3ae";
}

.icon-arrow-right:before {
  content: "\e3af";
}

.icon-arrow-up:before {
  content: "\e3b0";
}

.icon-arrow-right2:before {
  content: "\e3b1";
}

.icon-arrow-down:before {
  content: "\e3b2";
}

.icon-arrow-left:before {
  content: "\e3b3";
}

.icon-arrow-up2:before {
  content: "\e3b4";
}

.icon-arrow-right3:before {
  content: "\e3b5";
}

.icon-arrow-down2:before {
  content: "\e3b6";
}

.icon-arrow-left2:before {
  content: "\e3b7";
}

.icon-arrow-up-left:before {
  content: "\e3b8";
}

.icon-arrow-up3:before {
  content: "\e3b9";
}

.icon-arrow-up-right:before {
  content: "\e3ba";
}

.icon-arrow-right4:before {
  content: "\e3bb";
}

.icon-arrow-down-right:before {
  content: "\e3bc";
}

.icon-arrow-down3:before {
  content: "\e3bd";
}

.icon-arrow-down-left:before {
  content: "\e3be";
}

.icon-arrow-left3:before {
  content: "\e3bf";
}

.icon-arrow-up-left2:before {
  content: "\e3c0";
}

.icon-arrow-up4:before {
  content: "\e3c1";
}

.icon-arrow-up-right2:before {
  content: "\e3c2";
}

.icon-arrow-right5:before {
  content: "\e3c3";
}

.icon-arrow-down-right2:before {
  content: "\e3c4";
}

.icon-arrow-down4:before {
  content: "\e3c5";
}

.icon-arrow-down-left2:before {
  content: "\e3c6";
}

.icon-arrow-left4:before {
  content: "\e3c7";
}

.icon-arrow-up-left3:before {
  content: "\e3c8";
}

.icon-arrow-up5:before {
  content: "\e3c9";
}

.icon-arrow-up-right3:before {
  content: "\e3ca";
}

.icon-arrow-right6:before {
  content: "\e3cb";
}

.icon-arrow-down-right3:before {
  content: "\e3cc";
}

.icon-arrow-down5:before {
  content: "\e3cd";
}

.icon-arrow-down-left3:before {
  content: "\e3ce";
}

.icon-arrow-left5:before {
  content: "\e3cf";
}

.icon-arrow-up-left4:before {
  content: "\e3d0";
}

.icon-arrow-up6:before {
  content: "\e3d1";
}

.icon-arrow-up-right4:before {
  content: "\e3d2";
}

.icon-arrow-right7:before {
  content: "\e3d3";
}

.icon-arrow-down-right4:before {
  content: "\e3d4";
}

.icon-arrow-down6:before {
  content: "\e3d5";
}

.icon-arrow-down-left4:before {
  content: "\e3d6";
}

.icon-arrow-left6:before {
  content: "\e3d7";
}

.icon-arrow:before {
  content: "\e3d8";
}

.icon-arrow2:before {
  content: "\e3d9";
}

.icon-arrow3:before {
  content: "\e3da";
}

.icon-arrow4:before {
  content: "\e3db";
}

.icon-arrow5:before {
  content: "\e3dc";
}

.icon-arrow6:before {
  content: "\e3dd";
}

.icon-arrow7:before {
  content: "\e3de";
}

.icon-arrow8:before {
  content: "\e3df";
}

.icon-arrow-up-left5:before {
  content: "\e3e0";
}

.icon-arrowsquare:before {
  content: "\e3e1";
}

.icon-arrow-up-right5:before {
  content: "\e3e2";
}

.icon-arrow-right8:before {
  content: "\e3e3";
}

.icon-arrow-down-right5:before {
  content: "\e3e4";
}

.icon-arrow-down7:before {
  content: "\e3e5";
}

.icon-arrow-down-left5:before {
  content: "\e3e6";
}

.icon-arrow-left7:before {
  content: "\e3e7";
}

.icon-arrow-up7:before {
  content: "\e3e8";
}

.icon-arrow-right9:before {
  content: "\e3e9";
}

.icon-arrow-down8:before {
  content: "\e3ea";
}

.icon-arrow-left8:before {
  content: "\e3eb";
}

.icon-arrow-up8:before {
  content: "\e3ec";
}

.icon-arrow-right10:before {
  content: "\e3ed";
}

.icon-arrow-bottom:before {
  content: "\e3ee";
}

.icon-arrow-left9:before {
  content: "\e3ef";
}

.icon-arrow-up-left6:before {
  content: "\e3f0";
}

.icon-arrow-up9:before {
  content: "\e3f1";
}

.icon-arrow-up-right6:before {
  content: "\e3f2";
}

.icon-arrow-right11:before {
  content: "\e3f3";
}

.icon-arrow-down-right6:before {
  content: "\e3f4";
}

.icon-arrow-down9:before {
  content: "\e3f5";
}

.icon-arrow-down-left6:before {
  content: "\e3f6";
}

.icon-arrow-left10:before {
  content: "\e3f7";
}

.icon-arrow-up-left7:before {
  content: "\e3f8";
}

.icon-arrow-up10:before {
  content: "\e3f9";
}

.icon-arrow-up-right7:before {
  content: "\e3fa";
}

.icon-arrow-right12:before {
  content: "\e3fb";
}

.icon-arrow-down-right7:before {
  content: "\e3fc";
}

.icon-arrow-down10:before {
  content: "\e3fd";
}

.icon-arrow-down-left7:before {
  content: "\e3fe";
}

.icon-arrow-left11:before {
  content: "\e3ff";
}

.icon-arrow-up11:before {
  content: "\e400";
}

.icon-arrow-right13:before {
  content: "\e401";
}

.icon-arrow-down11:before {
  content: "\e402";
}

.icon-arrow-left12:before {
  content: "\e403";
}

.icon-arrow-up12:before {
  content: "\e404";
}

.icon-arrow-right14:before {
  content: "\e405";
}

.icon-arrow-down12:before {
  content: "\e406";
}

.icon-arrow-left13:before {
  content: "\e407";
}

.icon-arrow-up13:before {
  content: "\e408";
}

.icon-arrow-right15:before {
  content: "\e409";
}

.icon-arrow-down13:before {
  content: "\e40a";
}

.icon-arrow-left14:before {
  content: "\e40b";
}

.icon-arrow-up14:before {
  content: "\e40c";
}

.icon-arrow-right16:before {
  content: "\e40d";
}

.icon-arrow-down14:before {
  content: "\e40e";
}

.icon-arrow-left15:before {
  content: "\e40f";
}

.icon-arrow-up15:before {
  content: "\e410";
}

.icon-arrow-right17:before {
  content: "\e411";
}

.icon-arrow-down15:before {
  content: "\e412";
}

.icon-arrow-left16:before {
  content: "\e413";
}

.icon-arrow-up16:before {
  content: "\e414";
}

.icon-arrow-right18:before {
  content: "\e415";
}

.icon-arrow-down16:before {
  content: "\e416";
}

.icon-arrow-left17:before {
  content: "\e417";
}

.icon-menu10:before {
  content: "\e418";
}

.icon-menu11:before {
  content: "\e419";
}

.icon-menu-close:before {
  content: "\e41a";
}

.icon-menu-close2:before {
  content: "\e41b";
}

.icon-enter4:before {
  content: "\e41c";
}

.icon-enter5:before {
  content: "\e41d";
}

.icon-esc:before {
  content: "\e41e";
}

.icon-backspace:before {
  content: "\e41f";
}

.icon-backspace2:before {
  content: "\e420";
}

.icon-backspace3:before {
  content: "\e421";
}

.icon-tab:before {
  content: "\e422";
}

.icon-transmission:before {
  content: "\e423";
}

.icon-transmission2:before {
  content: "\e424";
}

.icon-sort:before {
  content: "\e425";
}

.icon-sort2:before {
  content: "\e426";
}

.icon-key-keyboard:before {
  content: "\e427";
}

.icon-key-A:before {
  content: "\e428";
}

.icon-key-up:before {
  content: "\e429";
}

.icon-key-right:before {
  content: "\e42a";
}

.icon-key-down:before {
  content: "\e42b";
}

.icon-key-left:before {
  content: "\e42c";
}

.icon-command:before {
  content: "\e42d";
}

.icon-checkbox-checked:before {
  content: "\e42e";
}

.icon-checkbox-unchecked:before {
  content: "\e42f";
}

.icon-square:before {
  content: "\e430";
}

.icon-checkbox-partial:before {
  content: "\e431";
}

.icon-checkbox:before {
  content: "\e432";
}

.icon-checkbox-unchecked2:before {
  content: "\e433";
}

.icon-checkbox-partial2:before {
  content: "\e434";
}

.icon-checkbox-checked2:before {
  content: "\e435";
}

.icon-checkbox-unchecked3:before {
  content: "\e436";
}

.icon-checkbox-partial3:before {
  content: "\e437";
}

.icon-radio-checked:before {
  content: "\e438";
}

.icon-radio-unchecked:before {
  content: "\e439";
}

.icon-circle:before {
  content: "\e43a";
}

.icon-circle2:before {
  content: "\e43b";
}

.icon-crop:before {
  content: "\e43c";
}

.icon-crop2:before {
  content: "\e43d";
}

.icon-vector:before {
  content: "\e43e";
}

.icon-rulers:before {
  content: "\e43f";
}

.icon-scissors:before {
  content: "\e440";
}

.icon-scissors2:before {
  content: "\e441";
}

.icon-scissors3:before {
  content: "\e442";
}

.icon-filter:before {
  content: "\e443";
}

.icon-filter2:before {
  content: "\e444";
}

.icon-filter3:before {
  content: "\e445";
}

.icon-filter4:before {
  content: "\e446";
}

.icon-font:before {
  content: "\e447";
}

.icon-font-size:before {
  content: "\e448";
}

.icon-type:before {
  content: "\e449";
}

.icon-text-height:before {
  content: "\e44a";
}

.icon-text-width:before {
  content: "\e44b";
}

.icon-height:before {
  content: "\e44c";
}

.icon-width:before {
  content: "\e44d";
}

.icon-bold:before {
  content: "\e44e";
}

.icon-underline:before {
  content: "\e44f";
}

.icon-italic:before {
  content: "\e450";
}

.icon-strikethrough:before {
  content: "\e451";
}

.icon-strikethrough2:before {
  content: "\e452";
}

.icon-font-size2:before {
  content: "\e453";
}

.icon-bold2:before {
  content: "\e454";
}

.icon-underline2:before {
  content: "\e455";
}

.icon-italic2:before {
  content: "\e456";
}

.icon-strikethrough3:before {
  content: "\e457";
}

.icon-omega:before {
  content: "\e458";
}

.icon-sigma:before {
  content: "\e459";
}

.icon-nbsp:before {
  content: "\e45a";
}

.icon-page-break:before {
  content: "\e45b";
}

.icon-page-break2:before {
  content: "\e45c";
}

.icon-superscript:before {
  content: "\e45d";
}

.icon-subscript:before {
  content: "\e45e";
}

.icon-superscript2:before {
  content: "\e45f";
}

.icon-subscript2:before {
  content: "\e460";
}

.icon-text-color:before {
  content: "\e461";
}

.icon-highlight:before {
  content: "\e462";
}

.icon-pagebreak:before {
  content: "\e463";
}

.icon-clear-formatting:before {
  content: "\e464";
}

.icon-table:before {
  content: "\e465";
}

.icon-table2:before {
  content: "\e466";
}

.icon-insert-template:before {
  content: "\e467";
}

.icon-pilcrow:before {
  content: "\e468";
}

.icon-lefttoright:before {
  content: "\e469";
}

.icon-righttoleft:before {
  content: "\e46a";
}

.icon-paragraph-left:before {
  content: "\e46b";
}

.icon-paragraph-center:before {
  content: "\e46c";
}

.icon-paragraph-right:before {
  content: "\e46d";
}

.icon-paragraph-justify:before {
  content: "\e46e";
}

.icon-paragraph-left2:before {
  content: "\e46f";
}

.icon-paragraph-center2:before {
  content: "\e470";
}

.icon-paragraph-right2:before {
  content: "\e471";
}

.icon-paragraph-justify2:before {
  content: "\e472";
}

.icon-indent-increase:before {
  content: "\e473";
}

.icon-indent-decrease:before {
  content: "\e474";
}

.icon-paragraph-left3:before {
  content: "\e475";
}

.icon-paragraph-center3:before {
  content: "\e476";
}

.icon-paragraph-right3:before {
  content: "\e477";
}

.icon-paragraph-justify3:before {
  content: "\e478";
}

.icon-indent-increase2:before {
  content: "\e479";
}

.icon-indent-decrease2:before {
  content: "\e47a";
}

.icon-share:before {
  content: "\e47b";
}

.icon-newtab:before {
  content: "\e47c";
}

.icon-newtab2:before {
  content: "\e47d";
}

.icon-popout:before {
  content: "\e47e";
}

.icon-embed:before {
  content: "\e47f";
}

.icon-code:before {
  content: "\e480";
}

.icon-console:before {
  content: "\e481";
}

.icon-sevensegment0:before {
  content: "\e482";
}

.icon-sevensegment1:before {
  content: "\e483";
}

.icon-sevensegment2:before {
  content: "\e484";
}

.icon-sevensegment3:before {
  content: "\e485";
}

.icon-sevensegment4:before {
  content: "\e486";
}

.icon-sevensegment5:before {
  content: "\e487";
}

.icon-sevensegment6:before {
  content: "\e488";
}

.icon-sevensegment7:before {
  content: "\e489";
}

.icon-sevensegment8:before {
  content: "\e48a";
}

.icon-sevensegment9:before {
  content: "\e48b";
}

.icon-share2:before {
  content: "\e48c";
}

.icon-share3:before {
  content: "\e48d";
}

.icon-mail:before {
  content: "\e48e";
}

.icon-mail2:before {
  content: "\e48f";
}

.icon-mail3:before {
  content: "\e490";
}

.icon-mail4:before {
  content: "\e491";
}

.icon-google:before {
  content: "\e492";
}

.icon-googleplus:before {
  content: "\e493";
}

.icon-googleplus2:before {
  content: "\e494";
}

.icon-googleplus3:before {
  content: "\e495";
}

.icon-googleplus4:before {
  content: "\e496";
}

.icon-google-drive:before {
  content: "\e497";
}

.icon-facebook:before {
  content: "\e498";
}

.icon-facebook2:before {
  content: "\e499";
}

.icon-facebook3:before {
  content: "\e49a";
}

.icon-facebook4:before {
  content: "\e49b";
}

.icon-instagram:before {
  content: "\e49c";
}

.icon-twitter:before {
  content: "\e49d";
}

.icon-twitter2:before {
  content: "\e49e";
}

.icon-twitter3:before {
  content: "\e49f";
}

.icon-feed2:before {
  content: "\e4a0";
}

.icon-feed3:before {
  content: "\e4a1";
}

.icon-feed4:before {
  content: "\e4a2";
}

.icon-youtube:before {
  content: "\e4a3";
}

.icon-youtube2:before {
  content: "\e4a4";
}

.icon-vimeo:before {
  content: "\e4a5";
}

.icon-vimeo2:before {
  content: "\e4a6";
}

.icon-vimeo3:before {
  content: "\e4a7";
}

.icon-lanyrd:before {
  content: "\e4a8";
}

.icon-flickr:before {
  content: "\e4a9";
}

.icon-flickr2:before {
  content: "\e4aa";
}

.icon-flickr3:before {
  content: "\e4ab";
}

.icon-flickr4:before {
  content: "\e4ac";
}

.icon-picassa:before {
  content: "\e4ad";
}

.icon-picassa2:before {
  content: "\e4ae";
}

.icon-dribbble:before {
  content: "\e4af";
}

.icon-dribbble2:before {
  content: "\e4b0";
}

.icon-dribbble3:before {
  content: "\e4b1";
}

.icon-forrst:before {
  content: "\e4b2";
}

.icon-forrst2:before {
  content: "\e4b3";
}

.icon-deviantart:before {
  content: "\e4b4";
}

.icon-deviantart2:before {
  content: "\e4b5";
}

.icon-steam:before {
  content: "\e4b6";
}

.icon-steam2:before {
  content: "\e4b7";
}

.icon-github:before {
  content: "\e4b8";
}

.icon-github2:before {
  content: "\e4b9";
}

.icon-github3:before {
  content: "\e4ba";
}

.icon-github4:before {
  content: "\e4bb";
}

.icon-github5:before {
  content: "\e4bc";
}

.icon-wordpress:before {
  content: "\e4bd";
}

.icon-wordpress2:before {
  content: "\e4be";
}

.icon-joomla:before {
  content: "\e4bf";
}

.icon-blogger:before {
  content: "\e4c0";
}

.icon-blogger2:before {
  content: "\e4c1";
}

.icon-tumblr:before {
  content: "\e4c2";
}

.icon-tumblr2:before {
  content: "\e4c3";
}

.icon-yahoo:before {
  content: "\e4c4";
}

.icon-tux:before {
  content: "\e4c5";
}

.icon-apple:before {
  content: "\e4c6";
}

.icon-finder:before {
  content: "\e4c7";
}

.icon-android:before {
  content: "\e4c8";
}

.icon-windows:before {
  content: "\e4c9";
}

.icon-windows8:before {
  content: "\e4ca";
}

.icon-soundcloud:before {
  content: "\e4cb";
}

.icon-soundcloud2:before {
  content: "\e4cc";
}

.icon-skype:before {
  content: "\e4cd";
}

.icon-reddit:before {
  content: "\e4ce";
}

.icon-linkedin:before {
  content: "\e4cf";
}

.icon-lastfm:before {
  content: "\e4d0";
}

.icon-lastfm2:before {
  content: "\e4d1";
}

.icon-delicious:before {
  content: "\e4d2";
}

.icon-stumbleupon:before {
  content: "\e4d3";
}

.icon-stumbleupon2:before {
  content: "\e4d4";
}

.icon-stackoverflow:before {
  content: "\e4d5";
}

.icon-pinterest:before {
  content: "\e4d6";
}

.icon-pinterest2:before {
  content: "\e4d7";
}

.icon-xing:before {
  content: "\e4d8";
}

.icon-xing2:before {
  content: "\e4d9";
}

.icon-flattr:before {
  content: "\e4da";
}

.icon-foursquare:before {
  content: "\e4db";
}

.icon-foursquare2:before {
  content: "\e4dc";
}

.icon-paypal:before {
  content: "\e4dd";
}

.icon-paypal2:before {
  content: "\e4de";
}

.icon-paypal3:before {
  content: "\e4df";
}

.icon-yelp:before {
  content: "\e4e0";
}

.icon-libreoffice:before {
  content: "\e4e1";
}

.icon-file-pdf:before {
  content: "\e4e2";
}

.icon-file-openoffice:before {
  content: "\e4e3";
}

.icon-file-word:before {
  content: "\e4e4";
}

.icon-file-excel:before {
  content: "\e4e5";
}

.icon-file-zip:before {
  content: "\e4e6";
}

.icon-file-powerpoint:before {
  content: "\e4e7";
}

.icon-file-xml:before {
  content: "\e4e8";
}

.icon-file-css:before {
  content: "\e4e9";
}

.icon-html5:before {
  content: "\e4ea";
}

.icon-html52:before {
  content: "\e4eb";
}

.icon-css3:before {
  content: "\e4ec";
}

.icon-chrome:before {
  content: "\e4ed";
}

.icon-firefox:before {
  content: "\e4ee";
}

.icon-IE:before {
  content: "\e4ef";
}

.icon-opera:before {
  content: "\e4f0";
}

.icon-safari:before {
  content: "\e4f1";
}

.icon-IcoMoon:before {
  content: "\e4f2";
}

/* Here's all te modifications add to the styles for improve the readability of the admin generally */
.configuration-edit .outerzone3 #zone1 {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.configuration-edit .outerzone3 #zone1 div[class=""] {
  width: 100%;
}
.configuration-edit .outerzone3 #zone1 .section {
  margin-top: 0;
  margin-right: 0;
  width: 33%;
}
.configuration-edit .outerzone3 #zone1 .section:only-child {
  width: 100%;
}
.configuration-edit .outerzone3 #zone1 .section > table > tbody > tr:last-child {
  display: none;
}
.configuration-edit .outerzone3 #zone1 .section > table > tbody > tr > td > table > tbody > tr > td.cell-left {
  width: 40% !important;
}
.configuration-edit .outerzone3 #zone1 .section > table > tbody > tr > td > table > tbody > tr > td.cell-right {
  width: 60% !important;
  word-break: break-all;
  overflow-wrap: break-word;
}

/*
// security
.security-add #zone1.content-zone {
  margin-top: 0;

  > table > tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: calc(100vh - 34vh);

    > tr {
      width: 100%;

      &:last-child {
        align-self: flex-end;
      }

      > td {
        display: block;
      }
    }
  }
}
*/
/*.security-add #zone1 .form-style2 {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;

  .section {
    width: 49%;
    margin-bottom: 5px;

    &:first-child {
      min-height: 200px;
      order: 1;
    }

    &:nth-child(2) {
      max-height: 280px;
      margin-top: 5px;
      order: 2;

      .section-content .header-border .header-border > tbody > tr > td {
        position: relative;

        .grid-content-zone {
          width: 100%;
          height: 250px;
          overflow: auto;
        }
      }

      .section-content .header-border .header-border .grid-content-zone .view-header .view-options {
        margin-bottom: 0;
      }

      .section-content .header-border .header-border .grid-content-zone .view-header + .table-border {
        > tbody {
          position: absolute;
          width: 100%;
          height: 250px;
          overflow: auto;

          > tr > td {
            width: 10%;
          }
        }
      }

      > table > tbody > tr > td.section-header > table {
        margin-bottom: 0;
      }
    }

    &:nth-child(3) {
      position: absolute;
      height: 250px;
      right: 0;
      align-self: flex-end;
      order: 3;
    }

    &:nth-child(4) {
      position: absolute;
      top: 330px;
      right: 0;
      height: 250px;
      align-self: flex-end;
      order: 4;
    }

    > table > tbody > tr > td.section-header > table {
      margin-bottom: 10px;
    }

    input[type="radio"] + label {
      width: auto;
    }

    .section-footer {
      display: none;
    }
  }
}*/
.DirUser-edit #zone1.content-zone {
  margin-top: 0;
}
.DirUser-edit .section-header .text-style1 {
  padding-top: 0;
  padding-bottom: 0;
}
.DirUser-edit .cell-header, .DirUser-edit .cell1, .DirUser-edit .cell2, .DirUser-edit .cell-left, .DirUser-edit .cell-right {
  padding: 4px;
}

body {
  margin-bottom: 0;
}
body > div > form {
  margin: 0;
}

#footer {
  height: 30px;
  position: relative;
  padding: 5px;
  text-align: center;
  color: gray;
  font-size: 12px;
  line-height: 20px;
  clear: both;
}
#footer .copyright a {
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007ed9;
}
#footer .copyright a:hover {
  border-bottom-style: solid;
}

.outer-left-top {
  padding: 30px;
}

.portlet {
  background-color: #FFFFFF;
}

.outerzone1 {
  padding: 0 30px;
  margin-bottom: 17px;
}
.outerzone1 .zone1 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
  border-bottom: 5px solid #e0e0e0;
  margin: 0;
  padding: 30px 0 10px 0;
}

.action-minimize {
  float: right;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 20px;
}
.action-minimize:before {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 9px;
}
.action-minimize:after {
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.action-minimize:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.action-minimize:before {
  content: "\e375";
  top: 12px;
  left: 11px;
}

.action-maximize {
  float: right;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
}
.action-maximize:before {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 9px;
}
.action-maximize:after {
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.action-maximize:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.action-maximize:before {
  content: "\e915";
}

.action-restore {
  float: right;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
}
.action-restore:before {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 9px;
}
.action-restore:after {
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.action-restore:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.action-restore:before {
  content: "\e142";
  position: absolute;
  top: 4px;
  left: 9px;
}

.action-customize {
  float: right;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
}
.action-customize:before {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 9px;
}
.action-customize:after {
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.action-customize:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.action-customize:before {
  content: '\e92a';
}

#PLT-VDOCApplications .action-refresh {
  float: right;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
}
#PLT-VDOCApplications .action-refresh:before {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 9px;
}
#PLT-VDOCApplications .action-refresh:after {
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#PLT-VDOCApplications .action-refresh:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
#PLT-VDOCApplications .action-refresh:before {
  content: "\e932";
}

.cell-header,
.cell1,
.cell2 {
  padding: 8px 8px;
}

.cell-header, .cell-header a {
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
  text-decoration: none;
  color: #4d4d4d;
  border: none;
  position: relative;
  text-align: left;
  z-index: 1;
  padding-left: 5px;
  padding-right: 5px;
}

#PNL-PageletLayout .cell-header,
#PNL-PageletLayout .cell-header a {
  margin: 5px;
}

.header-border .cell2,
.header-border .cell1 {
  color: #4d4d4d;
  text-align: left;
  vertical-align: middle;
}
.header-border .cell2.has-title, .header-border .cell2[width="1%"],
.header-border .cell1.has-title,
.header-border .cell1[width="1%"] {
  vertical-align: middle !important;
}
.header-border .cell2 span[class="1"] .button a,
.header-border .cell1 span[class="1"] .button a {
  margin-right: 15px;
}
.header-border .cell2 span,
.header-border .cell1 span {
  font-size: 16px;
}

.header-border .cell1:not(:empty) + .cell2:empty {
  display: block;
}
.header-border .cell1:not(:empty) + .cell2:empty:before {
  content: " -";
}

.form-style2 .header-border .cell1 {
  text-align: right;
  vertical-align: top;
  font-weight: 700;
}

.header-border .step .cell2,
.header-border .step .cell1 {
  color: #4d4d4d;
  text-align: left;
  vertical-align: middle;
}

.content-zone .form-style2 .table-border .cell1 {
  font-weight: 700;
  text-align: right;
  padding-right: 15px;
  vertical-align: top;
  padding-top: 12px;
}
#PNL-SecurityRule .content-zone .form-style2 .table-border .cell1 {
  text-align: left;
}

.DirGroup-edit .table-border .cell1.has-title,
.DirGroup-edit .table-border .cell2.has-title,
.DirUser-edit .table-border .cell1.has-title,
.DirUser-edit .table-border .cell2.has-title,
.Profiles-portalEdit .table-border .cell1.has-title,
.Profiles-portalEdit .table-border .cell2.has-title,
.MailingList-edit .table-border .cell1.has-title,
.MailingList-edit .table-border .cell2.has-title,
.DirOrganization-edit .table-border .cell1.has-title,
.DirOrganization-edit .table-border .cell2.has-title,
.DirGroup-security .table-border .cell1.has-title,
.DirGroup-security .table-border .cell2.has-title {
  display: flex;
}
.DirGroup-edit .table-border .cell1.has-title ~ .cell1.has-title,
.DirGroup-edit .table-border .cell1.has-title ~ .cell2.has-title,
.DirGroup-edit .table-border .cell2.has-title ~ .cell1.has-title,
.DirGroup-edit .table-border .cell2.has-title ~ .cell2.has-title,
.DirUser-edit .table-border .cell1.has-title ~ .cell1.has-title,
.DirUser-edit .table-border .cell1.has-title ~ .cell2.has-title,
.DirUser-edit .table-border .cell2.has-title ~ .cell1.has-title,
.DirUser-edit .table-border .cell2.has-title ~ .cell2.has-title,
.Profiles-portalEdit .table-border .cell1.has-title ~ .cell1.has-title,
.Profiles-portalEdit .table-border .cell1.has-title ~ .cell2.has-title,
.Profiles-portalEdit .table-border .cell2.has-title ~ .cell1.has-title,
.Profiles-portalEdit .table-border .cell2.has-title ~ .cell2.has-title,
.MailingList-edit .table-border .cell1.has-title ~ .cell1.has-title,
.MailingList-edit .table-border .cell1.has-title ~ .cell2.has-title,
.MailingList-edit .table-border .cell2.has-title ~ .cell1.has-title,
.MailingList-edit .table-border .cell2.has-title ~ .cell2.has-title,
.DirOrganization-edit .table-border .cell1.has-title ~ .cell1.has-title,
.DirOrganization-edit .table-border .cell1.has-title ~ .cell2.has-title,
.DirOrganization-edit .table-border .cell2.has-title ~ .cell1.has-title,
.DirOrganization-edit .table-border .cell2.has-title ~ .cell2.has-title,
.DirGroup-security .table-border .cell1.has-title ~ .cell1.has-title,
.DirGroup-security .table-border .cell1.has-title ~ .cell2.has-title,
.DirGroup-security .table-border .cell2.has-title ~ .cell1.has-title,
.DirGroup-security .table-border .cell2.has-title ~ .cell2.has-title {
  display: table-cell;
}

#pagecontent-portal-tab-workspace .cell2,
#pagecontent-portal-tab-workspace .cell1 {
  vertical-align: middle;
}

.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction.link-view-image[href*="Fire"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]),
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="Edit"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="security"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="delete"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveDown"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveUp"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction.link-view-image[href*="Fire"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]),
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="Edit"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="security"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="delete"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveDown"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveUp"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction.link-view-image[href*="Fire"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]),
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="Edit"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="security"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="delete"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveDown"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveUp"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction.link-view-image[href*="Fire"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]),
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="Edit"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="security"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="delete"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveDown"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveUp"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 3px;
}
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction.link-view-image[href*="Fire"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="Edit"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="security"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="delete"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveDown"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveUp"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction.link-view-image[href*="Fire"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="Edit"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="security"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="delete"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveDown"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveUp"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction.link-view-image[href*="Fire"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="Edit"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="security"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="delete"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveDown"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveUp"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction.link-view-image[href*="Fire"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="Edit"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="security"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="delete"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveDown"]:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveUp"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction.link-view-image[href*="Fire"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="Edit"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="security"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="delete"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveDown"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveUp"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction.link-view-image[href*="Fire"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="Edit"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="security"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="delete"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveDown"]:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveUp"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction.link-view-image[href*="Fire"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="Edit"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="security"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="delete"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveDown"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveUp"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction.link-view-image[href*="Fire"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="Edit"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="security"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="delete"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveDown"]:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveUp"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction.link-view-image[href*="Fire"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="Edit"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="security"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="delete"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveDown"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveUp"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction.link-view-image[href*="Fire"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="Edit"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="security"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="delete"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveDown"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveUp"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction.link-view-image[href*="Fire"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="Edit"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="security"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="delete"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveDown"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a.postaction[href*="MoveUp"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction.link-view-image[href*="Fire"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="edit"]:not([href*="doBrowse"]):hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="Edit"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="security"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="delete"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveDown"]:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a.postaction[href*="MoveUp"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a:not(.postaction),
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a:not(.postaction),
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a:not(.postaction),
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a:not(.postaction) {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
  background-color: transparent;
}
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a:not(.postaction):hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a:hover,
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a:not(.postaction):hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a:not(.postaction):hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a:not(.postaction):hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a[onclick*="loadMenu"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell1:not(:last-child) a:not(.postaction)[onclick*="loadMenu"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a[onclick*="loadMenu"],
.container:not(#pagecontent-portal-tab-workspace) .view-header.view-has-actions ~ .table-border .cell2:not(:last-child) a:not(.postaction)[onclick*="loadMenu"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a[onclick*="loadMenu"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell1:not(:last-child) a:not(.postaction)[onclick*="loadMenu"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a[onclick*="loadMenu"],
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border .cell2:not(:last-child) a:not(.postaction)[onclick*="loadMenu"] {
  border-radius: 0;
}
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell1:first-child label ~ a,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell2:first-child label ~ a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 3px;
  background-color: #f2f2f2 !important;
  border: 1px solid #cccccc !important;
}
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell1:first-child label ~ a:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell2:first-child label ~ a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell1:first-child label ~ a:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell2:first-child label ~ a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell1:first-child label ~ a:hover:before,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell2:first-child label ~ a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell1:first-child label ~ a:hover,
.container:not(#pagecontent-portal-tab-workspace) .buttons-outer ~ .table-border tr > .cell2:first-child label ~ a:hover {
  border: 1px solid #cacaca !important;
  background-color: #FFFFFF !important;
  color: #4d4d4d !important;
}

.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="edit"],
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="Edit"],
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="security"],
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="edit"],
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="Edit"],
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="security"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 3px;
}
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="edit"]:hover,
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="Edit"]:hover,
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="security"]:hover,
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="edit"]:hover,
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="Edit"]:hover,
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="security"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="edit"]:before,
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="Edit"]:before,
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="security"]:before,
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="edit"]:before,
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="Edit"]:before,
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="security"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="edit"]:hover:before,
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="Edit"]:hover:before,
.ServerAdmin-admin .container .table-border .cell1:not(:last-child) a[href*="security"]:hover:before,
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="edit"]:hover:before,
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="Edit"]:hover:before,
.ServerAdmin-admin .container .table-border .cell2:not(:last-child) a[href*="security"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

/*.container:not(#pagecontent-portal-tab-workspace) #PNL-FrmForumSpaceAttributesInfos  .table-border .cell2:not(:last-child) a {
  line-height: 15px;
  border: 1px solid $gray-lighter4;
  background-color: $gray-lighter5;
  transition: background 0.1s linear;

  &:hover {
    background-color: $white;
  }
}*/
.container:not(#pagecontent-portal-tab-workspace) #PNL-IndexationInfos.portlet .table-border .cell1:not(:last-child) .button a,
.container:not(#pagecontent-portal-tab-workspace) #PNL-IndexationInfos.portlet .table-border .cell2:not(:last-child) .button a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: 15px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  transition: background 0.1s linear;
}
.container:not(#pagecontent-portal-tab-workspace) #PNL-IndexationInfos.portlet .table-border .cell1:not(:last-child) .button a:hover,
.container:not(#pagecontent-portal-tab-workspace) #PNL-IndexationInfos.portlet .table-border .cell2:not(:last-child) .button a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.container:not(#pagecontent-portal-tab-workspace) #PNL-IndexationInfos.portlet .table-border .cell1:not(:last-child) .button a:before,
.container:not(#pagecontent-portal-tab-workspace) #PNL-IndexationInfos.portlet .table-border .cell2:not(:last-child) .button a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.container:not(#pagecontent-portal-tab-workspace) #PNL-IndexationInfos.portlet .table-border .cell1:not(:last-child) .button a:hover:before,
.container:not(#pagecontent-portal-tab-workspace) #PNL-IndexationInfos.portlet .table-border .cell2:not(:last-child) .button a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.cell1 a,
.cell2 a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
  border-bottom: 1px solid transparent;
}
.cell1 a:hover,
.cell2 a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}

.cell-header a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: calc(100% + 12px);
  opacity: 0;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
}

.cell-header a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

.cell-header img {
  margin-top: -4px;
}

.grid-content-zone > .table-border > tbody > tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.grid-content-zone > .table-border > tbody > tr:nth-child(2n+1) {
  background-color: #FFFFFF;
}
.grid-content-zone > .table-border > tbody > tr:hover {
  background-color: #d9eaf6;
}
.grid-content-zone > .table-border > tbody > tr:nth-child(1):hover {
  background-color: #FFFFFF;
}

.table-border .cell1 > a,
.table-border .cell2 > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.view-header.view-has-actions ~ .table-border .cell1 .action-clmExportRunReport a,
.view-header.view-has-actions ~ .table-border .cell2 .action-clmExportRunReport a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  width: 160px;
  height: 30px;
  padding: 0 8px 0 30px;
  display: inline-block;
  line-height: 28px;
}
.view-header.view-has-actions ~ .table-border .cell1 .action-clmExportRunReport a:hover,
.view-header.view-has-actions ~ .table-border .cell2 .action-clmExportRunReport a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.view-header.view-has-actions ~ .table-border .cell1 .action-clmExportRunReport a:before,
.view-header.view-has-actions ~ .table-border .cell2 .action-clmExportRunReport a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.view-header.view-has-actions ~ .table-border .cell1 .action-clmExportRunReport a:hover:before,
.view-header.view-has-actions ~ .table-border .cell2 .action-clmExportRunReport a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.view-header.view-has-actions ~ .table-border .cell1 .action-clmExportRunReport a:after,
.view-header.view-has-actions ~ .table-border .cell2 .action-clmExportRunReport a:after {
  content: "\e938";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: absolute;
  color: #007ed9;
  top: 2px;
  left: 5px;
}
.view-header.view-has-actions ~ .table-border .cell1 .action-clmExportRunReport a span,
.view-header.view-has-actions ~ .table-border .cell2 .action-clmExportRunReport a span {
  font-size: 12px;
}

#pagecontent-portal-tab-welcome .simple-grid form > .header-border > tbody {
  display: flex;
  flex-direction: column-reverse;
}
#pagecontent-portal-tab-welcome .simple-grid form > .header-border > tbody > tr > td {
  display: block;
}
#pagecontent-portal-tab-welcome .simple-grid form > .header-border > tbody tr td.grid-footer {
  display: block;
}

.header-border .text-level1 {
  font-size: 16px;
  margin-right: 10px;
  margin-left: 12px;
  display: inline-block;
}

.text-level2 {
  margin-right: 5px;
}

#pagecontent-portal-tab-welcome .header-border > tbody tr:nth-child(3) > td > table > tbody {
  display: flex;
  flex-direction: row-reverse;
}

.header-border > tbody tr:nth-child(3) > td > table > tbody tr td select {
  margin-right: 10px;
}

select {
  font-size: 15px;
  line-height: 40px;
  width: auto;
  margin: 0 10px 0 0;
  border: 1px solid #cccccc;
  color: gray;
  transition: all ease-out 0.1s;
  line-height: 40px;
  padding: 0 10px;
  min-height: 38px;
  height: 38px;
}
select:hover {
  background-color: #FFFFFF;
}
select:focus {
  outline: 1px solid #007ed9;
  border: 1px solid #007ed9;
}
select option {
  font-size: 16px;
  font-weight: normal;
  margin: 5px;
  background-color: #FFFFFF;
  padding: 10px;
  border: none;
}
select option:hover {
  background-color: #f2f2f2;
}

input[type="number"] {
  font-size: 15px;
  line-height: 40px;
  width: auto;
  margin: 0 10px 0 0;
  border: 1px solid #cccccc;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  line-height: 40px;
  padding: 0 10px;
  height: 38px;
}
input[type="number"]:focus {
  outline: 1px solid #007ed9;
  border: 1px solid #007ed9;
}

.grid-footer .button a,
.grid-header1 .button a[href*="forums__SetPa"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 8px 10px;
}
.grid-footer .button a:hover,
.grid-header1 .button a[href*="forums__SetPa"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.grid-footer .button a:before,
.grid-header1 .button a[href*="forums__SetPa"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.grid-footer .button a:hover:before,
.grid-header1 .button a[href*="forums__SetPa"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.grid-header1 input[name*="_value"] {
  min-height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  width: 120px;
  color: #4d4d4d;
  border: 1px solid #b3b3b3;
  outline: 1px solid rgba(204, 204, 204, 0);
  transition: all 0.1s ease;
  margin-right: 8px;
}
.grid-header1 input[name*="_value"]:focus {
  outline: 1px solid #007ed9;
  border: 1px solid #007ed9;
}

.grid-header1 .button a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding: 8px 10px;
  padding-bottom: 7px;
}
.grid-header1 .button a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.grid-header1 .button a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.grid-header1 .button a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.grid-header1 .button a[href*="SetFilter"] {
  padding-left: 25px;
}
.grid-header1 .button a[href*="SetFilter"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #70bf00;
  font-size: 18px;
  top: 10px;
  left: 4px;
  position: absolute;
}
.grid-header1 .button a[href*="initfilters"] {
  padding-left: 30px;
}
.grid-header1 .button a[href*="initfilters"]:after {
  content: "\e14b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 8px;
}

.outerzone3 {
  padding: 0 30px;
}

#PLT-VDOCApplications .header-level1 {
  background-color: #e6e6e6;
  padding: 11px 12px 13px;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 10px;
  display: block;
}
#PLT-VDOCApplications .header-level1 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #007ed9;
  text-decoration: none;
  margin: 0 5px;
  position: relative;
}
#PLT-VDOCApplications .header-level1 a:hover {
  border-bottom: 1px dotted #007ed9;
}
#PLT-VDOCApplications .header-level1 a:before {
  content: "\e3b5";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  font-weight: 600;
  position: absolute;
  left: -25px;
  font-size: 24px;
  top: 0;
}

#PLT-VDOCApplications .table-border {
  padding: 0 10px 0 10px;
}

#PLT-VDOCApplications .table-border a[target*="_self"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
  margin: 0;
  margin-right: -18px;
}
#PLT-VDOCApplications .table-border a[target*="_self"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-VDOCApplications .table-border a[target*="_self"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-VDOCApplications .table-border a[target*="_self"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-VDOCApplications .table-border a[target*="_self"]:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #70bf00;
  top: 11px;
  left: 5px;
  font-size: 16px;
}

#PLT-VDOCApplications .header-border > tbody > tr > td:not(.header-level1) .table-border tr {
  border-bottom: 1px solid #cccccc;
  display: block;
}
#PLT-VDOCApplications .header-border > tbody > tr > td:not(.header-level1) .table-border tr:last-child {
  /*margin-bottom: 30px;*/
  border-bottom: 0;
}

#datazone1 .text-link-list span {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  position: relative;
  display: inline-block;
  border: 0;
  color: #007ed9;
  padding: 10px;
}
#datazone1 .text-link-list span:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  left: 0;
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 113, 194, 0.15);
  opacity: 1;
  transform: scale(1);
  height: calc(100% - 8px);
  top: 4px;
}

.text-link-list a {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #4d4d4d;
  border: none;
  position: relative;
  display: inline-block;
  border: 0;
  padding: 0 10px;
  text-decoration: none;
}
.text-link-list a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  height: calc(100% - 8px);
  top: 4px;
}
.text-link-list a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

#PLT-VDOCTODO #datazone1 {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 7px;
}

.button.handler-filter a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
.button.handler-filter a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.button.handler-filter a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.button.handler-filter a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.button.handler-filter a > span span:before {
  content: "\e930";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #666666;
  position: absolute;
  left: 5px;
}

.handler-filter-screen {
  margin: 5px 0;
  padding: 8px;
  background: #f2f2f2 none repeat scroll 0 0;
  color: #4d4d4d;
  margin-left: -8px;
}
.handler-filter-screen .header-border .section-header .text-style1 {
  display: none;
}

.screen.vui-screen-form.view-filter > table.header-border > tbody tr:nth-child(2) > td.section-content .filter {
  padding: 6px 0;
  background: #f2f2f2 none repeat scroll 0 0;
}

.view-options {
  margin-bottom: 15px;
}

.lightbox-panel .view-options {
  margin-bottom: 0;
}

.lightbox-panel .empty {
  margin-top: 15px;
  font-size: 18px;
}

.filter-label {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
  color: #666666;
  padding: 0 2px;
}

.filter-field select,
.filter-operator select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  padding: 5px 30px 5px 5px;
  min-height: inherit !important;
  position: relative;
  color: #4d4d4d;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.filter-field select:focus,
.filter-operator select:focus {
  outline: 1px solid #007bc2;
  border: 1px solid #007ed9;
  transition: all 0.1s ease;
}
.filter-field select option,
.filter-operator select option {
  border-right: 1px solid #000;
  padding: 0 10px;
  font-family: "Source Sans Pro", helvetica, sans-serif;
  color: #4d4d4d;
  margin: 0;
}

.filter .button.postaction.action-add {
  margin-left: 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  min-height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  color: #4d4d4d;
  border: 1px solid #cccccc;
  outline: 1px solid rgba(204, 204, 204, 0);
  transition: all 0.1s ease;
  vertical-align: middle;
  font-family: "Source Sans Pro", helvetica, sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 1px solid #007ed9;
  border: 1px solid #007ed9;
}

.simple-grid form > .header-border > tbody tr td.grid-footer input[type="text"] {
  margin-right: 10px;
}

.button.postaction.action-add a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding: 11px 10px;
  color: #FFFFFF !important;
  background-color: #70bf00 !important;
  margin-right: 10px;
}
.button.postaction.action-add a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.button.postaction.action-add a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.screen.vui-screen-view.aggregation_portlet-selection .text-style1 {
  padding: 0;
}
.screen.vui-screen-view.aggregation_portlet-selection .section-footer {
  display: none;
}

input[type="button"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: inherit;
  cursor: pointer;
}
input[type="button"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
input[type="button"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
input[type="button"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.tabopt > form:first-child {
  margin: 0;
}

/*#pagecontent-portal-tab-workspace a[href*="portal/app/editorials"] {
  @include btn-green;
}*/
#pagecontent-portal-tab-workspace a[href*="portal/app/editorials/screen/Navigate?_go=/animation/drafts"] {
  font-weight: 700;
  color: #007ed9;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
#pagecontent-portal-tab-workspace a[href*="portal/app/editorials/screen/Navigate?_go=/animation/drafts"]:before {
  content: "\e3b5";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  font-weight: 600;
  position: absolute;
  left: -25px;
  font-size: 24px;
  top: 0;
  opacity: 1;
  background-color: transparent !important;
}
#pagecontent-portal-tab-workspace a[href*="portal/app/editorials/screen/Navigate?_go=/animation/drafts"]:hover:before {
  opacity: 1;
}

.action-search a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
.action-search a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.action-search a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.bar-text {
  width: 30px;
  margin-right: 10px;
}

.bar {
  background-color: #FFFFFF;
  height: 20px;
  border: 1px solid #e6e6e6;
}
.bar .bar-gauge {
  width: 100.0%;
  height: 20px;
  background-color: #70bf00;
}

a[href*="mailto"] {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
a[href*="mailto"]:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}

#pagecontent-portal-tab-workspace .outer-left-top .menu {
  width: 150px;
}
#pagecontent-portal-tab-workspace .outer-left-top .menu .outerzone1 {
  display: none;
}
#pagecontent-portal-tab-workspace .outer-left-top .menu .outerzone3 {
  padding: 5px;
  padding-left: 15px;
}

.portal td.outer-left-top a div.portlet .grid .grid-content-zone > table.table-border {
  table-layout: fixed;
}
.portal td.outer-left-top a div.portlet .grid .grid-content-zone > table.table-border > tbody {
  display: block;
  overflow: auto;
}

#PNL-DskMyPageWizard a[href*="doSubmit"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
  padding-left: 30px;
}
#PNL-DskMyPageWizard a[href*="doSubmit"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-DskMyPageWizard a[href*="doSubmit"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-DskMyPageWizard a[href*="doSubmit"]:after {
  left: 4px;
}

input[type="radio"]:checked + label {
  pointer-events: none;
  font-weight: bold;
}

input[type="radio"] + label {
  height: 20px;
}

input[type="radio"] + label:after {
  left: calc(50% - 10px);
}

/*input[type="radio"] + label:before {
  margin-top: 3px;
}*/
input[type="radio"] + label:before {
  box-shadow: 0 0 rgba(204, 204, 204, 0);
  transition: all 0.2s linear;
}

input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
}

input[type="radio"] + label:before {
  background: #FFFFFF;
}

input[type="radio"]:checked + label:after {
  transform: scale(0.6);
  transition: transform 0.2s cubic-bezier(0.9, -2.5, 0.9, 0.15);
}

input[type="radio"] + label:after {
  left: calc(50% - 10px);
}

input[type="radio"] + label:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

input[type="radio"] + label:after {
  background-color: #007ed9;
  color: #FFFFFF;
}

.history a[onclick*="ActionsMenu"]:before {
  width: 100%;
}
.history a[onclick*="ActionsMenu"]:after {
  content: "\e3c4";
  background-color: transparent;
  right: inherit;
  top: 0;
  left: 0;
}

.application {
  background: #e6e6e6;
}

#PNL-Criteria .buttons-outer:last-child {
  margin-top: 60px;
}

a[href*="doValidateAndClose"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
a[href*="doValidateAndClose"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
a[href*="doValidateAndClose"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.ui-loader-background {
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.ui-loader-background .ui-loader {
  display: none;
}
.ui-loader-background .loader-circles-wrapper {
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(50% - 70px);
  left: calc(50% - 35px);
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper {
  position: absolute;
  left: calc(50% - 5px);
  top: 0;
  transform-origin: center 35px;
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper:first-child {
  transform: rotate(120deg);
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper:first-child .loader-circle {
  animation: rotate-anim-1 2.6s ease-out forwards infinite;
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper:nth-child(2) {
  transform: rotate(90deg);
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper:nth-child(2) .loader-circle {
  animation: rotate-anim-1 2.6s ease-out 0.1s forwards infinite;
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper:nth-child(3) {
  transform: rotate(60deg);
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper:nth-child(3) .loader-circle {
  animation: rotate-anim-1 2.6s ease-out 0.2s forwards infinite;
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper:nth-child(4) {
  transform: rotate(30deg);
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper:nth-child(4) .loader-circle {
  animation: rotate-anim-1 2.6s ease-out 0.3s forwards infinite;
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper:nth-child(5) .loader-circle {
  animation: rotate-anim-1 2.6s ease-out 0.4s forwards infinite;
}
.ui-loader-background .loader-circles-wrapper .loader-circle-wrapper .loader-circle {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform-origin: center 35px;
  position: absolute;
}

@keyframes rotate-anim-1 {
  0% {
    opacity: 1;
  }
  5% {
    transform: rotate(60deg) scale(1.5);
    opacity: 0.2;
  }
  10% {
    transform: rotate(120deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  55% {
    transform: rotate(240deg) scale(1.5);
    opacity: 0.2;
  }
  60% {
    transform: rotate(300deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(359.9deg) scale(1);
    opacity: 1;
  }
}
@keyframes blink-anim {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#PNL-DskUserPageHelper .button a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#PNL-DskUserPageHelper .button a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-DskUserPageHelper .button a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-DskUserPageHelper .button a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-DskUserPageHelper .button a:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
  margin: 0 12px 0 0;
}

a[href*="doRemove"]:hover {
  border: 0;
}

.vui-combobox-value .vui-combobox-item {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  cursor: pointer;
  margin: 5px 5px 0 5px;
}

.vui-combobox-value .vui-combobox-item:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background: #FFFFFF;
  box-shadow: 0 0 rgba(204, 204, 204, 0);
  transition: all 0.2s linear;
}

.vui-combobox-value .vui-combobox-item:hover:before {
  border: 1px solid #70bf00;
  box-shadow: 0 0 0 1px #70bf00;
  transition: all 0.1s linear;
}

.ariaSelected {
  background-color: #f2f2f2 !important;
  color: #4d4d4d !important;
}
.ariaSelected * {
  color: #4d4d4d !important;
}

.vui-combobox-value .vui-combobox-item-selected:before {
  font-size: 18px;
  line-height: 20px;
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #70bf00;
}

.vui-combobox.vui-combobox-single.vui-selector-field.vui-combobox-medium {
  position: relative;
}

.vui-delete {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 4px;
  margin: 0;
  background: transparent url(../img/vui-delete.png) no-repeat center center;
  transition: all ease-out 0.1s;
  cursor: pointer;
  top: -15px;
}
.vui-delete:hover {
  background: transparent url(../img/vui-delete-hover.png) no-repeat center center;
}

.vui-combobox-input-autocomplete.vui-combobox-offset {
  padding-left: 40px;
  color: #007ed9;
}

.view-header .popup-menu-handler.handler-selection,
.view-header .popup-menu-handler.handler-deselection {
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  overflow: hidden;
  transition: all ease-out 0.1s;
  padding: 0 3px;
  margin-top: -1px;
}
.view-header .popup-menu-handler.handler-selection:before,
.view-header .popup-menu-handler.handler-deselection:before {
  margin-top: 8px;
}
.view-header .popup-menu-handler.handler-selection:focus, .view-header .popup-menu-handler.handler-selection:hover,
.view-header .popup-menu-handler.handler-deselection:focus,
.view-header .popup-menu-handler.handler-deselection:hover {
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .view-header .popup-menu-handler.handler-selection,
  .view-header .popup-menu-handler.handler-deselection {
    height: 32px;
  }
}

.vui-selector .view-header .pager .items {
  line-height: 34px;
  padding-top: 7px;
}

#APP-vdp input[type="text"],
#APP-vdp input[type="email"] {
  width: 300px !important;
}
#APP-vdp input[type="text"] + input[type="text"],
#APP-vdp input[type="text"] + input[type="email"],
#APP-vdp input[type="email"] + input[type="text"],
#APP-vdp input[type="email"] + input[type="email"] {
  margin-top: 5px;
}

#APP-vdp .handler-filter-screen input[type="text"],
#APP-vdp .handler-filter-screen input[type="email"] {
  margin-bottom: 0;
}

#APP-vdp .date-field,
#APP-vdp .time-field {
  display: inline-block;
}
#APP-vdp .date-field ~ .date-field,
#APP-vdp .time-field ~ .date-field {
  margin-top: 5px;
}

.datetime-field + .datetime-field {
  display: inline-block;
  margin-top: 5px;
}
.datetime-field + .datetime-field + a {
  margin-top: -12px;
}

#APP-vdp .period-field-inline {
  font-size: 0;
}
#APP-vdp .period-field-inline .date-field:first-child {
  display: block;
}

.period-field-inline > a {
  width: 38px;
  height: 38px;
  box-shadow: none;
  background: none !important;
  font-size: 24px !important;
  line-height: 16px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: 5px;
  text-decoration: none;
}
.period-field-inline > a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(224, 127, 0, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.period-field-inline > a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.period-field-inline > a:after {
  content: "\e932";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff7b00;
  position: absolute;
  top: 11px;
  left: 7px;
}
.period-field-inline > a img {
  display: none;
}

#APP-vdp .date-field {
  font-size: 18px;
}

.agentRun-edit #APP-vdp .date-field {
  margin-right: 5px;
}

#APP-vdp .time-field {
  position: relative;
  font-size: 18px;
}
#APP-vdp .time-field:after {
  content: " : ";
  color: #4d4d4d;
  position: absolute;
  top: 8px;
  right: 68px;
}
#APP-vdp .time-field select {
  margin-right: 5px;
}

#APP-vdp .cell1.text-align3 + .cell2 .time-field:after {
  content: none;
}

#APP-vdp .date-field input[type="text"] + input[type="text"] {
  margin-top: 5px;
}

#APP-vdp input.small-field {
  width: 120px !important;
}

#APP-vdp input.short-field {
  width: 80px !important;
}

#APP-vdp textarea {
  width: 800px;
  height: 200px;
}

.mandatory-asterisk {
  display: none;
}

.treatment-edit .text-highlighted {
  position: relative;
}
.treatment-edit .text-highlighted:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: -6px;
  top: -3px;
  border-radius: 50%;
  background-color: #eb003b;
}

.cell1 .text-highlighted:not(.mandatory) {
  position: relative;
  margin-left: -10px;
}
#PNL-SecurityRule .cell1 .text-highlighted:not(.mandatory) {
  font-size: 27px;
  font-weight: 900;
}
.cell1 .text-highlighted:not(.mandatory):before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
}
#PNL-SecurityRule .cell1 .text-highlighted:not(.mandatory):before {
  background-color: #f7f7f7;
  width: 22px;
}
.cell1 .text-highlighted:not(.mandatory):after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: -6px;
  top: -3px;
  border-radius: 50%;
  background-color: #eb003b;
}

.treatment-edit #APP-vdp .table-border td.cell-right,
.treatment-edit #APP-vdp .table-border td.cell-left {
  vertical-align: top;
}

.action-sendmail a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.action-sendmail a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-sendmail a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-sendmail a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.detail.detail-selectable.detail-not-selected {
  position: relative;
}
.detail.detail-selectable.detail-not-selected:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 8px;
  top: 8px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  cursor: pointer;
}

.detail.detail-selectable.detail-selected {
  position: relative;
}
.detail.detail-selectable.detail-selected:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 8px;
  top: 8px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  cursor: pointer;
}
.detail.detail-selectable.detail-selected:after {
  font-size: 18px;
  line-height: 24px;
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  height: 0;
  width: 0;
  top: 7px;
  left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #70bf00;
  border: 0;
  background: #FFFFFF;
}

.detail.detail-selectable.detail-not-selected label:before,
.detail.detail-selectable.detail-not-selected label:after {
  content: none;
}

.detail.detail-selectable.detail-selected label:after {
  content: none;
}

img.vui-delete + input {
  padding-left: 40px;
}

.simple-grid form > .header-border > tbody tr td.grid-footer a,
#APP-admin .grid .grid-footer > table > tbody > tr > td a,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td a,
#APP-forum .grid .grid-footer > table > tbody > tr > td a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  height: 38px;
  padding: 8px 10px;
  padding-bottom: 7px;
}
.simple-grid form > .header-border > tbody tr td.grid-footer a:hover,
#APP-admin .grid .grid-footer > table > tbody > tr > td a:hover,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td a:hover,
#APP-forum .grid .grid-footer > table > tbody > tr > td a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.simple-grid form > .header-border > tbody tr td.grid-footer a:before,
#APP-admin .grid .grid-footer > table > tbody > tr > td a:before,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td a:before,
#APP-forum .grid .grid-footer > table > tbody > tr > td a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.simple-grid form > .header-border > tbody tr td.grid-footer a:hover:before,
#APP-admin .grid .grid-footer > table > tbody > tr > td a:hover:before,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td a:hover:before,
#APP-forum .grid .grid-footer > table > tbody > tr > td a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td a img,
#APP-admin .grid .grid-footer > table > tbody > tr > td a img,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td a img,
#APP-forum .grid .grid-footer > table > tbody > tr > td a img {
  display: none;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:nth-child(5) a,
#APP-admin .grid .grid-footer > table > tbody > tr > td:nth-child(5) a,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:nth-child(5) a,
#APP-forum .grid .grid-footer > table > tbody > tr > td:nth-child(5) a {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 38px;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:nth-child(5) a:first-child:before,
#APP-admin .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:first-child:before,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:first-child:before,
#APP-forum .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:first-child:before {
  content: "";
  height: 11px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  left: 16px;
  top: 12px;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:nth-child(5) a:first-child:after,
#APP-admin .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:first-child:after,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:first-child:after,
#APP-forum .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:first-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 2px;
  top: -1px;
  width: 100%;
  font-size: 24px;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:nth-child(5) a:last-child:after,
#APP-admin .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:last-child:after,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:last-child:after,
#APP-forum .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:last-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  font-size: 24px;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:nth-child(7) input,
#APP-admin .grid .grid-footer > table > tbody > tr > td:nth-child(7) input,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:nth-child(7) input,
#APP-forum .grid .grid-footer > table > tbody > tr > td:nth-child(7) input {
  display: inline-block;
  margin-right: 10px;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:nth-child(8) a,
#APP-admin .grid .grid-footer > table > tbody > tr > td:nth-child(8) a,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:nth-child(8) a,
#APP-forum .grid .grid-footer > table > tbody > tr > td:nth-child(8) a {
  position: relative;
  display: inline-block;
  line-height: 20px;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:last-child a,
#APP-admin .grid .grid-footer > table > tbody > tr > td:last-child a,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:last-child a,
#APP-forum .grid .grid-footer > table > tbody > tr > td:last-child a {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 38px;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:last-child a:first-child:after,
#APP-admin .grid .grid-footer > table > tbody > tr > td:last-child a:first-child:after,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:last-child a:first-child:after,
#APP-forum .grid .grid-footer > table > tbody > tr > td:last-child a:first-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 2px;
  top: -1px;
  width: 100%;
  font-size: 24px;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:last-child a:last-child:before,
#APP-admin .grid .grid-footer > table > tbody > tr > td:last-child a:last-child:before,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:last-child a:last-child:before,
#APP-forum .grid .grid-footer > table > tbody > tr > td:last-child a:last-child:before {
  content: "";
  height: 11px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  right: 14px;
  left: inherit;
  top: 13px;
}
#pagecontent-portal-tab-welcome .simple-grid .grid-footer > table > tbody > tr > td:last-child a:last-child:after,
#APP-admin .grid .grid-footer > table > tbody > tr > td:last-child a:last-child:after,
#APP-NewsCenter .grid .grid-footer > table > tbody > tr > td:last-child a:last-child:after,
#APP-forum .grid .grid-footer > table > tbody > tr > td:last-child a:last-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  font-size: 24px;
}

.simple-grid .grid-footer > table > tbody > tr > td:nth-child(4) select {
  display: inline-block;
}

#APP-admin .grid .grid-header1 > table > tbody > tr > td a,
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td a,
#APP-forum .grid .grid-header1 > table > tbody > tr > td a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  height: 38px;
  min-width: 38px;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td a:hover,
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td a:hover,
#APP-forum .grid .grid-header1 > table > tbody > tr > td a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td a:before,
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td a:before,
#APP-forum .grid .grid-header1 > table > tbody > tr > td a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td a:hover:before,
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td a:hover:before,
#APP-forum .grid .grid-header1 > table > tbody > tr > td a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-admin .grid-footer > table > tbody > tr > td,
#APP-NewsCenter .grid-footer > table > tbody > tr > td,
#APP-forum .grid-footer > table > tbody > tr > td {
  font-size: 0;
}
#APP-admin .grid-footer > table > tbody > tr > td > *,
#APP-NewsCenter .grid-footer > table > tbody > tr > td > *,
#APP-forum .grid-footer > table > tbody > tr > td > * {
  font-size: 16px;
}

#APP-admin .grid .grid-header1 > table > tbody > tr > td {
  font-size: 0;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td > * {
  font-size: 16px;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td a img {
  display: none;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td:nth-child(5) a {
  padding: 8px 10px;
  height: 38px;
  display: inline-block;
  line-height: 20px;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td:nth-child(5) span:nth-child(2) a {
  padding-left: 30px;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td:nth-child(9) a:first-child:before {
  content: '';
  height: 11px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  left: 17px;
  top: 12px;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td:nth-child(9) a:first-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 4px;
  top: 10px;
  width: 100%;
  font-size: 24px;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td:nth-child(9) a:last-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: -1px;
  width: 100%;
  font-size: 24px;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td:last-child a:first-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 1px;
  width: 100%;
  font-size: 24px;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td:last-child a:last-child:before {
  content: "";
  height: 11px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  right: 15px;
  left: inherit;
  top: 13px;
}
#APP-admin .grid .grid-header1 > table > tbody > tr > td:last-child a:last-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 100%;
  font-size: 24px;
}

#APP-admin #PNL-lnkLinksList .grid .grid-header1 > table > tbody > tr > td:nth-child(9) a:first-child:after {
  left: 3px;
}

#APP-admin #PNL-lnkLinksList .grid .grid-header1 > table > tbody > tr > td:nth-child(9) a:last-child:after {
  left: -1px;
}

#APP-admin #PNL-lnkLinksList .grid .grid-header1 > table > tbody > tr > td:last-child a:first-child:after {
  left: 2px;
}

#APP-admin .grid .grid-header1 > table > tbody > tr > td:last-child a:last-child:after {
  left: -2px;
}

#PNL-lnkLinksList .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:first-child:after {
  left: 2px;
}

#PNL-lnkLinksList .grid .grid-footer > table > tbody > tr > td:nth-child(5) a:last-child:after {
  left: -1px;
}

#PNL-lnkLinksList .grid .grid-footer > table > tbody > tr > td:last-child a:first-child:after {
  left: 1px;
}

#PNL-lnkLinksList .grid .grid-footer > table > tbody > tr > td:last-child a:last-child:after {
  left: 0;
}

#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td {
  font-size: 0;
}
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td > * {
  font-size: 16px;
}
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td a img {
  display: none;
}
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td:nth-child(4) a:first-child:before {
  content: '';
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  left: 16px;
  top: 12px;
}
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td:nth-child(4) a:first-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -3px;
  top: 10px;
  width: 100%;
  font-size: 24px;
}
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td:nth-child(4) a:last-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: -6px;
  width: 100%;
  font-size: 24px;
}
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td:last-child a:first-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 100%;
  font-size: 24px;
}
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td:last-child a:last-child:before {
  content: "";
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  right: 14px;
  left: inherit;
  top: 12px;
}
#APP-NewsCenter .grid .grid-header1 > table > tbody > tr > td:last-child a:last-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 100%;
  font-size: 24px;
}

#APP-NewsCenter .grid .grid-content-zone .buttons-outer-left {
  font-size: 0;
}
#APP-NewsCenter .grid .grid-content-zone .buttons-outer-left > * {
  font-size: 16px;
}
#APP-NewsCenter .grid .grid-content-zone .buttons-outer-left a[href*="doAdd"] {
  line-height: 18px;
}
#APP-NewsCenter .grid .grid-content-zone .buttons-outer-left a[href*="CheckMultiple"] {
  padding-left: 30px;
}
#APP-NewsCenter .grid .grid-content-zone .buttons-outer-left a[href*="CheckMultiple"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eb003b;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 4px;
}

#APP-forum .grid .grid-header1 > table > tbody > tr > td {
  font-size: 0;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td > * {
  font-size: 16px;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td a img {
  display: none;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td:nth-child(5) a {
  padding: 8px 10px;
  height: 38px;
  display: inline-block;
  line-height: 20px;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td:nth-child(5) span:nth-child(2) a {
  padding-left: 30px;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td:nth-child(6) a:first-child:before {
  content: '';
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  left: 17px;
  top: 12px;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td:nth-child(6) a:first-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -3px;
  top: 10px;
  width: 100%;
  font-size: 24px;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td:nth-child(6) a:last-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: -6px;
  width: 100%;
  font-size: 24px;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td:last-child a:first-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 100%;
  font-size: 24px;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td:last-child a:last-child:before {
  content: "";
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  right: 15px;
  left: inherit;
  top: 12px;
}
#APP-forum .grid .grid-header1 > table > tbody > tr > td:last-child a:last-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 100%;
  font-size: 24px;
}

/* viewport table */
div:not(.buttons-outer) + table.table-border,
.form-style2 table.table-border {
  font-size: 16px;
  color: #4d4d4d;
}
@media screen and (max-width: 1599px) {
  div:not(.buttons-outer) + table.table-border,
  .form-style2 table.table-border {
    font-size: 14px;
  }
}
div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2),
div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2),
.form-style2 table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2),
.form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) {
  font-size: 0;
}
#PNL-ReportReport div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2), #PNL-ReportReport
div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2), #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2), #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) {
  font-size: 16px;
}
#PNL-ReportReport div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2) .button a, #PNL-ReportReport
div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) .button a, #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2) .button a, #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) .button a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PNL-ReportReport div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2) .button a:hover, #PNL-ReportReport
div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) .button a:hover, #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2) .button a:hover, #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) .button a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-ReportReport div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2) .button a:before, #PNL-ReportReport
div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) .button a:before, #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2) .button a:before, #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) .button a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-ReportReport div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2) .button a:hover:before, #PNL-ReportReport
div:not(.buttons-outer) + table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) .button a:hover:before, #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell1:not(.has-title):nth-child(2) .button a:hover:before, #PNL-ReportReport
.form-style2 table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) .button a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

div.grid-history + table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) {
  font-size: 16px;
}

.agent-edit table.table-border > tbody > tr > td.cell1:nth-child(2),
.agent-edit table.table-border > tbody > tr > td.cell2:nth-child(2) {
  font-size: 18px;
}
.agent-edit table.table-border > tbody > tr > td.cell2:nth-child(2):empty:before {
  content: " -";
}

#APP-vdp .button.postaction.action-add a,
#APP-vdp .button.postaction.action-create a {
  display: inline-block;
  padding-left: 30px;
}
#APP-vdp .button.postaction.action-add a:after,
#APP-vdp .button.postaction.action-create a:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #FFFFFF;
  top: 11px;
  left: 8px;
  font-size: 16px;
}
.EzsPlugin-addPlugin #APP-vdp .button.postaction.action-add a:after, .EzsPlugin-addPlugin
#APP-vdp .button.postaction.action-create a:after {
  top: 5px;
}

.EzsPage-create #APP-vdp .button.postaction.action-create a:after {
  color: #4d4d4d;
}

.EzsPlugin-add #APP-vdp .button.postaction.action-create a:after {
  content: "\e934";
  font-size: 24px;
  top: 6px;
  left: 4px;
}

#APP-vdp .handler-filter-screen .button.postaction.action-add a {
  height: 38px;
  line-height: 13px;
}
#APP-vdp .handler-filter-screen .button.postaction.action-add a:after {
  top: 12px;
}

.DirUser-edit .view-selection + .view-actions .button.postaction.action-add a {
  margin-top: 0;
  margin-left: 0;
}
.DirUser-edit .view-selection + .view-actions .button.postaction.action-add a:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 7px;
}
.DirUser-edit .view-selection + .view-actions .button.postaction.action-add a:hover:after {
  opacity: 1;
}

.detail-main .actions .popup-menu-handler.handler-actions.popup-menu-handler-single.popup-menu-handler-dropdown-only,
.detail-main .actions .popup-menu-handler.handler-actions.popup-menu-handler-split.popup-menu-handler-dropdown-only {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.detail-main .actions .popup-menu-handler.handler-actions.popup-menu-handler-single.popup-menu-handler-dropdown-only:before,
.detail-main .actions .popup-menu-handler.handler-actions.popup-menu-handler-split.popup-menu-handler-dropdown-only:before {
  content: "\e95e";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 24px;
  top: 2px;
  left: 2px;
  color: #4d4d4d;
}
.detail-main .actions .popup-menu-handler.handler-actions.popup-menu-handler-single.popup-menu-handler-dropdown-only .button-imgr,
.detail-main .actions .popup-menu-handler.handler-actions.popup-menu-handler-split.popup-menu-handler-dropdown-only .button-imgr {
  display: block;
  width: 100%;
  height: 100%;
}
.detail-main .actions .popup-menu-handler.handler-actions.popup-menu-handler-single.popup-menu-handler-dropdown-only .button-imgl,
.detail-main .actions .popup-menu-handler.handler-actions.popup-menu-handler-split.popup-menu-handler-dropdown-only .button-imgl {
  display: none;
}

select option {
  margin: 0;
  border-right: 1px solid #000;
}

select[multiple="true"] {
  height: auto;
}
select[multiple="true"] option {
  margin: 5px;
  border-right: 0;
}

.tooltip .detail .actions {
  display: none;
}

.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-close a {
  line-height: 18px;
  background-color: #70bf00;
  border: 0;
  position: relative;
  color: white;
}
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-close a span {
  color: white;
}
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-close a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-close a:focus:before, .vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-close a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-close a:hover, .vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-close a:focus {
  background: #70bf00;
  border: 0;
}
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-new a,
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-newCopy a {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  transition: all ease-out 0.25s;
}
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-new a span,
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-newCopy a span {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-new a:focus, .vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-new a:hover,
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-newCopy a:focus,
.vui-screen-document.child-resource-edit .buttons-outer:not(#topbuttons) .action-newCopy a:hover {
  background: #FFFFFF;
  border: 1px solid #cacaca;
}

.cell-header input#selectAll + label:before {
  left: 3px;
}

input[type="text"].readonly {
  color: #999999;
  pointer-events: none;
}

.vui-combobox-selected-items.vui-selector-selected-items ~ .view-area.vui-selector-view .view-header.view-has-actions {
  margin-left: 15px;
}
.vui-combobox-selected-items.vui-selector-selected-items ~ .view-area.vui-selector-view .popup-menu-handler-dropdown-only {
  top: -12px;
}
.vui-combobox-selected-items.vui-selector-selected-items ~ .view-area.vui-selector-view .view-options {
  margin-bottom: 0;
}
.vui-combobox-selected-items.vui-selector-selected-items ~ .view-area.vui-selector-view .items {
  line-height: 38px;
  margin-right: 10px;
}
.vui-combobox-selected-items.vui-selector-selected-items ~ .view-area.vui-selector-view .horizontal p {
  margin: 0;
  margin-left: 40px;
}
.vui-combobox-selected-items.vui-selector-selected-items ~ .view-area.vui-selector-view .horizontal > table > tbody {
  height: auto;
  max-height: 250px;
  display: block;
  overflow: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.1);
}
.vui-combobox-selected-items.vui-selector-selected-items ~ .view-area.vui-selector-view .horizontal > table > tbody > tr {
  padding: 8px 15px;
  display: block;
}
.vui-combobox-selected-items.vui-selector-selected-items ~ .view-area.vui-selector-view .horizontal > table > tbody > tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.vui-combobox-selected-items.vui-selector-selected-items ~ .view-area.vui-selector-view .horizontal > table > tbody > tr:nth-child(2n+1) {
  background-color: #FFFFFF;
}

form[name="renderer_admin_answers"] table.table-border > tbody > tr > td.cell1:nth-child(2),
form[name="renderer_admin_answers"] table.table-border > tbody > tr > td.cell2:nth-child(2) {
  font-size: 18px;
}

/* -------------common all browsers VDoc tree -------------- */
/*----tree----*/
/*--tree main--*/
.tree .outer {
  table-layout: fixed;
}

.tree .buttons-outer {
  text-align: left;
  background-image: none;
  padding-top: 0;
}

.tree .innertree {
  position: relative;
  padding: 7px;
  margin: 0;
}

/*--tree items--*/
.tree .root {
  font: bold 11px arial, helvetica, sans serif !important;
  color: #515151;
}

.tree .root a {
  padding: 0 3px 0 3px;
  cursor: pointer;
}

.tree .root span {
  padding: 0 3px 0 3px;
  padding-left: 20px;
  padding-top: 12px;
  margin-left: 5px;
}

.tree .item {
  font: normal 11px arial, helvetica, sans serif !important;
  color: #515151;
}

.tree .item a {
  padding: 0 3px 0 3px;
  cursor: pointer;
}

.tree .item span {
  padding: 0 3px 0 3px;
  padding-left: 20px;
  padding-top: 12px;
  margin-left: 5px;
}

.tree .item a:link, .tree .item a:visited {
  color: #515151;
  text-decoration: none;
}

.tree .item a:hover, .tree .item a:active {
  text-decoration: none;
}

.tree .selecteditem {
  font: normal 11px arial, helvetica, sans serif !important;
  color: #FFF55B;
}

.tree .selecteditem a {
  background-color: #8E9297;
  padding: 0 3px 0 3px;
  cursor: pointer;
}

.tree .selecteditem span {
  padding: 0 3px 0 3px;
}

.tree .full {
  font-weight: bold;
}

/*--tree nodes--*/
.treeNodeCollapsed {
  background-image: url(../images/mandatory/collapsed_tree_node.gif);
  background-repeat: no-repeat;
  background-position: 2px 6px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.treeNodeExpanded {
  background-image: url(../images/mandatory/expanded_tree_node.gif);
  background-repeat: no-repeat;
  background-position: 2px 6px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.treeNodeI {
  background-image: url(../images/mandatory/tree_node_i.gif);
  background-repeat: repeat-y;
  background-position: 2px 0;
  padding-left: 25px;
}

.treeNodeT {
  background-image: url(../images/mandatory/tree_node_t.gif);
  background-repeat: no-repeat;
  background-position: 2px 0;
  padding-left: 25px;
}

.treeNodeL {
  background-image: url(../images/mandatory/tree_node_l.gif);
  background-repeat: no-repeat;
  background-position: 2px 0;
  padding-left: 25px;
}

/*--tree icons--*/
.treeRoot {
  background-image: url(../images/mandatory/tree_root.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeClosedFolder {
  background-image: url(../images/mandatory/closed_folder.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeOpenedFolder {
  background-image: url(../images/mandatory/opened_folder.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeDocumentDefault {
  background-image: url(../images/mandatory/doc_default.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeVDocProcessApplications {
  background-image: url(../images/mandatory/vdpj_applications.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeProcessApplication {
  background-image: url(../images/mandatory/process_group.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeProcess {
  background-image: url(../images/mandatory/process.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeProcessVersion {
  background-image: url(../images/mandatory/process_version.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeProcessStep {
  background-image: url(../images/mandatory/process_step.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeVDocDMDocuments {
  background-image: url(../images/mandatory/open_document.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeDMDatabase {
  background-image: url(../images/mandatory/database.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeDMDocument {
  background-image: url(../images/mandatory/dm_document.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeVDocReport {
  background-image: url(../images/mandatory/report.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeIndicators {
  background-image: url(../images/mandatory/indicator.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treePageTemplate {
  background-image: url(../images/mandatory/page_template.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.treeBlockTemplate {
  background-image: url(../images/mandatory/block_template.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.tree input[type="checkbox"] {
  position: inherit;
  left: inherit;
  opacity: 1;
}

.cell1 .tree input[type="checkbox"] + .single-checkbox,
.cell2 .tree input[type="checkbox"] + .single-checkbox {
  display: none;
}

.EzsSite-browse div.grid-history + table.table-border > tbody > tr > td.cell2:not(.has-title):nth-child(2) {
  font-size: 0;
}

#APP-admin form[name="attributesForm"] {
  margin-bottom: 0;
}

#startTaskContainer .button[id=""] a[href*="doClose"]:after {
  top: 6px;
}

div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .view-header.view-has-actions {
  display: flex;
}
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .view-header.view-has-actions .itemsperpage > span {
  font-size: 15px;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-image: none !important;
  background-color: #f2f2f2;
  color: #4d4d4d;
  overflow: hidden;
  transition: all ease-out 0.1s;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-right: 0;
}
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .view-header.view-has-actions .itemsperpage > span .button-imgl {
  display: none;
}
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .view-header.view-has-actions .itemsperpage > span > span {
  order: 1;
  z-index: 3;
  background: none;
  height: inherit;
  line-height: inherit;
  padding: 0;
}
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .view-header.view-has-actions .itemsperpage > span > span a {
  line-height: 40px;
  height: 36px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  border: none;
  text-decoration: none;
  width: 100%;
}
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .view-header.view-has-actions .itemsperpage > span > span a:after {
  left: 9px;
}
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .view-header.view-has-actions .itemsperpage > span:after {
  content: none;
}
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .view-header.view-has-actions .view-selection {
  margin-left: 13px;
}
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .view-header.view-has-actions .view-selection input[type="checkbox"] + .single-checkbox {
  top: 7px;
}

div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .cell1 input[type="checkbox"] + label,
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .cell2 input[type="checkbox"] + label {
  margin-bottom: 40px;
}
div[id*="pagecontent-"] .outer-left-top a:not([name="VDOCMYDOCS"]) #PLT-VDOCMYDOCS .outerzone3 .view-portlet .grid .popup-menu-handler.handler-actions input[type="checkbox"] + .single-checkbox:after {
  top: 13px;
  left: 7px;
}

td[data-vdp-th="Email"] {
  word-break: break-all;
}

.header-border .step .cell1:not([data-vdp-th]) {
  text-align: right;
  padding-right: 15px;
}
#PNL-ReportReport .header-border .step .cell1:not([data-vdp-th]) {
  text-align: left;
}

#PNL-DskMyPageWizard .table-border .cell1 {
  text-align: right;
}

#APP-vdp .cell1:not(.has-title) {
  font-weight: 700;
}

#APP-admin #PNL-DskPortalSet .header-border > tbody > tr:nth-child(3) #zone1 .form-style2 > .table-border > tbody > tr:first-child > td:nth-child(3) {
  vertical-align: inherit;
}

.DirGroup-edit .header-border #zone1 > div > table > tbody > tr:nth-child(2) .table-border > tbody > tr:nth-child(4) .cell1 {
  vertical-align: top;
}

.vui-selecting.vui-selector-filter-view.vui-selector-unbrowsable-view > .location + .search-filter + .browser-actions {
  display: inline-block;
}

#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"],
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doDelete"],
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doExecuteBeforeImport"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"]:hover,
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doDelete"]:hover,
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doExecuteBeforeImport"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"]:before,
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doDelete"]:before,
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doExecuteBeforeImport"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"]:hover:before,
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doDelete"]:hover:before,
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doExecuteBeforeImport"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"]:after,
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doDelete"]:after,
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doExecuteBeforeImport"]:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
}

#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doDelete"]:after {
  content: "\e925";
  top: 10px;
  left: 1px;
  font-size: 24px;
  color: #eb003b;
}
#PNL-lnkLinksList #APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doDelete"]:after {
  top: 6px;
}

#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
  height: 30px;
  line-height: 7px;
}
#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doExecuteBeforeImport"]:after {
  content: "\e98f";
  top: 10px;
  left: 3px;
  font-size: 20px;
}

#APP-admin .outerzone3 .zone3 .table-border a[href*="doExport"]:after {
  content: "\e990";
  top: 10px;
  left: 3px;
  font-size: 20px;
}

.cell1 > span > span,
.cell2 > span > span {
  display: inline-flex;
}

#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border > tbody > tr > td:last-child a[href*="doMove"],
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doCopy"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 7px;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border > tbody > tr > td:last-child a[href*="doMove"]:hover,
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doCopy"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border > tbody > tr > td:last-child a[href*="doMove"]:before,
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doCopy"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border > tbody > tr > td:last-child a[href*="doMove"]:hover:before,
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doCopy"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border > tbody > tr > td:last-child a[href*="doMove"] span,
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doCopy"] span {
  display: none;
}

#APP-admin #PNL-DskPages .buttons-outer-left a[href*="doMove"] {
  padding-left: 30px;
}
#APP-admin #PNL-DskPages .buttons-outer-left a[href*="doMove"]:after {
  content: "\e93d";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 4px;
}
#APP-admin #PNL-DskPages .buttons-outer-left a[href*="doCopy"] {
  padding-left: 30px;
}
#APP-admin #PNL-DskPages .buttons-outer-left a[href*="doCopy"]:after {
  content: "\e945";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 3px;
}

#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border > tbody > tr > td:last-child a[href*="doMove"]:after {
  content: "\e93d";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 20px;
  top: 11px;
  left: 5px;
}

#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doCopy"]:after {
  content: "\e945";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 20px;
  top: 11px;
  left: 4px;
}

#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  color: #007ed9;
  font-weight: 400;
  height: 30px;
  padding-left: 30px;
  line-height: 7px;
  background-color: transparent;
  border: 0;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:focus {
  outline: none;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:hover {
  border: 0;
  color: #007ed9;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:before {
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:focus:before, #APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:active:before {
  opacity: 0.5;
}
#APP-admin #PNL-DskPages .outerzone3 .zone3 .table-border a[href*="doPageLayout"]:after {
  content: "\e9aa";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 20px;
  top: 11px;
  left: 5px;
}

.grid-content-zone .buttons-outer .buttons-outer-left a[href*="doAdd"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 35px;
  margin-right: 10px;
}
.grid-content-zone .buttons-outer .buttons-outer-left a[href*="doAdd"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.grid-content-zone .buttons-outer .buttons-outer-left a[href*="doAdd"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.grid-content-zone .buttons-outer .buttons-outer-left a[href*="doAdd"]:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 9px;
  font-size: 16px;
}

#APP-admin .grid-footer > table > tbody > tr td:nth-child(4) {
  float: left;
}

#APP-admin .grid-header1.no-icon {
  display: none;
}

#APP-admin .grid-content-zone .buttons-outer {
  margin: 5px 0;
  padding: 10px 0 26px 0;
}

.grid-content-zone .buttons-outer .buttons-outer-right {
  text-align: right;
}

.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"] {
  text-decoration: none;
  margin-right: 10px;
  position: relative;
  z-index: +1;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"]:before {
  content: "\e935";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"] img {
  display: none;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"]:hover {
  border: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"]:after {
  content: "";
  background-color: #e0e0e0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: -5px;
  top: -10px;
  z-index: -1;
  border-radius: 5px;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"]:hover:after {
  transform: scale(1);
  opacity: 1;
}

.grid-content-zone .buttons-outer .buttons-outer-right a[href*="/action/ExportGrid"] {
  text-decoration: none;
  position: relative;
  z-index: +1;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="/action/ExportGrid"]:before {
  content: "\e4e5";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
  opacity: 1;
  background-color: transparent;
  top: 8px;
  left: -2px;
}
#PNL-Notification .grid-content-zone .buttons-outer .buttons-outer-right a[href*="/action/ExportGrid"]:before {
  top: 10px;
  left: -3px;
}
#PNL-Notification .grid-content-zone .buttons-outer .buttons-outer-right a[href*="/action/ExportGrid"]:after {
  top: -2px;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="/action/ExportGrid"] img {
  display: none;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="/action/ExportGrid"]:hover {
  border: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="/action/ExportGrid"]:after {
  content: "";
  background-color: #e0e0e0;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -3px;
  left: -5px;
  z-index: -1;
  border-radius: 5px;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="/action/ExportGrid"]:hover:after {
  transform: scale(1);
  opacity: 1;
}

#APP-admin .inner .table-border {
  margin-bottom: 25px;
}

#APP-admin .grid-header1 a[href*="SetPage(0)"] {
  display: none;
}

.EzsMailForm-edit .section .section-header .text-style1 {
  background-color: transparent;
}

.EzsSite-browse .ActionsMenu ul li a {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.mailtemplate_form-edit .text-style1 + .section-help {
  display: block;
  margin-bottom: 25px;
}

#PNL-ReportCategory .button.main a {
  margin-top: -53px;
}
#PNL-ReportCategory td.cell-left {
  font-weight: 700;
  text-align: right;
}
#PNL-ReportCategory td.cell-left,
#PNL-ReportCategory td.cell-right {
  padding: 7px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", helvetica, sans-serif;
  margin-right: 0;
}

.portal {
  background-color: #e6e6e6;
}

.ActionsMenu {
  width: auto;
  z-index: 3;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  background-color: #FFFFFF;
  margin-top: 12px;
  padding: 10px;
  top: 0;
  left: 0;
}
.ActionsMenu ul {
  padding: 0;
  margin: 0;
}

.ActionsMenu li {
  list-style: none;
  position: relative;
  float: none;
}
.ActionsMenu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  display: inline-block;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #4d4d4d;
  padding: 0 10px;
  margin-bottom: 5px;
  overflow: hidden;
  text-decoration: none;
}
.ActionsMenu li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  transition: all 0.1s linear;
}
.ActionsMenu li a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.ActionsMenu li a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  content: "\e910";
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
.ActionsMenu li a:hover:after {
  opacity: 0.7;
  transform: translateX(0);
}
.ActionsMenu li ul {
  left: 450px;
  top: 0;
  z-index: 3;
  position: absolute;
  background: white;
  width: 400px;
  margin: 0;
  padding-left: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.ActionsMenu li ul li {
  display: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0 10px;
}
.ActionsMenu li:hover ul li {
  display: block;
}
.ActionsMenu li:hover ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 0 0 15px;
  text-align: left;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
.ActionsMenu li:hover ul li a:first-child {
  margin-top: 10px;
}
.ActionsMenu li:hover ul li a:last-child {
  margin-bottom: 10px;
}
.ActionsMenu li:hover ul li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.ActionsMenu li:hover ul li a:hover:before {
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.05s linear;
}
.ActionsMenu li:hover ul li a:after {
  content: "";
}
.ActionsMenu li:hover ul li a:hover:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  transform: rotate(0deg);
}

.header .tabopt a {
  line-height: 52px;
}

.screen.platform.vui-screen-explorer .tabnav2 .outer a {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  color: #4d4d4d;
  border: none;
  position: relative;
  white-space: nowrap;
  margin-left: 0;
  padding: 0 8px;
  margin-right: 0;
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: calc(100% + 11px);
  opacity: 0;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a img {
  display: none;
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a[href=""] {
  padding-right: 30px;
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a[href=""]:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  position: absolute;
  transform: rotate(90deg);
  font-size: 24px;
  top: -5px;
}

.screen.platform.vui-screen-explorer .tabnav2 form,
#APP-admin .tabnav2 form {
  margin-top: -17px;
}
.screen.platform.vui-screen-explorer .tabnav2 td.content,
#APP-admin .tabnav2 td.content {
  /*    a[href*="root"] {
        margin-left: 36px;
      }*/
}

.screen.platform.vui-screen-explorer .history .content-active,
#APP-admin .history .content-active {
  display: block;
  line-height: 24px;
  margin-left: 3px;
}

.screen.platform.vui-screen-explorer .outer-left-top .outerzone1 .zone1,
#APP-admin .outer-left-top .outerzone1 .zone1 {
  display: block;
}

.outer-left-top .menu {
  width: 450px;
}
.outer-left-top .portlet .outerzone3 {
  background-color: #FFFFFF;
  padding-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.screen.platform.vui-screen-explorer .application > table > tbody tr:nth-child(2) > td[height="98%"],
#APP-admin .application > table > tbody tr:nth-child(2) > td[height="98%"] {
  background-color: #e9e9e9;
}

.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-active,
#APP-admin .outerzone3 .zone3 .header-border .menu-active,
#PNL- .outerzone3 .zone3 li.active a {
  font-weight: 700;
  pointer-events: none;
  width: 100%;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: left;
  padding: 0 0 0 5px;
  color: #4d4d4d;
  cursor: pointer;
  border: none;
  position: relative;
  font-size: 18px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-active:before,
#APP-admin .outerzone3 .zone3 .header-border .menu-active:before,
#PNL- .outerzone3 .zone3 li.active a:before {
  transform: scale(1);
  opacity: 1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-active:after,
#APP-admin .outerzone3 .zone3 .header-border .menu-active:after,
#PNL- .outerzone3 .zone3 li.active a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: -3px;
  content: "\e910";
  opacity: 1;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-active:hover:after,
#APP-admin .outerzone3 .zone3 .header-border .menu-active:hover:after,
#PNL- .outerzone3 .zone3 li.active a:hover:after {
  transform: translateX(0);
}

#PNL- .outerzone3 .zone3 li.active a {
  margin-left: -8px;
  width: calc(100% + 4px);
  height: 40px;
  line-height: 40px;
}
#PNL- .outerzone3 .zone3 li.active a:after {
  line-height: 40px;
  transform: translateX(-10px);
}

.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-inactive a,
#APP-admin .outerzone3 .zone3 .header-border .menu-inactive a,
#PNL- .outerzone3 .zone3 li.inactive a {
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0;
  text-align: left;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.07s linear;
  margin-left: 8px;
}
.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-inactive a:before,
#APP-admin .outerzone3 .zone3 .header-border .menu-inactive a:before,
#PNL- .outerzone3 .zone3 li.inactive a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  height: calc(100% - 4px);
  left: -8px;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-inactive a:hover:before,
#APP-admin .outerzone3 .zone3 .header-border .menu-inactive a:hover:before,
#PNL- .outerzone3 .zone3 li.inactive a:hover:before {
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.05s linear;
}
.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-inactive a:after,
#APP-admin .outerzone3 .zone3 .header-border .menu-inactive a:after,
#PNL- .outerzone3 .zone3 li.inactive a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  content: "\e910";
  opacity: 1;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-inactive a:hover:after,
#APP-admin .outerzone3 .zone3 .header-border .menu-inactive a:hover:after,
#PNL- .outerzone3 .zone3 li.inactive a:hover:after {
  transform: translateX(0);
}

#APP-admin #PNL-AXAdminAction .outerzone3 .zone3 .header-border .menu-inactive a:after {
  float: right;
  opacity: 0;
}
#APP-admin #PNL-AXAdminAction .outerzone3 .zone3 .header-border .menu-inactive a:hover:after {
  opacity: 1;
}

.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-inactive a:after,
#APP-vdp .outerzone3 .zone3 .header-border .menu-inactive a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  content: "\e910";
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
.screen.platform.vui-screen-explorer .outerzone3 .zone3 .header-border .menu-inactive a:hover:after,
#APP-vdp .outerzone3 .zone3 .header-border .menu-inactive a:hover:after {
  opacity: 1;
  transform: translateX(0);
}

.screen.platform.vui-screen-explorer span.button.postaction.action-refresh,
#APP-admin span.button.postaction.action-refresh {
  display: inline-block;
}

.screen.platform.vui-screen-explorer .action-refresh,
#APP-admin .action-refresh {
  float: inherit;
}

.screen.platform.vui-screen-explorer .view-selection,
.screen.platform.vui-screen-explorer .view-actions,
.screen.platform.vui-screen-explorer .view-options,
.screen.platform.vui-screen-explorer .pager {
  display: inline-block;
}
.screen.platform.vui-screen-explorer .view-selection .itemsperpage,
.screen.platform.vui-screen-explorer .view-selection .items,
.screen.platform.vui-screen-explorer .view-actions .itemsperpage,
.screen.platform.vui-screen-explorer .view-actions .items,
.screen.platform.vui-screen-explorer .view-options .itemsperpage,
.screen.platform.vui-screen-explorer .view-options .items,
.screen.platform.vui-screen-explorer .pager .itemsperpage,
.screen.platform.vui-screen-explorer .pager .items {
  display: inline-block;
}

.screen.platform.vui-screen-explorer .button.postaction.action-create a,
#APP-admin .buttons-outer-left a[href*="doCreate"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding: 11px 10px 11px 35px;
  margin-right: 10px;
  display: inline-block;
}
.screen.platform.vui-screen-explorer .button.postaction.action-create a:hover:before,
#APP-admin .buttons-outer-left a[href*="doCreate"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.screen.platform.vui-screen-explorer .button.postaction.action-create a:before,
#APP-admin .buttons-outer-left a[href*="doCreate"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.screen.platform.vui-screen-explorer .button.postaction.action-create a:after,
#APP-admin .buttons-outer-left a[href*="doCreate"]:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 16px;
}

#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left {
  font-size: 0;
}
#APP-admin .grid-content-zone .buttons-outer .buttons-outer-left > * {
  font-size: 16px;
}

.screen.platform.vui-screen-explorer .button.postaction.action-delete a,
.screen.platform.vui-screen-explorer .button.postaction.action-execute a,
#APP-admin .buttons-outer-left a[href*="doCreate"] a,
#APP-admin .buttons-outer-left a[href*="doCreate"] a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
.screen.platform.vui-screen-explorer .button.postaction.action-delete a:hover,
.screen.platform.vui-screen-explorer .button.postaction.action-execute a:hover,
#APP-admin .buttons-outer-left a[href*="doCreate"] a:hover,
#APP-admin .buttons-outer-left a[href*="doCreate"] a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.screen.platform.vui-screen-explorer .button.postaction.action-delete a:before,
.screen.platform.vui-screen-explorer .button.postaction.action-execute a:before,
#APP-admin .buttons-outer-left a[href*="doCreate"] a:before,
#APP-admin .buttons-outer-left a[href*="doCreate"] a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.screen.platform.vui-screen-explorer .button.postaction.action-delete a:hover:before,
.screen.platform.vui-screen-explorer .button.postaction.action-execute a:hover:before,
#APP-admin .buttons-outer-left a[href*="doCreate"] a:hover:before,
#APP-admin .buttons-outer-left a[href*="doCreate"] a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.screen.platform.vui-screen-explorer .button.postaction.action-refresh a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.screen.platform.vui-screen-explorer .button.postaction.action-refresh a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.screen.platform.vui-screen-explorer .button.postaction.action-refresh a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.screen.platform.vui-screen-explorer .button.postaction.action-refresh a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.grid-history {
  position: relative;
  padding: 5px 0 5px 0;
  background-color: #e6e6e6;
  height: 36px;
  line-height: 26px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #4d4d4d;
  width: 100%;
  margin-top: 15px;
  padding-left: 40px;
}
.grid-history:before {
  font-size: 24px;
  line-height: 23px;
  content: '\e922';
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: gray;
  left: 12px;
  top: 6px;
}
.grid-history .grid-history a:first-child {
  margin-left: 40px;
}

#PNL-WdrCategory .grid-history {
  padding-left: 0;
}

.history {
  position: relative;
  padding: 5px 0 5px 67px;
  background-color: #e6e6e6;
  height: 36px;
  line-height: 26px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #4d4d4d;
  width: 100%;
}
.history:before {
  font-size: 24px;
  line-height: 23px;
  content: '\e922';
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: gray;
  top: 6px;
  left: 35px;
}

.grid-history a {
  position: relative;
  color: #4d4d4d;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  height: 30px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  padding-right: 30px;
  margin-right: -9px;
}
.grid-history a:before {
  content: '';
  position: absolute;
  display: block;
  transform-origin: center center;
  height: calc(100% - 6px);
  top: 1px;
  width: calc(100% - 25px);
  left: 1px;
  background-color: #d4d4d4;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  opacity: 0;
  z-index: -2;
}
.grid-history a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.grid-history a:after {
  content: "\203A";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  background-color: #e6e6e6;
  font-size: 25px;
  margin-left: 3px;
  position: absolute;
  right: 1px;
  top: -3px;
}

.history a {
  position: relative;
  color: #4d4d4d;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  height: 30px;
  line-height: 27px;
  font-weight: 400;
  font-size: 15px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  padding-right: 30px;
  margin-right: -9px;
}
.history a:before {
  content: '';
  position: absolute;
  display: block;
  transform-origin: center center;
  height: calc(100% - 6px);
  top: 1px;
  width: calc(100% - 25px);
  left: 1px;
  background-color: #d4d4d4;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  opacity: 0;
  z-index: -2;
}
.history a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.history a:after {
  content: "\203A";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  background-color: #e6e6e6;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -2px;
}

#APP-vdp .history a:after,
#APP-admin .history a:after {
  padding-right: 9px;
  padding-bottom: 1px;
  top: -2px;
  transition: all 0.1s linear;
}

#APP-vdp .history .content-active,
#APP-admin .history .content-active {
  font-weight: bold;
  color: #4d4d4d;
  line-height: 27px;
}

.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  width: 38px;
  cursor: pointer;
  top: -13px;
}
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only:hover,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only:before,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only:hover:before,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only:after,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only:after {
  content: "\e931";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 24px;
  left: 6px;
}
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only img.button-imgr,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only img.button-imgr {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: +3;
}

.popup-menu.handler-sorter-screen {
  font-size: 18px;
  line-height: 1.35;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 8px;
  z-index: 9002;
  text-align: left;
  background-color: #FFFFFF;
}
.popup-menu.handler-sorter-screen .header-border #zone1.content-zone .form-style1 .section-header {
  display: none;
}
.popup-menu.handler-sorter-screen .section-content .table-border {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.popup-menu.handler-sorter-screen .section-content .table-border .list-sort {
  padding: 0 2px;
}
.popup-menu.handler-sorter-screen .section-content .table-border .list-sort label {
  display: block;
}
.popup-menu.handler-sorter-screen .section-content .table-border .sorting-item {
  margin: 5px 0 0 0;
  display: inline-block;
}
.popup-menu.handler-sorter-screen .section-content .table-border .sorting-item select {
  position: relative;
  height: 35px;
  min-height: inherit !important;
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 5px;
  padding: 5px 30px 5px 5px;
  outline: none;
  border: 1px solid #cccccc;
  transition: all 0.1s ease;
}
.popup-menu.handler-sorter-screen .section-content .table-border .sorting-item select:focus {
  outline: 1px solid #007bc2;
  border: 1px solid #007ed9;
  transition: all 0.1s ease;
}
.popup-menu.handler-sorter-screen .section-content .table-border .sorting-item select option {
  border-right: 1px solid #000;
  padding: 0 10px;
  color: #4d4d4d;
}
.popup-menu.handler-sorter-screen .section-content .table-border .sorting-order {
  display: inline-block;
  margin: 5px 0 0 0;
}
.popup-menu.handler-sorter-screen .section-content .table-border .sorting-order input {
  margin-bottom: 5px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  background: transparent none;
}
.popup-menu.handler-sorter-screen .section-content .table-border .sorting-order input.checkbox:checked + label {
  content: "\e934";
}
.popup-menu.handler-sorter-screen .section-content .table-border .sorting-order label:last-child {
  bottom: 25px;
  color: #666666;
  margin: 5px 0;
  margin-left: 30px;
  padding: 0 2px 0 0;
  line-height: 22px;
  font-weight: normal;
  cursor: pointer;
}
.popup-menu.handler-sorter-screen .section-content .table-border .sorting-order label:last-child:after {
  content: '';
}
.popup-menu.handler-sorter-screen .buttons-outer {
  float: right;
}
.popup-menu.handler-sorter-screen .buttons-outer span.button.main a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 35px;
  margin-right: 0 !important;
}
.popup-menu.handler-sorter-screen .buttons-outer span.button.main a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.popup-menu.handler-sorter-screen .buttons-outer span.button.main a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.popup-menu.handler-sorter-screen .buttons-outer span.button.main a:after {
  top: 8px;
}

.popup-menu-handler.handler-more.popup-menu-handler-single a,
.popup-menu-handler.handler-more.popup-menu-handler-split a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-right: 34px;
}
.popup-menu-handler.handler-more.popup-menu-handler-single a:hover,
.popup-menu-handler.handler-more.popup-menu-handler-split a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.popup-menu-handler.handler-more.popup-menu-handler-single a:before,
.popup-menu-handler.handler-more.popup-menu-handler-split a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.popup-menu-handler.handler-more.popup-menu-handler-single a:hover:before,
.popup-menu-handler.handler-more.popup-menu-handler-split a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.popup-menu-handler.handler-more.popup-menu-handler-single a:after,
.popup-menu-handler.handler-more.popup-menu-handler-split a:after {
  content: "\e3b6";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 24px;
  z-index: 3;
  color: #666666;
  margin: 0 0 0 7px;
  top: 12px;
}

.popup-menu.handler-more-menu {
  font-size: 18px;
  line-height: 1.35;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border: 0;
  z-index: 9002;
  text-align: left;
  background-color: #FFFFFF;
}
.popup-menu.handler-more-menu ul {
  list-style: none;
  padding: 0 5px;
  margin: 5px 0;
}
.popup-menu.handler-more-menu ul a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  border: none;
}
.popup-menu.handler-more-menu ul a:hover {
  color: #000;
  background-color: #EFEFEF;
}

.screen.platform.vui-screen-explorer .view-header.view-has-actions {
  margin-left: 8px;
  font-size: 0;
}
.screen.platform.vui-screen-explorer .view-header.view-has-actions > * {
  font-size: 16px;
}

.screen.platform.vui-screen-sheet .view-header.view-has-actions .pager .items,
.screen.platform.vui-screen-explorer .view-header.view-has-actions .pager .items {
  font-size: 16px;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 9px;
}

.screen.platform.vui-screen-sheet .view-header.view-has-actions .pager,
.screen.platform.vui-screen-explorer .view-header.view-has-actions .pager {
  float: right;
  margin-top: 0;
  margin-bottom: 10px;
}

.screen.platform.vui-screen-explorer .view-header.view-has-actions .pager {
  float: right;
  margin-bottom: 10px;
}

.EzsSite-browse.screen.platform.vui-screen-explorer .view-header.view-has-actions .pager {
  float: none;
}

.Profiles-portalEdit.screen.platform.vui-screen-sheet .view-header.view-has-actions .pager
 {
  margin-top: 10px;
}

.screen.platform.vui-screen-sheet .view-header.view-has-actions .pager {
  display: inline-block;
}
.screen.platform.vui-screen-sheet .view-header.view-has-actions .pager .itemsperpage {
  display: inline-block;
  /*margin-top: 1px;*/
}
.screen.platform.vui-screen-sheet .view-header.view-has-actions .pager .itemsperpage .popup-menu-handler.handler-row.popup-menu-handler-single,
.screen.platform.vui-screen-sheet .view-header.view-has-actions .pager .itemsperpage .popup-menu-handler.handler-row.popup-menu-handler-split {
  display: inline-block;
}
.screen.platform.vui-screen-sheet .view-header.view-has-actions .pager .items {
  display: inline-block;
}

.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-single a,
.popup-menu-handler.handler-row.popup-menu-handler-single a,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-split a,
.popup-menu-handler.handler-row.popup-menu-handler-split a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  height: 38px;
  padding-right: 34px;
  line-height: 16px;
  display: inline-block;
}
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-single a:hover,
.popup-menu-handler.handler-row.popup-menu-handler-single a:hover,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-split a:hover,
.popup-menu-handler.handler-row.popup-menu-handler-split a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-single a:before,
.popup-menu-handler.handler-row.popup-menu-handler-single a:before,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-split a:before,
.popup-menu-handler.handler-row.popup-menu-handler-split a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-single a:hover:before,
.popup-menu-handler.handler-row.popup-menu-handler-single a:hover:before,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-split a:hover:before,
.popup-menu-handler.handler-row.popup-menu-handler-split a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-single a:after,
.popup-menu-handler.handler-row.popup-menu-handler-single a:after,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-split a:after,
.popup-menu-handler.handler-row.popup-menu-handler-split a:after {
  content: "\e3b6";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 24px;
  z-index: 3;
  color: #666666;
  margin: 0 0 0 7px;
  line-height: 42px;
  top: 0;
}

.popup-menu.handler-row-menu {
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border: 0;
  z-index: 9002;
  text-align: left;
  background-color: #FFFFFF;
}
.popup-menu.handler-row-menu > ul {
  font-size: 18px;
  line-height: 1.35;
  min-width: inherit;
  margin: 5px;
  padding: 0;
  list-style: none;
}
.popup-menu.handler-row-menu > ul li a:link, .popup-menu.handler-row-menu > ul li a:visited {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding: 10px;
  border: none;
  display: block;
  text-decoration: none;
}
.popup-menu.handler-row-menu > ul li a:link:hover, .popup-menu.handler-row-menu > ul li a:visited:hover {
  color: #000;
  background-color: #EFEFEF;
}

.screen.platform.vui-screen-explorer .outerzone3 .zone3 .table-border .cell1[data-vdp-th="Statut"] img,
.screen.platform.vui-screen-explorer .outerzone3 .zone3 .table-border .cell2[data-vdp-th="Statut"] img {
  margin-left: 40%;
}

.action-reindex a,
.action-modify a,
.action-XMLValidation a,
.action-CopyDescription a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.action-reindex a:hover,
.action-modify a:hover,
.action-XMLValidation a:hover,
.action-CopyDescription a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-reindex a:before,
.action-modify a:before,
.action-XMLValidation a:before,
.action-CopyDescription a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-reindex a:hover:before,
.action-modify a:hover:before,
.action-XMLValidation a:hover:before,
.action-CopyDescription a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.button.postaction.action-import a,
.button.postaction.action-export a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.button.postaction.action-import a:hover,
.button.postaction.action-export a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.button.postaction.action-import a:before,
.button.postaction.action-export a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.button.postaction.action-import a:hover:before,
.button.postaction.action-export a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.screen.platform.vui-screen-explorer .tabnav2 .outer a {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  color: #4d4d4d;
  border: none;
  position: relative;
  white-space: nowrap;
  margin-left: 0;
  padding: 0 8px;
  margin-right: 0;
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: calc(100% + 12px);
  opacity: 0;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a img {
  display: none;
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a[href=""] {
  padding-right: 30px;
}
.screen.platform.vui-screen-explorer .tabnav2 .outer a[href=""]:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  position: absolute;
  transform: rotate(90deg);
  font-size: 24px;
  top: -5px;
}

.screen.platform.vui-screen-explorer .tabnav2 form {
  margin-top: -12px;
}
.screen.platform.vui-screen-explorer .tabnav2 td.content {
  display: inline-block;
  margin-right: 5px;
}

.screen.platform.vui-screen-explorer .history .content-active {
  display: block;
  line-height: 24px;
  margin-left: 3px;
}

.screen.platform.vui-screen-explorer .outer-left-top .outerzone1 .zone1 {
  display: block;
}

.header-helper,
.lightbox-panel .vui-information {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.35;
  background-color: #FFFFFF;
  padding-left: 50px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  color: #4d4d4d;
}
.header-helper:before,
.lightbox-panel .vui-information:before {
  content: "\e903";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #007ed9;
  position: absolute;
  left: 15px;
  top: -4px;
}

.configuration-edit .header-border > tbody > tr:nth-child(3) .header-helper {
  background-color: #e0e0e0;
  height: 60%;
  padding-top: 5px;
  width: 50%;
  margin-top: 20px;
}
.configuration-edit .header-border > tbody > tr:nth-child(3) .header-helper:before {
  content: "\e917";
  font-size: 22px;
  top: 4px;
}

.lightbox-panel .vui-information {
  margin-top: 15px;
  color: #000;
}

#zone1.content-zone > div[class=""] > table > tbody > tr:last-child .section-footer,
.platform.security-add .section-footer,
.popup-menu.handler-sorter-screen .section-footer,
.connection-create .content-zone .section-footer {
  background-color: #FFFFFF;
}

.outer-left-top .portlet .outerzone3 .zone3 .header-border #zone1.content-zone .section-header span:empty,
.text-style1 span:empty {
  display: block;
  /*  margin: 0 -22px;*/
  box-shadow: 0 0 0 15px #FFFFFF;
}

.vui-combobox-selected-items span .vui-combobox-item,
.vui-combobox-selected-items > span {
  position: relative;
  display: inline-block;
  border: 0;
  line-height: 40px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  color: #007ed9;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-right: 32px;
  padding-left: 10px;
  margin: 3px 5px 4px 0;
  height: 30px;
  transition: all 0.2s linear;
}
.vui-combobox-selected-items span .vui-combobox-item:before,
.vui-combobox-selected-items > span:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 126, 217, 0.15);
  opacity: 1;
  transform: scale(1);
  height: calc(100% - 8px);
  top: 4px;
  border-radius: 15px;
  height: 100%;
  top: 0;
  transform-origin: left center;
}
.vui-combobox-selected-items span .vui-combobox-item:hover:before,
.vui-combobox-selected-items > span:hover:before {
  opacity: 0;
  transform: scaleX(0.5);
  transition: all 0.05s linear;
}
.vui-combobox-selected-items span .vui-combobox-item:after,
.vui-combobox-selected-items > span:after {
  font-size: 24px;
  line-height: 23px;
  content: '\e925';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 24px;
  height: 24px;
  margin: 3px;
  top: 0;
  right: 0;
  opacity: 1;
  transition: all ease-out 0.25s;
  color: #007ed9;
  text-align: center;
  border-radius: 15px;
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vui-combobox-selected-items span .vui-combobox-item:hover:after,
.vui-combobox-selected-items > span:hover:after {
  background-color: #007ed9;
  color: #FFFFFF;
}
.vui-combobox-selected-items .vui-delete,
.vui-combobox-selected-items .vui-delete-hover {
  position: absolute;
  left: 0;
  z-index: +1;
  float: right;
  width: 100%;
  height: 100%;
  line-height: 30px;
  border-radius: 15px;
  background-image: none;
  transition: all 0.2s linear;
  cursor: pointer;
  top: 0;
}
.vui-combobox-selected-items .vui-delete:hover,
.vui-combobox-selected-items .vui-delete-hover:hover {
  background-image: none;
}
.vui-combobox-selected-items .vui-delete:hover + .vui-combobox-selected-items .vui-combobox-item:after {
  color: #FFFFFF;
}
.vui-combobox-selected-items span.vui-combobox-selected-item-plus {
  padding-left: 0;
}
.vui-combobox-selected-items span.vui-combobox-selected-item-plus:before, .vui-combobox-selected-items span.vui-combobox-selected-item-plus:after {
  display: none;
}

.vui-combobox-selected-items > span.vui-combobox-plus,
.vui-combobox-selected-items > span.vui-combobox-minus {
  padding: 0;
  margin: 0;
}
.vui-combobox-selected-items > span.vui-combobox-plus:before, .vui-combobox-selected-items > span.vui-combobox-plus:after,
.vui-combobox-selected-items > span.vui-combobox-minus:before,
.vui-combobox-selected-items > span.vui-combobox-minus:after {
  display: none;
}

.vui-combobox-selected-items.vui-selector-selected-items > span:not(.vui-combobox-plus) {
  display: inline;
  height: inherit;
  line-height: inherit;
  padding-right: inherit;
  padding-left: inherit;
  margin: inherit;
  position: inherit;
}

#PNL-WdrDataStoreAttributesInfos .outerzone3 .zone3 .inner .header-border > tbody > tr:nth-child(3) > td > #zone1 .form-style2 > table > tbody > tr:nth-child(2) .cell2 a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: 19px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  width: 38px;
  padding: 0;
}
#PNL-WdrDataStoreAttributesInfos .outerzone3 .zone3 .inner .header-border > tbody > tr:nth-child(3) > td > #zone1 .form-style2 > table > tbody > tr:nth-child(2) .cell2 a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-WdrDataStoreAttributesInfos .outerzone3 .zone3 .inner .header-border > tbody > tr:nth-child(3) > td > #zone1 .form-style2 > table > tbody > tr:nth-child(2) .cell2 a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-WdrDataStoreAttributesInfos .outerzone3 .zone3 .inner .header-border > tbody > tr:nth-child(3) > td > #zone1 .form-style2 > table > tbody > tr:nth-child(2) .cell2 a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-WdrDataStoreAttributesInfos .outerzone3 .zone3 .inner .header-border > tbody > tr:nth-child(3) > td > #zone1 .form-style2 > table > tbody > tr:nth-child(2) .cell2 a:hover {
  border-left: 0;
}
#PNL-WdrDataStoreAttributesInfos .outerzone3 .zone3 .inner .header-border > tbody > tr:nth-child(3) > td > #zone1 .form-style2 > table > tbody > tr:nth-child(2) .cell2 a:after {
  content: "\e90b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: inherit;
  left: 8px;
  top: 8px;
  font-size: 20px;
  z-index: +1;
  min-height: 38px !important;
  color: #4d4d4d;
}
#PNL-WdrDataStoreAttributesInfos .outerzone3 .zone3 .inner .header-border > tbody > tr:nth-child(3) > td > #zone1 .form-style2 > table > tbody > tr:nth-child(2) .cell2 a img {
  display: none;
}

#PNL-WdrDataStoreAttributesInfos .table-border > tbody > tr:nth-child(2) .cell2 {
  font-size: 0;
}
#PNL-WdrDataStoreAttributesInfos .table-border > tbody > tr:nth-child(2) .cell2 > * {
  font-size: 18px;
}
#PNL-WdrDataStoreAttributesInfos .table-border > tbody > tr .cell2 {
  font-size: 18px;
}

.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-single a,
.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-split a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-right: 34px;
}
.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-single a:hover,
.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-split a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-single a:before,
.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-split a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-single a:hover:before,
.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-split a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-single a:after,
.EzsAdminSite-edit .popup-menu-handler.handler-row.popup-menu-handler-split a:after {
  content: "\e3b6";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 20px;
  z-index: 3;
  color: #666666;
  right: 11px;
}

.EzsPlugin-editAdmin .outerzone3 .zone3 .section-content .table-border .cell1 {
  font-weight: 600;
  text-align: right !important;
  vertical-align: top !important;
}

a[href*="CheckMultiple"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
a[href*="CheckMultiple"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
a[href*="CheckMultiple"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
a[href*="CheckMultiple"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

img[src*="button_transp.gif"] {
  display: none;
}

img[src*="button_delete.gif"] {
  width: 24px;
  margin-top: 2px;
  margin-left: 2px;
}

img[src*="button_security.gif"],
img[src*="button_properties.gif"],
img[src*="up.gif"],
img[src*="down.gif"] {
  width: 24px;
  margin-top: 2px;
  margin-left: 2px;
}

img[src*="disabled.gif"] {
  width: 24px;
  margin-left: 2px;
  margin-right: 7px;
}

.text-highlighted {
  font-weight: 700;
}

#PNL-PageletLayout a[href*="Portlet"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
#PNL-PageletLayout a[href*="Portlet"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-PageletLayout a[href*="Portlet"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.cell-header.text-align3 {
  float: right;
}

#PNL-DskCopyMovePage a[href*="doSubmit."],
.buttons-outer a[href*="doNotifyModerators"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#PNL-DskCopyMovePage a[href*="doSubmit."]:hover,
.buttons-outer a[href*="doNotifyModerators"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-DskCopyMovePage a[href*="doSubmit."]:before,
.buttons-outer a[href*="doNotifyModerators"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-DskCopyMovePage a[href*="doSubmit."]:hover:before,
.buttons-outer a[href*="doNotifyModerators"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-DskCopyMovePage a[href*="doSubmit."]:after,
.buttons-outer a[href*="doNotifyModerators"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  color: #70bf00;
  position: absolute;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

/*
a[href*="Navigate?_go=/root"] {
  display: none;
}*/
.buttons-outer a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.buttons-outer a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.buttons-outer a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.buttons-outer a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

span.action-export-site-as-template a,
span.action-exportButton a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
}
span.action-export-site-as-template a:hover,
span.action-exportButton a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
span.action-export-site-as-template a:before,
span.action-exportButton a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
span.action-export-site-as-template a:hover:before,
span.action-exportButton a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
span.action-export-site-as-template a:after,
span.action-exportButton a:after {
  content: "\e990";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  font-size: 24px;
  position: absolute;
  top: 9px;
  left: 4px;
}

.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:first-child .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:first-child .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:first-child .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:first-child .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:first-child .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #70bf00;
  font-size: 20px;
  z-index: +1;
  position: absolute;
  top: 6px;
  left: 4px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:first-child .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a img {
  display: none;
}

.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:nth-child(2) .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:nth-child(2) .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:nth-child(2) .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:nth-child(2) .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:nth-child(2) .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a:after {
  content: "\e984";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eb003b;
  font-size: 24px;
  z-index: +1;
  position: absolute;
  top: 6px;
  left: 3px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child .outer-left-top:nth-child(2) .grid > table > tbody > tr:last-child .table-border > tbody > tr:not(:first-child) > td[width="1%"] a img {
  display: none;
}

.grid-footer {
  float: right;
  padding-bottom: 20px;
}
.grid-footer input[type="text"] {
  margin-right: 10px;
}

#selectAll + .single-checkbox:after {
  left: 5px;
}

.outer-right-bottom .outer-left-top {
  padding: 15px 0 0 15px;
}

@media screen and (min-width: 1366px) {
  .outer-right-bottom .outer-left-top {
    padding: 30px 0 0 30px;
  }
}
.history {
  margin-bottom: -26px;
}

.container {
  padding-right: 30px;
}

#APP-vdp .outer-right-bottom .outer-left-top {
  background-color: #e6e6e6;
}

.screen.platform.vui-screen-sheet > form {
  margin-bottom: 0;
  background-color: #e6e6e6;
}

#PNL-PageletLayout div.outer-right-bottom .header-level1 {
  background-color: #f7f7f7;
  padding: 11px 22px 13px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 span.text-style1 {
  font-size: 27px;
  font-weight: 900;
  color: #4d4d4d;
}

#PNL-PageletLayout div.outer-right-bottom div.content-zone {
  padding: 30px;
}

#PNL-PageletLayout div.outer-right-bottom .portlet-outer .table-border .cell1.text-align2 {
  border: 1px solid #cccccc;
  border-top: 0;
}

#PNL-PageletLayout div.outer-right-bottom .portlet-outer .table-border tr:first-child {
  background-color: #e0e0e0;
}
#PNL-PageletLayout div.outer-right-bottom .portlet-outer .table-border tr:first-child .cell-header.text-align3 {
  padding: 5px 16px;
}

#PNL-PageletLayout .pagelet-layout .header-border > tbody > tr:nth-child(2) {
  background-color: #FFFFFF;
}

#PNL-PageletLayout .outer-right-bottom {
  padding-right: 30px;
}

#PNL-PageletLayout .outerzone1 {
  margin-top: 26px;
}

#PNL-PageletLayout div.outer-right-bottom .portlet-outer .cell1.text-align2 {
  text-align: center !important;
}

#PNL-PageletLayout div.outer-right-bottom .outer-left-top .header-border {
  border-left: 4px solid #e0e0e0;
  margin-bottom: 30px;
}

#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=100"] {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 5px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=100"]:hover {
  background-color: rgba(224, 127, 0, 0.2);
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=100"]:before {
  content: "";
  position: absolute;
  border: 2px solid #ff7b00;
  top: 17px;
  left: 10px;
  height: 24px;
  width: 36px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=100"]:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 16px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=100"] img {
  display: none;
}

#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,75"] {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 5px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,75"]:hover {
  background-color: rgba(224, 127, 0, 0.2);
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,75"]:before {
  content: "";
  position: absolute;
  border: 2px solid #ff7b00;
  top: 17px;
  left: 10px;
  height: 24px;
  width: 36px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,75"]:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 16px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,75"] img {
  display: none;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,75"]:after {
  border-left: 2px solid #ff7b00;
  top: 19px;
  left: 20px;
}

#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=50,50"] {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 5px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=50,50"]:hover {
  background-color: rgba(224, 127, 0, 0.2);
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=50,50"]:before {
  content: "";
  position: absolute;
  border: 2px solid #ff7b00;
  top: 17px;
  left: 10px;
  height: 24px;
  width: 36px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=50,50"]:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 16px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=50,50"] img {
  display: none;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=50,50"]:after {
  border-right: 2px solid #ff7b00;
  width: 1px;
  top: 19px;
  left: 29px;
}

#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=75,25"] {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 5px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=75,25"]:hover {
  background-color: rgba(224, 127, 0, 0.2);
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=75,25"]:before {
  content: "";
  position: absolute;
  border: 2px solid #ff7b00;
  top: 17px;
  left: 10px;
  height: 24px;
  width: 36px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=75,25"]:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 16px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=75,25"] img {
  display: none;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=75,25"]:after {
  border-right: 2px solid #ff7b00;
  top: 19px;
  right: 20px;
}

#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,50,25"] {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 5px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,50,25"]:hover {
  background-color: rgba(224, 127, 0, 0.2);
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,50,25"]:before {
  content: "";
  position: absolute;
  border: 2px solid #ff7b00;
  top: 17px;
  left: 10px;
  height: 24px;
  width: 36px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,50,25"]:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 16px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,50,25"] img {
  display: none;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=25,50,25"]:after {
  border: 2px solid #ff7b00;
  border-top: 0;
  top: 19px;
  left: 18px;
  width: 20px;
}

#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=33,34,33"] {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 5px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=33,34,33"]:hover {
  background-color: rgba(224, 127, 0, 0.2);
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=33,34,33"]:before {
  content: "";
  position: absolute;
  border: 2px solid #ff7b00;
  top: 17px;
  left: 10px;
  height: 24px;
  width: 36px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=33,34,33"]:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 16px;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=33,34,33"] img {
  display: none;
}
#PNL-PageletLayout div.outer-right-bottom .header-level1 a[href*="layout=33,34,33"]:after {
  border: 2px solid #ff7b00;
  border-top: 0;
  top: 19px;
  left: 22px;
  width: 11px;
}

.selector {
  height: 100%;
}
.selector .outer-right-bottom {
  height: 100%;
}
.selector .outer-right-bottom > table {
  display: block;
}
.selector .outer-right-bottom > table > tbody {
  display: block;
  height: 100%;
}
.selector .outer-right-bottom .outer-left-top {
  padding: 3px 0 0 15px;
}
.selector .outer-right-bottom .outer-left-top:only-child .grid > table > tbody > tr:nth-child(3) > td:first-child {
  display: block;
  padding-right: 15px;
}

.selector .outer-right-bottom .outer-left-top .grid-content-zone .cell1 input[type="checkbox"] + label,
.selector .outer-right-bottom .outer-left-top .grid-content-zone .cell1 input[type="checkbox"] + .reversed-checkbox,
.selector .outer-right-bottom .outer-left-top .grid-content-zone .cell1 input[type="checkbox"] + .single-checkbox,
.selector .outer-right-bottom .outer-left-top .grid-content-zone .cell2 input[type="checkbox"] + label,
.selector .outer-right-bottom .outer-left-top .grid-content-zone .cell2 input[type="checkbox"] + .reversed-checkbox,
.selector .outer-right-bottom .outer-left-top .grid-content-zone .cell2 input[type="checkbox"] + .single-checkbox {
  margin-bottom: 22px;
}

.selector .outer-right-bottom > table > tbody > tr:first-child {
  display: flex;
  width: 100%;
  height: 90%;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td {
  flex-grow: 1;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td:nth-child(2) {
  padding-right: 15px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid {
  height: 100%;
  display: block;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table {
  display: block;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody {
  display: block;
  height: 100%;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody > tr {
  width: 100%;
  display: block;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody > tr:nth-child(2) {
  margin-top: 5px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody > tr:nth-child(4) {
  height: 68%;
  overflow: auto;
  margin-bottom: 0;
  margin-top: 2%;
  box-shadow: -2px -2px 2px -2px rgba(0, 0, 0, 0.1);
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody > tr:nth-child(4) > td {
  display: block;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody > tr > td:first-child a {
  height: 30px;
  line-height: 8px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody > tr > td:first-child a[href*="SetFilter"]:after {
  top: 10px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody > tr > td:first-child a[href*="initfilters"]::after {
  top: 10px;
  left: 7px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody > tr > td input {
  min-height: 30px;
  height: 30px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid .buttons-outer:last-child {
  margin-top: 26px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td:nth-child(2) .grid {
  margin-top: 35px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td:nth-child(2) .grid > table > tbody {
  display: flex;
  flex-direction: column;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td:nth-child(2) .grid > table > tbody > tr:first-child {
  order: 2;
  margin-bottom: 5px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td:nth-child(2) .grid > table > tbody > tr:nth-child(2) {
  order: 1;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td:nth-child(2) .grid > table > tbody > tr:nth-child(3) {
  order: 3;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td:nth-child(2) .grid > table > tbody > tr:nth-child(4) {
  order: 4;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td:nth-child(2) .grid .buttons-outer:last-child {
  margin-top: 0;
}
.selector .outer-right-bottom > table > tbody > tr:first-child input#selectAllLeft + label:before,
.selector .outer-right-bottom > table > tbody > tr:first-child input#selectAllRight + label:before {
  left: 3px;
  top: -10px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child input#selectAllLeft + label:after,
.selector .outer-right-bottom > table > tbody > tr:first-child input#selectAllRight + label:after {
  top: -8px;
  left: 5px;
}
.selector .outer-right-bottom > table > tbody > tr:first-child > td .grid > table > tbody > tr > td:first-child .grid-history a {
  line-height: 23px;
}

.selector .outer-right-bottom .outer-left-top:only-child .grid > table > tbody > tr:nth-child(3) > td:first-child > .grid-content-zone {
  max-height: 280px;
  overflow: auto;
}

.selector .outer-right-bottom > table > tbody > tr:nth-child(2) {
  display: block;
  width: 100%;
  height: 10%;
  box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.1);
}
.selector .outer-right-bottom > table > tbody > tr:nth-child(2) > td {
  flex-grow: 1;
  display: block;
}
.selector .outer-right-bottom > table > tbody > tr:nth-child(2) .buttons-outer:last-child {
  margin-top: 7px;
}
.selector .outer-right-bottom > table > tbody > tr:nth-child(2) .buttons-outer:last-child a {
  height: 30px;
  line-height: 8px;
  padding-left: 30px;
}
.selector .outer-right-bottom > table > tbody > tr:nth-child(2) .buttons-outer:last-child a[href*="doValidate"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 18px;
  color: #70bf00;
  left: 7px;
  top: 10px;
}
.selector .outer-right-bottom > table > tbody > tr:nth-child(2) .buttons-outer:last-child a[href*="doCancel"]:after {
  top: 1px;
}
.selector .outer-right-bottom > table > tbody > tr:nth-child(2) .buttons-outer:last-child a[href*="doValidate"] {
  float: right;
}

div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding: 5px;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td * {
  font-size: 10px !important;
}

div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td select {
  padding: 0;
  height: 25px;
  min-height: 25px;
  margin: 0;
  margin-top: -4px;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td input {
  width: 25px;
  height: 25px;
  min-height: 25px;
  padding: 0;
  padding-left: 3px;
  margin: 0;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td a img {
  display: none;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:nth-child(4) a {
  display: inline-block;
  width: 25px;
  height: 25px;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:nth-child(4) a:first-child:before {
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  top: 6px;
  left: 7px;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:nth-child(4) a:first-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  left: 1px;
  width: 100%;
  font-size: 24px;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:nth-child(4) a:last-child:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  font-size: 24px;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:nth-child(5) input, div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:nth-child(6) input {
  display: inline-block;
  margin-top: -5px;
  margin-right: 10px;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:nth-child(6) a[target=""], div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:nth-child(7) a[target=""] {
  display: inline-block;
  margin-top: -5px;
  height: 25px;
  line-height: 14px;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:last-child a {
  display: inline-block;
  line-height: 22px;
  width: 25px;
  height: 25px;
  top: 0;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:last-child a:first-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  font-size: 24px;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:last-child a:last-child:before {
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  top: 6px;
  right: 6px;
  left: inherit;
}
div.selector div.outer-right-bottom .outer-left-top .grid-header1.no-icon > table > tbody > tr td:last-child a:last-child:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  font-size: 24px;
}

#APP-EditorialsCenter .content-zone .section-content {
  background-color: #f7f7f7;
}
#APP-EditorialsCenter .content-zone .section-content .header-level5 {
  font-size: 16px;
}
#APP-EditorialsCenter .header-level5 {
  font-size: 18px;
  font-weight: 600;
}

#PNL-EdtEditorialWizard a[href*="doPreviousPage"],
#APP-NewsCenter a[href*="doPreviousPage"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#PNL-EdtEditorialWizard a[href*="doPreviousPage"]:hover,
#APP-NewsCenter a[href*="doPreviousPage"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-EdtEditorialWizard a[href*="doPreviousPage"]:before,
#APP-NewsCenter a[href*="doPreviousPage"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-EdtEditorialWizard a[href*="doPreviousPage"]:hover:before,
#APP-NewsCenter a[href*="doPreviousPage"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-EdtEditorialWizard a[href*="doPreviousPage"]:after,
#APP-NewsCenter a[href*="doPreviousPage"]:after {
  content: "\e911";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
  position: absolute;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  top: 6px;
  transform: rotate(180deg);
}

#APP-EditorialsCenter a[href*="doNextPage"],
#APP-NewsCenter a[href*="doNextPage"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-right: 25px;
  top: inherit;
}
#APP-EditorialsCenter a[href*="doNextPage"]:hover,
#APP-NewsCenter a[href*="doNextPage"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-EditorialsCenter a[href*="doNextPage"]:before,
#APP-NewsCenter a[href*="doNextPage"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-EditorialsCenter a[href*="doNextPage"]:hover:before,
#APP-NewsCenter a[href*="doNextPage"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-EditorialsCenter a[href*="doNextPage"]:after,
#APP-NewsCenter a[href*="doNextPage"]:after {
  content: "\e911";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 26px;
  color: #4d4d4d;
  position: absolute;
  right: 3px;
  display: inline-block;
  vertical-align: middle;
  top: 6px;
  left: inherit;
}

#APP-EditorialsCenter a[href*="EditorialCategory"],
#APP-NewsCenter a[href*="NewsCategory"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -5px;
  padding: 6px 6px 9px;
}
#APP-EditorialsCenter a[href*="EditorialCategory"]:hover,
#APP-NewsCenter a[href*="NewsCategory"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-EditorialsCenter a[href*="EditorialCategory"]:before,
#APP-NewsCenter a[href*="NewsCategory"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-EditorialsCenter a[href*="EditorialCategory"]:hover:before,
#APP-NewsCenter a[href*="NewsCategory"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-EditorialsCenter a[href*="EditorialCategory"]:after,
#APP-NewsCenter a[href*="NewsCategory"]:after {
  content: "\e90b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: inherit;
  left: 0;
  bottom: 5px;
  top: 4px;
  right: 9px;
  font-size: 20px;
  z-index: +1;
  min-height: 38px !important;
  color: #bbb;
}
#APP-EditorialsCenter a[href*="EditorialCategory"] img,
#APP-NewsCenter a[href*="NewsCategory"] img {
  display: none;
}

#APP-NewsCenter a[href*="NewsCategory"] {
  padding: 5px 6px 10px;
}

#PNL-EdtEditorialWizard a[href*="doPreview2"],
#APP-NewsCenter a[href*="doPreview2"],
#APP-EditorialsCenter a[href*="doPreview2"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
}
#PNL-EdtEditorialWizard a[href*="doPreview2"]:hover,
#APP-NewsCenter a[href*="doPreview2"]:hover,
#APP-EditorialsCenter a[href*="doPreview2"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-EdtEditorialWizard a[href*="doPreview2"]:before,
#APP-NewsCenter a[href*="doPreview2"]:before,
#APP-EditorialsCenter a[href*="doPreview2"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-EdtEditorialWizard a[href*="doPreview2"]:hover:before,
#APP-NewsCenter a[href*="doPreview2"]:hover:before,
#APP-EditorialsCenter a[href*="doPreview2"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-EdtEditorialWizard a[href*="doPreview2"]:after,
#APP-NewsCenter a[href*="doPreview2"]:after,
#APP-EditorialsCenter a[href*="doPreview2"]:after {
  content: "\e987";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 3px;
}

#PNL-EdtEditorialWizard a[href*="doSubmit"],
#APP-NewsCenter a[href*="doSubmit"],
#APP-EditorialsCenter a[href*="doSubmit"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
  padding-left: 40px;
}
#PNL-EdtEditorialWizard a[href*="doSubmit"]:hover:before,
#APP-NewsCenter a[href*="doSubmit"]:hover:before,
#APP-EditorialsCenter a[href*="doSubmit"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-EdtEditorialWizard a[href*="doSubmit"]:before,
#APP-NewsCenter a[href*="doSubmit"]:before,
#APP-EditorialsCenter a[href*="doSubmit"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-EdtEditorialWizard a[href*="doSubmit"]:after,
#APP-NewsCenter a[href*="doSubmit"]:after,
#APP-EditorialsCenter a[href*="doSubmit"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  position: absolute;
  left: 8px;
  display: inline-block;
  vertical-align: middle;
  top: 7px;
}

#APP-EditorialsCenter a[href*="start_upload()"],
#APP-NewsCenter a[href*="start_upload()"],
#APP-EditorialsCenter a[href*="start_upload()"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
#APP-EditorialsCenter a[href*="start_upload()"]:hover:before,
#APP-NewsCenter a[href*="start_upload()"]:hover:before,
#APP-EditorialsCenter a[href*="start_upload()"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-EditorialsCenter a[href*="start_upload()"]:before,
#APP-NewsCenter a[href*="start_upload()"]:before,
#APP-EditorialsCenter a[href*="start_upload()"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#APP-EditorialsCenter a[href*="navigate(_cancel)"],
#APP-EditorialsCenter a[href*="doUnsubscribe"],
#APP-NewsCenter a[href*="navigate(_cancel)"],
#APP-NewsCenter a[href*="doUnsubscribe"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#APP-EditorialsCenter a[href*="navigate(_cancel)"]:hover,
#APP-EditorialsCenter a[href*="doUnsubscribe"]:hover,
#APP-NewsCenter a[href*="navigate(_cancel)"]:hover,
#APP-NewsCenter a[href*="doUnsubscribe"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-EditorialsCenter a[href*="navigate(_cancel)"]:before,
#APP-EditorialsCenter a[href*="doUnsubscribe"]:before,
#APP-NewsCenter a[href*="navigate(_cancel)"]:before,
#APP-NewsCenter a[href*="doUnsubscribe"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-EditorialsCenter a[href*="navigate(_cancel)"]:hover:before,
#APP-EditorialsCenter a[href*="doUnsubscribe"]:hover:before,
#APP-NewsCenter a[href*="navigate(_cancel)"]:hover:before,
#APP-NewsCenter a[href*="doUnsubscribe"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-EditorialsCenter a[href*="navigate(_cancel)"]:after,
#APP-EditorialsCenter a[href*="doUnsubscribe"]:after,
#APP-NewsCenter a[href*="navigate(_cancel)"]:after,
#APP-NewsCenter a[href*="doUnsubscribe"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

.treatment-edit .buttons-outer span.button.main a {
  margin-right: 10px !important;
}

.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"],
.grid-content-zone .buttons-outer .buttons-outer-right a.postaction,
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="doPrintList"],
.treatment-edit .buttons-outer-right a[href*="app/print"],
.treatment-edit .buttons-outer-right a.postaction,
.treatment-edit .buttons-outer-right a[href*="doPrintList"] {
  text-decoration: none;
  margin-right: 10px;
  position: relative;
  z-index: +1;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"]:before,
.grid-content-zone .buttons-outer .buttons-outer-right a.postaction:before,
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="doPrintList"]:before,
.treatment-edit .buttons-outer-right a[href*="app/print"]:before,
.treatment-edit .buttons-outer-right a.postaction:before,
.treatment-edit .buttons-outer-right a[href*="doPrintList"]:before {
  content: "\e935";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
  opacity: 1;
  background-color: transparent;
  top: 9px;
  left: -4px;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"] img,
.grid-content-zone .buttons-outer .buttons-outer-right a.postaction img,
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="doPrintList"] img,
.treatment-edit .buttons-outer-right a[href*="app/print"] img,
.treatment-edit .buttons-outer-right a.postaction img,
.treatment-edit .buttons-outer-right a[href*="doPrintList"] img {
  display: none;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"]:hover,
.grid-content-zone .buttons-outer .buttons-outer-right a.postaction:hover,
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="doPrintList"]:hover,
.treatment-edit .buttons-outer-right a[href*="app/print"]:hover,
.treatment-edit .buttons-outer-right a.postaction:hover,
.treatment-edit .buttons-outer-right a[href*="doPrintList"]:hover {
  border: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"]:after,
.grid-content-zone .buttons-outer .buttons-outer-right a.postaction:after,
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="doPrintList"]:after,
.treatment-edit .buttons-outer-right a[href*="app/print"]:after,
.treatment-edit .buttons-outer-right a.postaction:after,
.treatment-edit .buttons-outer-right a[href*="doPrintList"]:after {
  content: "";
  background-color: #e0e0e0;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -2px;
  left: -5px;
  z-index: -1;
  border-radius: 5px;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="app/print"]:hover:after,
.grid-content-zone .buttons-outer .buttons-outer-right a.postaction:hover:after,
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="doPrintList"]:hover:after,
.treatment-edit .buttons-outer-right a[href*="app/print"]:hover:after,
.treatment-edit .buttons-outer-right a.postaction:hover:after,
.treatment-edit .buttons-outer-right a[href*="doPrintList"]:hover:after {
  transform: scale(1);
  opacity: 1;
}

.treatment-edit .buttons-outer-right a[href*="app/print"]:before,
.treatment-edit .buttons-outer-right a.postaction:before,
.treatment-edit .buttons-outer-right a[href*="doPrintList"]:before {
  top: 10px;
  left: 3px;
}
.treatment-edit .buttons-outer-right a[href*="app/print"]:after,
.treatment-edit .buttons-outer-right a.postaction:after,
.treatment-edit .buttons-outer-right a[href*="doPrintList"]:after {
  top: -2px;
}

.buttons-outer .buttons-outer-right select {
  margin-bottom: 6px;
}

.lightbox-content.fakelightbox-content .title.has-thumbnail .thumbnail {
  background: no-repeat;
}

.lightbox-content.fakelightbox-content .popup-menu-handler.handler-buttons.popup-menu-handler-split a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.lightbox-content.fakelightbox-content .popup-menu-handler.handler-buttons.popup-menu-handler-split a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.lightbox-content.fakelightbox-content .popup-menu-handler.handler-buttons.popup-menu-handler-split a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.lightbox-content.fakelightbox-content .popup-menu-handler.handler-buttons.popup-menu-handler-split a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-EditorialsCenter a[href*="doExecuteBeforeUploadFile"],
#APP-NewsCenter a[href*="doExecuteBeforeUploadFile"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
#APP-EditorialsCenter a[href*="doExecuteBeforeUploadFile"]:hover:before,
#APP-NewsCenter a[href*="doExecuteBeforeUploadFile"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-EditorialsCenter a[href*="doExecuteBeforeUploadFile"]:before,
#APP-NewsCenter a[href*="doExecuteBeforeUploadFile"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#APP-EditorialsCenter a[href*="Filecenter"],
#APP-NewsCenter a[href*="Filecenter"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#APP-EditorialsCenter a[href*="Filecenter"]:hover,
#APP-NewsCenter a[href*="Filecenter"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-EditorialsCenter a[href*="Filecenter"]:before,
#APP-NewsCenter a[href*="Filecenter"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-EditorialsCenter a[href*="Filecenter"]:hover:before,
#APP-NewsCenter a[href*="Filecenter"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-EditorialsCenter a[href*="doExecuteBeforeValidationRequest"],
#APP-NewsCenter a[href*="doExecuteBeforeValidationRequest"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
}
#APP-EditorialsCenter a[href*="doExecuteBeforeValidationRequest"]:hover,
#APP-NewsCenter a[href*="doExecuteBeforeValidationRequest"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-EditorialsCenter a[href*="doExecuteBeforeValidationRequest"]:before,
#APP-NewsCenter a[href*="doExecuteBeforeValidationRequest"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-EditorialsCenter a[href*="doExecuteBeforeValidationRequest"]:hover:before,
#APP-NewsCenter a[href*="doExecuteBeforeValidationRequest"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-EditorialsCenter a[href*="doExecuteBeforeValidationRequest"]:after,
#APP-NewsCenter a[href*="doExecuteBeforeValidationRequest"]:after {
  content: "\e93d";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 4px;
}

#APP-EditorialsCenter a[href*="ddmmyyyy"],
#APP-NewsCenter a[href*="ddmmyyyy"] {
  width: 40px;
  height: inherit;
  box-shadow: none;
  background: none !important;
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
#APP-EditorialsCenter a[href*="ddmmyyyy"]:hover,
#APP-NewsCenter a[href*="ddmmyyyy"]:hover {
  border: 0;
}
#APP-EditorialsCenter a[href*="ddmmyyyy"]:before,
#APP-NewsCenter a[href*="ddmmyyyy"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 113, 194, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
#APP-EditorialsCenter a[href*="ddmmyyyy"]:hover:before,
#APP-NewsCenter a[href*="ddmmyyyy"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
#APP-EditorialsCenter a[href*="ddmmyyyy"]:after,
#APP-NewsCenter a[href*="ddmmyyyy"]:after {
  content: "\e936";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
#APP-EditorialsCenter a[href*="ddmmyyyy"] img,
#APP-NewsCenter a[href*="ddmmyyyy"] img {
  display: none;
}

#PNL-WdrFolders .grid-detail-zone,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  width: auto;
  align-items: center;
}

#PNL-WdrFolders .grid-detail-zone .detail,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail {
  display: flex;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 200px;
  height: 100px;
  justify-content: center;
  transition: all ease-in-out 0.2s;
}
#PNL-WdrFolders .grid-detail-zone .detail:hover,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail:hover {
  background-color: #FFFFFF;
}
#PNL-WdrFolders .grid-detail-zone .detail > table,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail > table {
  width: 100%;
  height: 100%;
}
#PNL-WdrFolders .grid-detail-zone .detail > table > tbody > tr:first-child,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail > table > tbody > tr:first-child {
  height: 74px;
}
#PNL-WdrFolders .grid-detail-zone .detail > table > tbody > tr:nth-child(2),
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail > table > tbody > tr:nth-child(2) {
  height: 24px;
}
#PNL-WdrFolders .grid-detail-zone .detail > table > tbody > tr:nth-child(2) > td,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail > table > tbody > tr:nth-child(2) > td {
  position: relative;
}
#PNL-WdrFolders .grid-detail-zone .detail > table > tbody > tr:nth-child(2) > td a,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail > table > tbody > tr:nth-child(2) > td a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#PNL-WdrFolders .grid-detail-zone .detail > table > tbody > tr:nth-child(2) > td a:hover,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail > table > tbody > tr:nth-child(2) > td a:hover {
  border: 0 !important;
}
#PNL-WdrFolders .grid-detail-zone .detail .image-zone,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail .image-zone {
  text-align: center;
  border-bottom: 1px dashed #cccccc;
  position: relative;
}
#PNL-WdrFolders .grid-detail-zone .detail .image-zone a,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail .image-zone a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#PNL-WdrFolders .grid-detail-zone .detail .image-zone a img,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail .image-zone a img {
  z-index: +1;
  max-height: 60px;
  max-width: 190px;
}
#PNL-WdrFolders .grid-detail-zone .detail .title-zone,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail .title-zone {
  text-align: center;
}
#PNL-WdrFolders .grid-detail-zone .detail .title-zone a,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail .title-zone a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#PNL-WdrFolders .grid-detail-zone .detail .title-zone a:hover,
#APP-webdrive #PNL-WdrCategory .grid-detail-zone .detail .title-zone a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}

#cboxWrapper #cboxContent .cboxPhoto {
  width: 100%;
  height: 100%;
}

#APP-EditorialsCenter a[href*="dateRemover"],
#APP-NewsCenter a[href*="dateRemover"] {
  width: 40px;
  height: inherit;
  box-shadow: none;
  background: none !important;
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
#APP-EditorialsCenter a[href*="dateRemover"]:hover,
#APP-NewsCenter a[href*="dateRemover"]:hover {
  border: 0;
}
#APP-EditorialsCenter a[href*="dateRemover"]:before,
#APP-NewsCenter a[href*="dateRemover"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(209, 0, 59, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
#APP-EditorialsCenter a[href*="dateRemover"]:hover:before,
#APP-NewsCenter a[href*="dateRemover"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
#APP-EditorialsCenter a[href*="dateRemover"]:after,
#APP-NewsCenter a[href*="dateRemover"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eb003b;
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
#APP-EditorialsCenter a[href*="dateRemover"] img,
#APP-NewsCenter a[href*="dateRemover"] img {
  display: none;
}

#APP-NewsCenter a[href*="doValidate"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#APP-NewsCenter a[href*="doValidate"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-NewsCenter a[href*="doValidate"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-NewsCenter a[href*="doValidate"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-NewsCenter a[href*="doValidate"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  color: #70bf00;
  position: absolute;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

#APP-NewsCenter a[href*="doSave"],
#APP-EditorialsCenter a[href*="doSave"],
#APP-NewsCenter a[href*="doSubscribe"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#APP-NewsCenter a[href*="doSave"]:hover,
#APP-EditorialsCenter a[href*="doSave"]:hover,
#APP-NewsCenter a[href*="doSubscribe"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-NewsCenter a[href*="doSave"]:before,
#APP-EditorialsCenter a[href*="doSave"]:before,
#APP-NewsCenter a[href*="doSubscribe"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-NewsCenter a[href*="doSave"]:hover:before,
#APP-EditorialsCenter a[href*="doSave"]:hover:before,
#APP-NewsCenter a[href*="doSubscribe"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-NewsCenter a[href*="doSave"]:after,
#APP-EditorialsCenter a[href*="doSave"]:after,
#APP-NewsCenter a[href*="doSubscribe"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  color: #70bf00;
  position: absolute;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

.treatment-edit #topbuttons {
  margin-bottom: 25px;
}

.treatment-edit .action-header a,
.treatment-edit .action-history a,
.treatment-edit .action-sendinformationmail a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.treatment-edit .action-header a:hover,
.treatment-edit .action-history a:hover,
.treatment-edit .action-sendinformationmail a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.treatment-edit .action-header a:before,
.treatment-edit .action-history a:before,
.treatment-edit .action-sendinformationmail a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.treatment-edit .action-header a:hover:before,
.treatment-edit .action-history a:hover:before,
.treatment-edit .action-sendinformationmail a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.treatment-edit .action-Accepter a,
.treatment-edit .action-Refuser a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
.treatment-edit .action-Accepter a:hover,
.treatment-edit .action-Refuser a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.treatment-edit .action-Accepter a:before,
.treatment-edit .action-Refuser a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.treatment-edit .action-Accepter a:hover:before,
.treatment-edit .action-Refuser a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.treatment-edit .action-Accepter a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #70bf00;
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.treatment-edit .action-Refuser a:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

.treatment-edit .action-abort a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.treatment-edit .action-abort a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.treatment-edit .action-abort a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.treatment-edit .action-abort a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.treatment-edit .date-field,
.treatment-edit .time-field {
  display: inline-block;
}

.treatment-edit .datetime-field .postaction {
  font-size: 24px;
  line-height: 38px;
  width: 40px;
  height: inherit;
  box-shadow: none;
  background: none !important;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: none;
  position: relative;
}
.treatment-edit .datetime-field .postaction:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(224, 127, 0, 0.2);
}
.treatment-edit .datetime-field .postaction:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.treatment-edit .datetime-field .postaction:after {
  content: "\e932";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff7b00;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
}
.treatment-edit .datetime-field .postaction img {
  display: none;
}

.treatment-edit .table-border .cell-right {
  padding: 8px 30px;
  vertical-align: middle;
}

.treatment-edit .fileinputcomponent .buttonlike {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: 20px;
}
.treatment-edit .fileinputcomponent .buttonlike:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.treatment-edit .fileinputcomponent .buttonlike:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.treatment-edit .fileinputcomponent .buttonlike:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .fileinputcomponent .dropfiles-helper {
  font-size: 18px;
  font-weight: normal;
  padding-left: 5px;
  color: #bbb;
  margin-top: 10px;
  display: block;
}

.treatment-edit #zone1 .section.section-highlighted {
  border-left: 4px solid #eb003b;
}

.treatment-edit .section.subsection .section-header {
  padding: 8px 30px;
}

.treatment-edit .section.subsection .section-header .text-style1 {
  border-bottom: 5px solid #cccccc;
  margin-bottom: 20px;
  background-color: transparent;
  padding: 8px 0;
}
.treatment-edit .section.subsection .section-header .text-style1 span {
  font-size: 22px;
  font-weight: 500;
  color: #666666;
}

.treatment-edit .auto-size-field {
  width: 100%;
}

.treatment-edit .action-history > table > tbody > tr > td {
  padding: 5px 10px;
}
.treatment-edit .action-history > table > tbody > tr > td .action-summary {
  padding: 15px 20px 15px;
  background: #f7f7f7;
  margin-bottom: 20px;
  margin-top: 20px;
}

.treatment-edit .cell-left label {
  font-size: 18px;
  font-weight: 700 !important;
  display: inline-block;
  color: #666666;
  padding: 0 2px;
}

.information_mail-create .table-border .cell1 label,
.document-delegate .table-border .cell1 label {
  font-weight: 700;
}

.treatment-edit .buttons-outer .action-Envoyer a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 25px;
}
.treatment-edit .buttons-outer .action-Envoyer a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .buttons-outer .action-Envoyer a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.treatment-edit .buttons-outer .action-Envoyer a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 5px;
}
.treatment-edit .buttons-outer .action-Envoyer a:hover:after {
  opacity: 1;
}

.treatment-edit .zone3 .header-border .header-border .table-border {
  padding: 0 60px;
}
.treatment-edit .zone3 .header-border .header-border .table-border > tbody > tr > td {
  background-color: #f0f0f0;
  padding: 30px 16px;
  vertical-align: initial;
}

.child-resource-edit .application > table > tbody > tr:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.6);
}

.child-resource-edit .container > .outer-right-bottom:first-child {
  margin: 50px 250px;
}

.child-resource-edit .outer-right-bottom:first-child .outerzone1 .zone1:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  border-bottom: 0;
  margin: 0;
  padding: 20px 0 10px 0;
}

.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons {
  margin-bottom: 25px;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-previous.disabled,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-next.disabled {
  background-color: #70bf00;
  font-size: 16px;
  color: #FFFFFF;
  padding: 11px 10px;
  height: 36px;
  line-height: 23px;
  opacity: 0.30;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 10px;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-delete span span:before {
  content: '';
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-previous a,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-next a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-previous a:hover,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-next a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-previous a:before,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-next a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-previous a:hover:before,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 #topbuttons .action-next a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section.section-highlighted {
  border-left: 4px solid #eb003b;
}

.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-2,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-4 {
  display: inline-block;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .short-field {
  margin-bottom: 10px;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1 a,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-2 a,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-4 a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  display: block;
  height: 30px;
  line-height: 7px;
  margin-right: 10px;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1 a:hover,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-2 a:hover,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-4 a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1 a:before,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-2 a:before,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-4 a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1 a:hover:before,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-2 a:hover:before,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .action--1-4 a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .section-content .cell-right {
  padding: 8px 10px;
}

.child-resource-edit .test td.entry-inline {
  display: inline-block;
}

.child-resource-edit label {
  font-size: 18px;
  line-height: 27px;
  color: #666666;
}

.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .section-highlighted .section-content .cell-left {
  text-align: left !important;
  color: #666666;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  padding: 8px 10px !important;
}

.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .action-close a {
  padding-left: 10px;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .action-close a:after {
  content: '';
}

.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .action-new a,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .action-newCopy a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .action-new a:hover:before,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .action-newCopy a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .action-new a:before,
.child-resource-edit .outer-right-bottom:first-child .outerzone3 .zone3 .action-newCopy a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.child-resource-edit .section-content {
  padding: 0 25px;
}

.child-resource-edit .cell-right span.vui-combobox.vui-combobox-single.vui-combobox-auto:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #cccccc;
  margin-top: 7px;
  margin-left: 8px;
  font-size: 20px;
  z-index: +1;
  transform: rotate(90deg);
}
.child-resource-edit .cell-right span.vui-combobox.vui-combobox-single.vui-combobox-auto input.vui-combobox-input-autocomplete {
  width: 300px !important;
}
.child-resource-edit .cell-right span.vui-combobox.vui-combobox-single.vui-combobox-auto img.vui-combobox-opener {
  background-image: none;
  height: 38px;
  width: 38px;
  border: 1px solid #cccccc;
  border-left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all ease-out 0.15s;
  position: absolute;
  z-index: 1;
  vertical-align: top !important;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.child-resource-edit .cell-right textarea {
  width: 100%;
}

.treatment-edit .action-Terminer-la-saisie a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
.treatment-edit .action-Terminer-la-saisie a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .action-Terminer-la-saisie a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.treatment-edit .action-Demander-la-saisie a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
.treatment-edit .action-Demander-la-saisie a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .action-Demander-la-saisie a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PLT-AXLogin td.header-level1 {
  display: none;
}

#PLT-AXLogin a[href*="CreateAccount"],
#PLT-AXLogin a[href*="LostPasswordAction"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #007ed9;
  position: relative;
  height: 38px;
  margin-left: 5px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 5px;
}
#PLT-AXLogin a[href*="CreateAccount"]:hover:before,
#PLT-AXLogin a[href*="LostPasswordAction"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXLogin a[href*="CreateAccount"]:before,
#PLT-AXLogin a[href*="LostPasswordAction"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PLT-AXLogin a[href*="logon()"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-left: 5px;
}
#PLT-AXLogin a[href*="logon()"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXLogin a[href*="logon()"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PNL-CreateAccount a[href*="doSend"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 35px;
  margin-right: 10px;
}
#PNL-CreateAccount a[href*="doSend"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-CreateAccount a[href*="doSend"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-CreateAccount a[href*="doSend"]:after {
  content: "\e929";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: absolute;
  top: 9px;
  left: 11px;
}

#PNL-InitializePassword .wizzard > table:first-child > tbody,
#PNL-CreateAccount .wizzard > table:first-child > tbody {
  vertical-align: top;
}
#PNL-InitializePassword .wizzard > table:first-child > tbody > tr:first-child > td:first-child,
#PNL-CreateAccount .wizzard > table:first-child > tbody > tr:first-child > td:first-child {
  padding-right: 70px;
}
#PNL-InitializePassword .wizzard > table:first-child > tbody a[href*="doLost"],
#PNL-CreateAccount .wizzard > table:first-child > tbody a[href*="doLost"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
#PNL-InitializePassword .wizzard > table:first-child > tbody a[href*="doLost"]:hover:before,
#PNL-CreateAccount .wizzard > table:first-child > tbody a[href*="doLost"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-InitializePassword .wizzard > table:first-child > tbody a[href*="doLost"]:before,
#PNL-CreateAccount .wizzard > table:first-child > tbody a[href*="doLost"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PNL-lostPassword a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
#PNL-lostPassword a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-lostPassword a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PLT-AXLogin .buttons-outer:last-child > span {
  display: inline-block;
  margin-top: 10px;
}

#PLT-VDOCApplications a[href*="portal/app/editorials"] {
  /*font-weight: 500;
  color: $blue;
  background-color: transparent;
  padding: 0;
  border-radius: $b-radius-null;

  &:hover:before {
    opacity: 0;
  }*/
}

.catalog-access .menu .outerzone3 .zone3 .header-border .menu-inactive {
  background-color: #f7f7f7;
  padding: 11px 22px 13px;
  border-left: 4px solid #eb003b;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
.catalog-access .menu .outerzone3 .zone3 .header-border .submenu-content-zone {
  padding: 30px 0;
}
.catalog-access .menu .outerzone3 .zone3 .header-border .submenu-active a {
  font-weight: 700;
  pointer-events: none;
  width: 100%;
  display: block;
  height: auto;
  line-height: 44px;
  text-align: left;
  padding: 0 0 0 15px;
  color: #4d4d4d;
  cursor: pointer;
  border: none;
  position: relative;
  font-size: 18px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.catalog-access .menu .outerzone3 .zone3 .header-border .submenu a {
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 15px;
  text-align: left;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
.catalog-access .menu .outerzone3 .zone3 .header-border .submenu a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.catalog-access .menu .outerzone3 .zone3 .header-border .submenu a:hover:before {
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.05s linear;
}
.catalog-access .menu .outerzone3 .zone3 .header-border .submenu a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  content: "\e910";
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
.catalog-access .menu .outerzone3 .zone3 .header-border .submenu a:hover:after {
  opacity: 0.7;
  transform: translateX(0);
}

#APP-NewsCenter form[method="GET"] {
  margin: 0;
}

#APP-NewsCenter .tabnav2 .content-active {
  margin-right: 10px;
}

.treatment-edit .detail-main .actions {
  width: 1%;
  white-space: nowrap;
  padding: 0;
}
.treatment-edit .detail-main .actions .popup-menu-handler {
  float: left;
  margin-right: 5px;
  width: 40px;
  position: relative;
  height: 40px;
  border-radius: 5px;
  background-image: none;
  line-height: inherit;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  white-space: nowrap;
  color: #bbb;
  font-weight: normal;
}
.treatment-edit .detail-main .actions .popup-menu-handler .button-imgl {
  display: none;
}
.treatment-edit .detail-main .title a {
  text-decoration: none;
  color: #007ed9;
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}
.treatment-edit .detail-main .title a:hover {
  border-bottom: 1px solid #007bc2;
}
.treatment-edit .detail-main .title a h4 {
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  margin: 2px 0;
  display: inline-block;
}
.treatment-edit .detail-main .title a h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.treatment-edit .detail-main .title a p {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  margin: 4px 0;
}

.extended-upload .ctlimage {
  max-width: 210px;
}
.extended-upload .ctlimage img {
  max-width: 100%;
}

.popup-menu {
  border-radius: 4px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  border: 0;
  background-color: #FFFFFF;
  z-index: +3;
}
.popup-menu ul {
  margin: 5px;
  min-width: 210px;
  padding: 0;
  list-style: none;
  display: block;
}
.popup-menu ul li a {
  color: #333333;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  border: none;
  display: block;
  height: auto;
  line-height: inherit;
  background-color: #FFFFFF;
}
.popup-menu ul li a:hover {
  border: 0;
  color: #000;
  background-color: #EFEFEF;
}

#image-crop-navigation a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007ed9;
}
#image-crop-navigation a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}
#image-crop-navigation a:hover {
  border-bottom: 1px solid #007ed9;
}

#ToolTip.tooltip {
  background-color: #FFFFFF;
  border-radius: 0;
  color: #000;
  font-size: 12px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
#ToolTip.tooltip:after {
  content: none;
  border-color: transparent;
}

.treatment-edit #zone1:first-child .section.section-highlighted {
  border-left: 4px solid #eb003b;
  margin-bottom: 30px;
}

.treatment-edit #zone1:first-child .cell-full .section.section {
  border: 0;
}

.treatment-edit #zone1:first-child .section.subsection {
  border-left: 0;
  margin-bottom: 0;
}

.action-Modifier a, .action-Archiver a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.action-Modifier a:hover, .action-Archiver a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-Modifier a:before, .action-Archiver a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-Modifier a:hover:before, .action-Archiver a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.vui-combobox-input-autocomplete {
  padding-top: 10px;
  min-height: 39px !important;
}

img.vui-combobox-opener {
  display: inline-block;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-image: radial-gradient(#4d4d4d 50%, transparent 50%), radial-gradient(#4d4d4d 50%, transparent 50%), radial-gradient(#4d4d4d 50%, transparent 50%);
  background-size: 4px 4px;
  background-position: 11px 16px, 16px 16px, 21px 16px;
  cursor: pointer;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #cccccc;
  border-left: 0;
  min-height: 38px !important;
  min-width: 38px;
  vertical-align: middle;
  transition: all ease-out 0.1s;
}
img.vui-combobox-opener:hover {
  background-color: #FFFFFF;
  color: #4d4d4d;
}

.catalog-access .outerzone3 .zone3 #SubCategory .text-style1.text-highlighted {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  position: relative;
  display: inline-block;
  border: 0;
  color: #007ed9;
  padding: 10px;
}
.catalog-access .outerzone3 .zone3 #SubCategory .text-style1.text-highlighted:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  left: 0;
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 113, 194, 0.15);
  opacity: 1;
  transform: scale(1);
  height: calc(100% - 8px);
  top: 4px;
}

.catalog-access .outerzone3 .zone3 #SubCategory .grid-content-zone li {
  display: inline-block;
}

.catalog-access .outerzone3 .zone3 #SubCategory a {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #4d4d4d;
  border: none;
  position: relative;
  display: inline-block;
  border: 0;
  padding: 0 10px;
  text-decoration: none;
}
.catalog-access .outerzone3 .zone3 #SubCategory a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  height: calc(100% - 8px);
  top: 4px;
}
.catalog-access .outerzone3 .zone3 #SubCategory a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

.catalog-access .tabnav2 .content-active,
#APP-NewsCenter .tabnav2 .content-active,
#APP-EditorialsCenter .tabnav2 .content-active,
.EzsSite-browse .tabnav2 .content-active {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  display: inline-block;
  border: 0;
  color: #4d4d4d;
  padding: 0 8px 0;
  margin-right: 5px;
}
.catalog-access .tabnav2 .content-active:before,
#APP-NewsCenter .tabnav2 .content-active:before,
#APP-EditorialsCenter .tabnav2 .content-active:before,
.EzsSite-browse .tabnav2 .content-active:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.12);
}

.treatment_class-create_treatment .application > table > tbody > tr:nth-child(2) > td:first-child,
.version_group-create_treatment .application > table > tbody > tr:nth-child(2) > td:first-child {
  background-color: #e6e6e6;
}

.treatment_class-create_treatment .outerzone1,
.version_group-create_treatment .outerzone1 {
  padding: 0 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.treatment_class-create_treatment .outerzone1 > table,
.version_group-create_treatment .outerzone1 > table {
  font-weight: 600;
  border: 0;
  padding: 15px 0;
}

.treatment_class-create_treatment .outer-right-bottom .outer-left-top,
.version_group-create_treatment .outer-right-bottom .outer-left-top {
  background-color: transparent;
}
.treatment_class-create_treatment .outer-right-bottom .outer-left-top .portlet,
.version_group-create_treatment .outer-right-bottom .outer-left-top .portlet {
  background-color: transparent;
}

/*.treatment_class-create_treatment .outerzone3,*/
.version_group-create_treatment .outerzone3 {
  background-color: transparent !important;
  margin-top: 30px;
}

.treatment_class-create_treatment .outerzone3 .table-border td.cell-left,
.version_group-create_treatment .outerzone3 .table-border td.cell-left {
  vertical-align: bottom;
  text-align: right;
  padding: 16px 8px;
}
.treatment_class-create_treatment .outerzone3 .table-border td.cell-left > span,
.version_group-create_treatment .outerzone3 .table-border td.cell-left > span {
  font-weight: normal;
  position: relative;
  margin-top: 8px;
  display: block;
}
.treatment_class-create_treatment .outerzone3 .table-border td.cell-left > span label:after,
.version_group-create_treatment .outerzone3 .table-border td.cell-left > span label:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: -6px;
  top: -3px;
  border-radius: 50%;
  background-color: #eb003b;
}

.treatment_class-create_treatment #zone1 > table > tbody > tr,
.treatment_class-create_treatment #zone1 > table > tbody,
.version_group-create_treatment #zone1 > table > tbody > tr,
.version_group-create_treatment > table > tbody {
  background-color: transparent;
}

.treatment_class-create_treatment #zone1 > table > tbody > tr > td:nth-child(2),
.version_group-create_treatment #zone1 > table > tbody > tr > td:nth-child(2) {
  background-color: #FFFFFF;
  padding: 16px 8px;
}

.treatment_class-create_treatment .buttons-outer,
.version_group-create_treatment .buttons-outer {
  margin-top: 30px;
}
.treatment_class-create_treatment .buttons-outer .action-next a,
.version_group-create_treatment .buttons-outer .action-next a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
.treatment_class-create_treatment .buttons-outer .action-next a:hover:before,
.version_group-create_treatment .buttons-outer .action-next a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment_class-create_treatment .buttons-outer .action-next a:before,
.version_group-create_treatment .buttons-outer .action-next a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.treatment-edit img.vui-combobox-opener {
  margin-left: 0;
}

.treatment-edit .action-Demarrer a,
.treatment-edit .action-Cloturer a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
.treatment-edit .action-Demarrer a:hover:before,
.treatment-edit .action-Cloturer a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .action-Demarrer a:before,
.treatment-edit .action-Cloturer a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.files a.buttonlike {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  display: inline-block;
  line-height: 18px;
}
.files a.buttonlike:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.files a.buttonlike:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.files a.buttonlike:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.files .dropfiles-helper {
  font-size: 18px;
  font-weight: normal;
  padding-left: 5px;
  color: #bbb;
  margin-top: 10px;
  display: block;
}

.treatment-edit .handler-selectall {
  position: absolute;
  margin-left: 63px;
  margin-top: -18px;
  z-index: 2;
}

.treatment-edit .action-Retour a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.treatment-edit .action-Retour a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.treatment-edit .action-Retour a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.treatment-edit .action-Retour a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.treatment-edit .action-Valider a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
.treatment-edit .action-Valider a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .action-Valider a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.pager {
  display: flex !important;
  /*  .itemsperpage,
    .items {
      display: inline !important;
    }*/
}
.pager .browser {
  display: block;
  margin-top: 4px;
}

.DirUser-edit .pager .browser {
  margin-top: 0;
}
.DirUser-edit .pager .browser a {
  margin-top: 0;
}
.DirUser-edit .pager .browser > td {
  float: left;
}
.DirUser-edit .pager .browser strong {
  line-height: 38px;
  height: 38px;
}

.DirUser-edit .pager .browser a[title] {
  margin-top: 0;
}

.DirUser-edit .popup-menu-handler.handler-row.popup-menu-handler-single,
.DirUser-edit .popup-menu-handler.handler-row.popup-menu-handler-split {
  margin-top: 0;
}

.pager .browser strong {
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  line-height: 42px;
  font-weight: normal;
  pointer-events: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  background: transparent !important;
  text-align: center;
  color: #4d4d4d !important;
  overflow: hidden;
  height: 38px;
  width: 38px;
  margin-top: -5px;
  margin-right: 10px;
}
.pager .browser a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  margin-left: 2px;
  border-radius: 5px;
  background: transparent !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #4d4d4d !important;
  overflow: hidden;
  text-decoration: none;
  height: 38px;
  margin-right: 10px;
  margin-top: -4px;
}
.pager .browser a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  transform: scale(0.8);
  transition: all 0.1s linear;
  opacity: 0;
}
.pager .browser a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.pager .browser a[title] {
  border: 1px solid #cccccc;
  background-color: #ededed !important;
  color: #4d4d4d;
  font-size: 0;
  transition: all ease-out 0.1s;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-top: -4px;
  border-bottom: 1px solid #cccccc;
}
.pager .browser a[title]:hover {
  background-color: transparent !important;
}
.pager .browser a[title]:before {
  content: '';
  height: 12px;
  width: 2px;
  background-color: transparent;
}
.pager .browser a[title*="Premi"]:before {
  content: '';
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  top: 12px;
  left: 14px;
}
.pager .browser a[title*="Premi"]:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -1px;
  left: 1px;
  width: 100%;
  font-size: 24px;
}
.pager .browser a[title*="dente"]:after {
  content: "\e910";
  transform: rotate(180deg);
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  font-size: 24px;
}
.pager .browser a[title*="suivante"]:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -1px;
  left: 1px;
  width: 100%;
  font-size: 24px;
}
.pager .browser a[title*="Derni"]:before {
  content: "";
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  right: 14px;
  left: inherit;
  top: 12px;
}
.pager .browser a[title*="Derni"]:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  font-size: 24px;
}

.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-single a:after,
.screen.platform.vui-screen-explorer .popup-menu-handler.handler-row.popup-menu-handler-split a:after {
  top: 0;
}

#APP-NewsCenter .menu .outerzone3 .inner .menu-active,
#APP-EditorialsCenter .menu .outerzone3 .inner .menu-active {
  font-weight: 700;
  pointer-events: none;
  width: 100%;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: left;
  padding: 0 0 0 15px;
  color: #4d4d4d;
  cursor: pointer;
  border: none;
  position: relative;
  font-size: 18px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
#APP-NewsCenter .menu .outerzone3 .inner .menu-inactive a,
#APP-EditorialsCenter .menu .outerzone3 .inner .menu-inactive a {
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 0 0 15px;
  text-align: left;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#APP-NewsCenter .menu .outerzone3 .inner .menu-inactive a:before,
#APP-EditorialsCenter .menu .outerzone3 .inner .menu-inactive a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
#APP-NewsCenter .menu .outerzone3 .inner .menu-inactive a:hover:before,
#APP-EditorialsCenter .menu .outerzone3 .inner .menu-inactive a:hover:before {
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.05s linear;
}
#APP-NewsCenter .menu .outerzone3 .inner .menu-inactive a:after,
#APP-EditorialsCenter .menu .outerzone3 .inner .menu-inactive a:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
#APP-NewsCenter .menu .outerzone3 .inner .menu-inactive a:hover:after,
#APP-EditorialsCenter .menu .outerzone3 .inner .menu-inactive a:hover:after {
  opacity: 0.7;
  transform: translateX(0);
}

#APP-NewsCenter a[href*="doCreate"],
#APP-EditorialsCenter a[href*="doCreate"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 35px;
  margin-right: 10px;
}
#APP-NewsCenter a[href*="doCreate"]:hover:before,
#APP-EditorialsCenter a[href*="doCreate"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-NewsCenter a[href*="doCreate"]:before,
#APP-EditorialsCenter a[href*="doCreate"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-NewsCenter a[href*="doCreate"]:after,
#APP-EditorialsCenter a[href*="doCreate"]:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 16px;
}

#APP-NewsCenter .buttons-outer,
#APP-EditorialsCenter .buttons-outer {
  margin-top: 15px;
  margin-bottom: 15px;
}

#APP-NewsCenter .grid-header1 .button a {
  display: none;
}

#APP-NewsCenter #SubCategory ul li {
  display: inline-block;
  margin: 0 10px;
}
#APP-NewsCenter #SubCategory ul li a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#APP-NewsCenter #SubCategory ul li a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}

#APP-NewsCenter .header-level5 {
  font-weight: 600;
}

#APP-NewsCenter #NewsView .header-level4 {
  font-weight: 600;
}
#APP-NewsCenter #NewsView .text-level1 {
  font-weight: normal;
}
#APP-NewsCenter #NewsView .text-level1 .text-style2 {
  font-weight: 600;
}

#APP-NewsCenter .text-link-list .text-level1 {
  font-weight: normal;
}

#APP-NewsCenter .text-link-list a {
  font-weight: 600;
}

#APP-NewsCenter .text-link-list .text-list {
  font-size: 14px;
  margin-top: 25px;
  color: gray;
}

#APP-NewsCenter #ViewingMode .grid-footer,
#APP-EditorialsCenter .grid-footer {
  float: right;
}

.grid-content-zone .buttons-outer .buttons-outer-right a[href*="news.rss"],
.treatment-edit .buttons-outer-right a[href*="news.rss"] {
  text-decoration: none;
  position: relative;
  z-index: +1;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="news.rss"]:before,
.treatment-edit .buttons-outer-right a[href*="news.rss"]:before {
  content: "\e4a0";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="news.rss"] img,
.treatment-edit .buttons-outer-right a[href*="news.rss"] img {
  display: none;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="news.rss"]:hover,
.treatment-edit .buttons-outer-right a[href*="news.rss"]:hover {
  border: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="news.rss"]:hover,
.treatment-edit .buttons-outer-right a[href*="news.rss"]:hover {
  border: 0;
}
.grid-content-zone .buttons-outer .buttons-outer-right a[href*="news.rss"]:after,
.treatment-edit .buttons-outer-right a[href*="news.rss"]:after {
  content: "";
  background-color: #e0e0e0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: -5px;
  top: -10px;
  z-index: -1;
  border-radius: 5px;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.treatment-edit .action-Publier a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
.treatment-edit .action-Publier a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .action-Publier a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.treatment-edit .action-Retourner-au-redacteur a {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #007ed9;
  position: relative;
  height: 38px;
  margin-left: 5px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 10px;
}
.treatment-edit .action-Retourner-au-redacteur a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .action-Retourner-au-redacteur a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#APP-NewsCenter .grid-footer {
  padding-bottom: 30px;
}

.action-delegate-treatment a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.action-delegate-treatment a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-delegate-treatment a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-delegate-treatment a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

/*// display filters btn on edit mode
.treatment-edit .view-header {
  margin-left: 60px;
}*/
.treatment-edit .date-field {
  white-space: nowrap;
}

/*.treatment-edit .cell2.has-title {
  white-space: nowrap;
}*/
.treatment-edit .grid-content-zone .view-header.view-has-actions .view-selection + .view-actions {
  margin-left: 130px;
}

.treatment-edit .grid-content-zone .view-header.view-has-actions .view-selection + .view-actions ~ .handler-filter-screen {
  margin-left: 8px;
}

.treatment-edit .grid-content-zone .table-border tr td.cell-header {
  vertical-align: middle;
}

.treatment-edit .grid-content-zone .table-border tr td.cell-header a {
  white-space: normal;
  display: inline-block;
}

.treatment-edit .grid-content-zone .table-border > tbody > tr > td {
  background-color: inherit !important;
  padding: 16px 8px !important;
}

.treatment-edit .grid-content-zone .table-border .date-field input[type="text"] {
  width: 120px;
}

.treatment-edit .grid-content-zone .table-border input[type="text"] {
  width: 120px !important;
}

.child-resource-edit .action-collapseAll a,
.child-resource-edit .action-expandAll a {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #007ed9;
  position: relative;
  height: 38px;
  margin-left: 5px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
}
.child-resource-edit .action-collapseAll a:hover:before,
.child-resource-edit .action-expandAll a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.child-resource-edit .action-collapseAll a:before,
.child-resource-edit .action-expandAll a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.treatment_class-create_treatment .section-content .table-border > tbody > tr:last-child td:nth-child(2) {
  vertical-align: bottom;
  padding-bottom: 8px;
}

.treatment-edit .action-browse a,
.treatment-edit .action-newbycopy a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.treatment-edit .action-browse a:hover,
.treatment-edit .action-newbycopy a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.treatment-edit .action-browse a:before,
.treatment-edit .action-newbycopy a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.treatment-edit .action-browse a:hover:before,
.treatment-edit .action-newbycopy a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.treatment-edit .vui-combobox-selected-items {
  margin-top: 10px;
}

.treatment-edit .action-preview a {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #007ed9;
  position: relative;
  height: 38px;
  margin-left: 5px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 10px;
}
.treatment-edit .action-preview a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .action-preview a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.treatment-edit .action-Demander-l-approbation a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
.treatment-edit .action-Demander-l-approbation a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .action-Demander-l-approbation a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PLT-AXContact .table-border > tbody > tr:nth-child(5) > td:nth-child(2) a:nth-child(2),
#PLT-AXContact .table-border > tbody > tr:nth-child(6) > td:nth-child(2) a:nth-child(2) {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-image: radial-gradient(#bbb 50%, transparent 50%), radial-gradient(#bbb 50%, transparent 50%), radial-gradient(#bbb 50%, transparent 50%);
  background-size: 6px 6px;
  background-position: 6px 16px, 16px 16px, 26px 16px;
  cursor: pointer;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #cccccc;
  border-left: 0;
  min-height: 38px !important;
  min-width: 38px;
  margin-left: -3px;
  vertical-align: middle;
  transition: all ease-out 0.1s;
}
#PLT-AXContact .table-border > tbody > tr:nth-child(5) > td:nth-child(2) a:nth-child(2):hover,
#PLT-AXContact .table-border > tbody > tr:nth-child(6) > td:nth-child(2) a:nth-child(2):hover {
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-AXContact .table-border > tbody > tr:nth-child(5) > td:nth-child(2) a:nth-child(2) img,
#PLT-AXContact .table-border > tbody > tr:nth-child(6) > td:nth-child(2) a:nth-child(2) img {
  display: none;
}

#PLT-AXContact a[href*="doSearch"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
#PLT-AXContact a[href*="doSearch"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXContact a[href*="doSearch"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PLT-AXContact a[href*="doInitialize"],
#PLT-AXContact a[href*="doClearhistory"],
#PLT-AXContact a[href*="doReturn"],
#PLT-AXContact .buttons-outer a[href*="seeId"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PLT-AXContact a[href*="doInitialize"]:hover,
#PLT-AXContact a[href*="doClearhistory"]:hover,
#PLT-AXContact a[href*="doReturn"]:hover,
#PLT-AXContact .buttons-outer a[href*="seeId"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-AXContact a[href*="doInitialize"]:before,
#PLT-AXContact a[href*="doClearhistory"]:before,
#PLT-AXContact a[href*="doReturn"]:before,
#PLT-AXContact .buttons-outer a[href*="seeId"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-AXContact a[href*="doInitialize"]:hover:before,
#PLT-AXContact a[href*="doClearhistory"]:hover:before,
#PLT-AXContact a[href*="doReturn"]:hover:before,
#PLT-AXContact .buttons-outer a[href*="seeId"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PLT-AXContact a[href*="popup_AXContact()"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #007ed9;
  position: relative;
  height: 38px;
  margin-left: 5px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 10px;
}
#PLT-AXContact a[href*="popup_AXContact()"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXContact a[href*="popup_AXContact()"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PLT-AXContact a[href*="comeFromHistory.value"] {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#PLT-AXContact a[href*="comeFromHistory.value"]:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}

#PLT-AXContact .header-level1-collapsed {
  background: #f7f7f7 url("../img/arrow-right.gif") left no-repeat;
  padding: 11px 30px 13px;
  border-left: 4px solid #eb003b;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 25px;
  display: block;
  margin-top: 10px;
  background-position-x: 12px;
}
#PLT-AXContact .header-level1-collapsed:hover {
  background: #e0e0e0 url("../img/arrow-bottom.gif") left no-repeat;
  background-position-x: 9px;
}

#PLT-AXContact input[type="text"] {
  margin-right: 0;
}

#PLT-AXContact .header-level1-expanded {
  background: #f7f7f7 url("../img/arrow-bottom.gif") left no-repeat;
  padding: 11px 30px 13px;
  border-left: 4px solid #eb003b;
  font-weight: 700;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  background-position-x: 9px;
}
#PLT-AXContact .header-level1-expanded:hover {
  background: #f7f7f7 url("../img/arrow-right.gif") left no-repeat;
  background-color: #e0e0e0;
  background-position-x: 12px;
}

#PLT-AXContact .buttons-outer {
  margin-bottom: 25px;
  margin-right: 6px;
  margin-top: 10px;
}

#PLT-AXContact #eczone2 #zone2 {
  padding-top: 30px;
}
#PLT-AXContact #eczone2 .text-level1.text-align1 {
  padding-left: 30px;
  vertical-align: top !important;
}
#PLT-AXContact #eczone2 .text-level1.text-align1 .text-style1 {
  font-weight: 600;
}

#PLT-ContactPopup #zone2 .text-level1.text-align1 {
  padding-left: 30px;
  vertical-align: top !important;
}
#PLT-ContactPopup #zone2 .text-level1.text-align1 .text-style1 {
  font-weight: 600;
}

#PLT-ContactPopup .action-print {
  display: block;
  margin-top: 25px;
}
#PLT-ContactPopup .action-print a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PLT-ContactPopup .action-print a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-ContactPopup .action-print a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-ContactPopup .action-print a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.EzsSite-browse .view-header.view-has-actions .view-actions .action-addPlugin a,
.EzsSite-browse .view-header.view-has-actions .view-actions .action-approveAndDisplayOnSite a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-addPlugin a:hover,
.EzsSite-browse .view-header.view-has-actions .view-actions .action-approveAndDisplayOnSite a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-addPlugin a:before,
.EzsSite-browse .view-header.view-has-actions .view-actions .action-approveAndDisplayOnSite a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-addPlugin a:hover:before,
.EzsSite-browse .view-header.view-has-actions .view-actions .action-approveAndDisplayOnSite a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-addPlugin a:before,
.EzsSite-browse .view-header.view-has-actions .view-actions .action-approveAndDisplayOnSite a:before {
  background-color: transparent;
}

.EzsSite-browse .view-header.view-has-actions .view-actions a {
  margin-right: 10px;
}
.EzsSite-browse .view-header.view-has-actions .view-actions a:before {
  background-color: transparent;
}
.EzsSite-browse .view-header.view-has-actions .view-actions a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.EzsSite-browse .view-header.view-has-actions .view-actions a img {
  display: none;
}

.EzsSite-browse .view-header.view-has-actions {
  width: 99.5%;
}

.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"]:first-child a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 35px !important;
  padding-right: 10px !important;
  margin-right: 10px;
}
.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"]:first-child a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"]:first-child a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"]:first-child a:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 16px;
  color: #FFFFFF;
}
.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"]:first-child a:hover {
  border: 0;
  background-color: #70bf00;
  color: #FFFFFF;
}

.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"] a {
  padding: 10px 10px !important;
  padding-right: 30px !important;
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"] a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"] a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"] a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsSite-browse .view-header.view-has-actions .view-actions span[class="button postaction"] a:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  position: absolute;
  transform: rotate(90deg);
  font-size: 24px;
  top: 10px;
}

.EzsSite-browse .view-header.view-has-actions .view-actions .action-up {
  float: right;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-up a {
  padding-left: 25px;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-up a:after {
  content: "\e956";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 6px;
  left: 1px;
  display: inline-block;
  vertical-align: middle;
  transform: scaleY(-1);
}
@media screen and (max-width: 1822px) {
  .EzsSite-browse .view-header.view-has-actions .view-actions .action-up {
    float: left;
    display: block;
  }
}
@media screen and (max-width: 1671px) {
  .EzsSite-browse .view-header.view-has-actions .view-actions .action-up {
    margin-top: 25px;
  }
}

.EzsSite-browse .view-header.view-has-actions .view-actions .action-down {
  float: right;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-down a {
  padding-left: 25px;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-down a:after {
  content: "\e956";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 7px;
  left: 1px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1822px) {
  .EzsSite-browse .view-header.view-has-actions .view-actions .action-down {
    float: left;
    display: block;
    margin-top: 25px;
  }
}

@media screen and (max-width: 1548px) {
  .EzsSite-browse .view-header.view-has-actions .view-actions .action-displayOnSite {
    float: left;
    margin-top: 25px;
  }
}

.EzsSite-browse .view-header.view-has-actions .view-actions .action-approve a,
.EzsSite-browse .view-header.view-has-actions .view-actions .action-displayOnSite a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-approve a:hover,
.EzsSite-browse .view-header.view-has-actions .view-actions .action-displayOnSite a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-approve a:before,
.EzsSite-browse .view-header.view-has-actions .view-actions .action-displayOnSite a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsSite-browse .view-header.view-has-actions .view-actions .action-approve a:hover:before,
.EzsSite-browse .view-header.view-has-actions .view-actions .action-displayOnSite a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.EzsSite-browse .grid-content-zone .view-header.view-has-actions .view-actions {
  margin-left: 0;
  width: 80%;
}

.EzsSite-browse .grid-content-zone .view-header.view-has-actions .view-options {
  /*  display: block;
    float: right;*/
  margin-right: 40px;
  margin-top: -8px;
}

.EzsFolder-create .action-create-only a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
.EzsFolder-create .action-create-only a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsFolder-create .action-create-only a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.EzsSite-browse .grid-content-zone .table-border:last-child a[onclick*="loadMenu"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  color: #FFFFFF;
  border: none;
  position: relative;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 30px !important;
}
.EzsSite-browse .grid-content-zone .table-border:last-child a[onclick*="loadMenu"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsSite-browse .grid-content-zone .table-border:last-child a[onclick*="loadMenu"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsSite-browse .grid-content-zone .table-border:last-child a[onclick*="loadMenu"] img {
  display: none;
}
.EzsSite-browse .grid-content-zone .table-border:last-child a[onclick*="loadMenu"]:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  position: absolute;
  transform: rotate(90deg);
  font-size: 24px;
  top: 9px;
}

.EzsPage-create .action-create-only a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
.EzsPage-create .action-create-only a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsPage-create .action-create-only a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsPage-create .action-create-only a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsPage-create .action-create-only a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  color: #70bf00;
  position: absolute;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

.EzsPage-create .action-browse {
  margin-bottom: 10px;
  display: block;
}
.EzsPage-create .action-browse a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.EzsPage-create .action-browse a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsPage-create .action-browse a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsPage-create .action-browse a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.EzsSite-browse .outer-left-top:nth-child(2) .outerzone3 .table-border tr .button:not(.action-add) a {
  margin-right: 10px;
  font-weight: bold;
  color: #4d4d4d;
}
.EzsSite-browse .outer-left-top:nth-child(2) .outerzone3 .table-border tr .button:not(.action-add) a:before {
  content: none;
}
.EzsSite-browse .outer-left-top:nth-child(2) .outerzone3 .table-border tr .button:not(.action-add) a:after {
  color: #4d4d4d;
  transform: translateY(1px) rotate(90deg);
  transition: transform 0.15s ease-out;
}
.EzsSite-browse .outer-left-top:nth-child(2) .outerzone3 .table-border tr .button:not(.action-add) a:hover:after {
  transform: translateY(3px) rotate(90deg);
}

.EzsSite-browse .ActionsMenu {
  width: auto;
  padding: 8px;
}
.EzsSite-browse .ActionsMenu ul {
  padding-left: 0;
}
.EzsSite-browse .ActionsMenu ul li a {
  color: #4d4d4d;
}
.EzsSite-browse .ActionsMenu ul li a:after {
  content: none;
}
.EzsSite-browse .ActionsMenu ul li a:before {
  background-color: #e0e0e0;
  z-index: -1;
}

.EzsPlugin-addPlugin .wizzard #zoneA .header-level4,
.EzsFolder-create .wizzard #zoneA .header-level4,
.EzsPage-create .wizzard #zoneA .header-level4,
.EzsAlias-create .wizzard #zoneA .header-level4 {
  font-weight: 600;
}

.EzsPlugin-addPlugin .action-browse a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.EzsPlugin-addPlugin .action-browse a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsPlugin-addPlugin .action-browse a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsPlugin-addPlugin .action-browse a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.EzsPlugin-addPlugin .vui-combobox-selected-items,
.EzsPlugin-edit .vui-combobox-selected-items {
  margin-top: 10px;
}

.EzsPlugin-addPlugin .action-create a,
.EzsAlias-create .action-create-only a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 35px;
  margin-right: 10px;
}
.EzsPlugin-addPlugin .action-create a:hover:before,
.EzsAlias-create .action-create-only a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsPlugin-addPlugin .action-create a:before,
.EzsAlias-create .action-create-only a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsPlugin-addPlugin .action-create a:after,
.EzsAlias-create .action-create-only a:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 16px;
}

#PNL-Nws2NewsDeniedReason a[href*="doDeny"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
#PNL-Nws2NewsDeniedReason a[href*="doDeny"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-Nws2NewsDeniedReason a[href*="doDeny"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.EzsPage-create .view-header.view-has-actions .view-actions span[title*="META"].action-create {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}
.EzsPage-create .view-header.view-has-actions .view-actions span[title*="META"].action-create a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.EzsPage-create .view-header.view-has-actions .view-actions span[title*="META"].action-create a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsPage-create .view-header.view-has-actions .view-actions span[title*="META"].action-create a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsPage-create .view-header.view-has-actions .view-actions span[title*="META"].action-create a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.EzsPage-create .view-header.view-has-actions .view-selection .handler-selectall {
  margin-top: 30px;
}

.EzsPage-create .entry-inline input[type="radio"] + label,
.EzsPlugin-addPlugin .entry-inline input[type="radio"] + label {
  width: 0;
  height: 20px;
}

img[src*="page_template.gif"],
img[src*="block_template.gif"] {
  width: 24px;
}

#PNL-SecurityRules .buttons-outer:last-child {
  margin-top: 80px;
}

.EzsSite-browse .outer-right-bottom .outerzone3 .zone3 .header-border .table-border td[nowrap=""].cell2 {
  padding: 15px 5px;
  border: #f0f0f0 solid 6px;
  background-color: #f0f0f0;
  color: #4d4d4d;
  margin-top: 30px;
  display: block;
}

#PLT-editorial .buttons-outer {
  margin-top: 30px;
}

#PLT-editorial a[href*="doCreate"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 35px;
  margin-right: 10px;
}
#PLT-editorial a[href*="doCreate"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-editorial a[href*="doCreate"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-editorial a[href*="doCreate"]:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 16px;
}

#PLT-editorial a[href*="doEdit"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PLT-editorial a[href*="doEdit"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-editorial a[href*="doEdit"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-editorial a[href*="doEdit"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-EditorialsCenter .readonly {
  font-size: 16px;
  font-weight: 600;
  color: #e0e0e0;
}

#PLT-VDOCMYDOCS .view-header .view-options,
#PLT-VDOCTODO .view-header .view-options {
  float: left;
}
#PLT-VDOCMYDOCS .view-header .pager,
#PLT-VDOCTODO .view-header .pager {
  float: left;
  display: inline-flex;
}

#PLT-VDOCMYDOCS .action-refresh a,
#PLT-VDOCTODO .action-refresh a,
#PLT-VDOCDELAYED .action-refresh a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PLT-VDOCMYDOCS .action-refresh a:hover,
#PLT-VDOCTODO .action-refresh a:hover,
#PLT-VDOCDELAYED .action-refresh a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-VDOCMYDOCS .action-refresh a:before,
#PLT-VDOCTODO .action-refresh a:before,
#PLT-VDOCDELAYED .action-refresh a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-VDOCMYDOCS .action-refresh a:hover:before,
#PLT-VDOCTODO .action-refresh a:hover:before,
#PLT-VDOCDELAYED .action-refresh a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PLT-VDOCMYDOCS .action-refresh a > span span:before,
#PLT-VDOCTODO .action-refresh a > span span:before,
#PLT-VDOCDELAYED .action-refresh a > span span:before {
  content: "\e932";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 7px;
  font-size: 20px;
  color: #666666;
  vertical-align: sub;
}

#PLT-VDOCMYDOCS .handler-filter-screen,
#PLT-VDOCTODO .handler-filter-screen {
  display: inline-block;
  width: 100%;
}

#PLT-VDOCMYDOCS .itemsperpage > span,
#PLT-VDOCTODO .itemsperpage > span {
  font-size: 15px;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-image: none !important;
  background-color: #f2f2f2;
  color: #4d4d4d;
  overflow: hidden;
  transition: all ease-out 0.1s;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-right: 5px;
}
#PLT-VDOCMYDOCS .itemsperpage > span:hover,
#PLT-VDOCTODO .itemsperpage > span:hover {
  background-color: #FFFFFF;
}
#PLT-VDOCMYDOCS .itemsperpage > span .button-imgl,
#PLT-VDOCTODO .itemsperpage > span .button-imgl {
  display: none;
}
#PLT-VDOCMYDOCS .itemsperpage > span > span,
#PLT-VDOCTODO .itemsperpage > span > span {
  order: 1;
  z-index: 3;
  background: none;
  height: inherit;
  line-height: inherit;
  padding: 0;
}
#PLT-VDOCMYDOCS .itemsperpage > span > span a,
#PLT-VDOCTODO .itemsperpage > span > span a {
  line-height: 40px;
  height: 36px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  border: none;
  text-decoration: none;
}
#PLT-VDOCMYDOCS .itemsperpage > span:after,
#PLT-VDOCTODO .itemsperpage > span:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  transform: rotate(90deg);
  font-size: 18px;
}

#PLT-VDOCMYDOCS .items,
#PLT-VDOCTODO .items {
  font-weight: 600;
  margin: 12px;
}

a[href*="doRequestValidation"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
a[href*="doRequestValidation"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
a[href*="doRequestValidation"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

a[href*="doExecuteBeforeDeny"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
a[href*="doExecuteBeforeDeny"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
a[href*="doExecuteBeforeDeny"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
a[href*="doExecuteBeforeDeny"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.image-cropresize .crop-buttons ul {
  display: inline-flex;
}

.image-cropresize .crop-buttons ul li {
  display: inline-block;
}

.image-cropresize .crop-buttons ul li:not(.first) span a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 30px;
}
.image-cropresize .crop-buttons ul li:not(.first) span a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.image-cropresize .crop-buttons ul li:not(.first) span a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.image-cropresize .crop-buttons ul li:not(.first) span a:after {
  top: 6px;
  left: 3px;
}

#PLT-AXINotesMail a[href*="doRestore"],
#PLT-AXINotesCalendar a[href*="doRestore"],
#PLT-AXINotesTodo a[href*="doRestore"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
#PLT-AXINotesMail a[href*="doRestore"]:hover,
#PLT-AXINotesCalendar a[href*="doRestore"]:hover,
#PLT-AXINotesTodo a[href*="doRestore"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-AXINotesMail a[href*="doRestore"]:before,
#PLT-AXINotesCalendar a[href*="doRestore"]:before,
#PLT-AXINotesTodo a[href*="doRestore"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-AXINotesMail a[href*="doRestore"]:hover:before,
#PLT-AXINotesCalendar a[href*="doRestore"]:hover:before,
#PLT-AXINotesTodo a[href*="doRestore"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXINotesMail a[href*="doSaveAndClose"],
#PLT-AXINotesCalendar a[href*="doSaveAndClose"],
#PLT-AXINotesTodo a[href*="doSaveAndClose"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
#PLT-AXINotesMail a[href*="doSaveAndClose"]:hover:before,
#PLT-AXINotesCalendar a[href*="doSaveAndClose"]:hover:before,
#PLT-AXINotesTodo a[href*="doSaveAndClose"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXINotesMail a[href*="doSaveAndClose"]:before,
#PLT-AXINotesCalendar a[href*="doSaveAndClose"]:before,
#PLT-AXINotesTodo a[href*="doSaveAndClose"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-AXINotesMail a[href*="doClose"],
#PLT-AXINotesCalendar a[href*="doClose"],
#PLT-AXINotesTodo a[href*="doClose"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#PLT-AXINotesMail a[href*="doClose"]:hover,
#PLT-AXINotesCalendar a[href*="doClose"]:hover,
#PLT-AXINotesTodo a[href*="doClose"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-AXINotesMail a[href*="doClose"]:before,
#PLT-AXINotesCalendar a[href*="doClose"]:before,
#PLT-AXINotesTodo a[href*="doClose"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-AXINotesMail a[href*="doClose"]:hover:before,
#PLT-AXINotesCalendar a[href*="doClose"]:hover:before,
#PLT-AXINotesTodo a[href*="doClose"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXINotesMail a[href*="doClose"]:after,
#PLT-AXINotesCalendar a[href*="doClose"]:after,
#PLT-AXINotesTodo a[href*="doClose"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
  margin: 0 12px 0 0;
}

#PLT-AXINotesMail .form-style1 .table-border .cell1,
#PLT-AXINotesCalendar .form-style1 .table-border .cell1,
#PLT-AXINotesTodo .form-style1 .table-border .cell1 {
  display: none;
}
#PLT-AXINotesMail .button.main,
#PLT-AXINotesCalendar .button.main,
#PLT-AXINotesTodo .button.main {
  float: right;
}
#PLT-AXINotesMail .button.main a,
#PLT-AXINotesCalendar .button.main a,
#PLT-AXINotesTodo .button.main a {
  line-height: 28px;
  padding: 11px 10px;
  padding-left: 25px;
}
#PLT-AXINotesMail .button.main a:after,
#PLT-AXINotesCalendar .button.main a:after,
#PLT-AXINotesTodo .button.main a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 6px;
}
#PLT-AXINotesMail .button a[href*="doRestore"],
#PLT-AXINotesCalendar .button a[href*="doRestore"],
#PLT-AXINotesTodo .button a[href*="doRestore"] {
  padding-left: 25px;
}
#PLT-AXINotesMail .button a[href*="doRestore"]:after,
#PLT-AXINotesCalendar .button a[href*="doRestore"]:after,
#PLT-AXINotesTodo .button a[href*="doRestore"]:after {
  content: "\e14b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 6px;
}

#APP-webdrive .menu .outerzone3 .inner .menu-active {
  font-weight: 700;
  pointer-events: none;
  width: 100%;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: left;
  padding: 0 0 0 15px;
  color: #4d4d4d;
  cursor: pointer;
  border: none;
  position: relative;
  font-size: 18px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
#APP-webdrive .menu .outerzone3 .inner .menu-inactive a {
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 0 0 15px;
  text-align: left;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#APP-webdrive .menu .outerzone3 .inner .menu-inactive a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
#APP-webdrive .menu .outerzone3 .inner .menu-inactive a:hover:before {
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.05s linear;
}
#APP-webdrive .menu .outerzone3 .inner .menu-inactive a:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
#APP-webdrive .menu .outerzone3 .inner .menu-inactive a:hover:after {
  opacity: 0.7;
  transform: translateX(0);
}

#APP-webdrive a[href*="doDelete.click"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
}
#APP-webdrive a[href*="doDelete.click"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-webdrive a[href*="doDelete.click"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-webdrive a[href*="doDelete.click"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-webdrive a[href*="doDelete.click"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 2px;
  font-size: 24px;
  color: #eb003b;
}

#APP-webdrive a[href*="doDownloadAsArchive"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
}
#APP-webdrive a[href*="doDownloadAsArchive"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-webdrive a[href*="doDownloadAsArchive"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-webdrive a[href*="doDownloadAsArchive"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-webdrive a[href*="doDownloadAsArchive"]:after {
  content: "\e938";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 5px;
  font-size: 20px;
  color: #007ed9;
}
@media screen and (max-width: 1759px) {
  #APP-webdrive a[href*="doDownloadAsArchive"] {
    margin-top: 15px;
  }
}

#APP-webdrive img[src*="trash"] {
  width: 24px;
  margin-top: 2px;
  margin-left: 2px;
}

.outerzone3 .wizzard #zoneA .header-level5 {
  font-weight: 600;
}

#APP-webdrive a[href*="doNextPage"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
}
#APP-webdrive a[href*="doNextPage"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-webdrive a[href*="doNextPage"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-webdrive a[href*="doNextPage"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-webdrive a[href*="doNextPage"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #70bf00;
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 6px;
}

#APP-webdrive a[href*="doDownloadArchive"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 30px;
  margin-right: 10px;
}
#APP-webdrive a[href*="doDownloadArchive"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-webdrive a[href*="doDownloadArchive"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-webdrive a[href*="doDownloadArchive"]:after {
  left: 3px;
}

#APP-webdrive a[href*="doClose"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#APP-webdrive a[href*="doClose"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-webdrive a[href*="doClose"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-webdrive a[href*="doClose"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-webdrive a[href*="doClose"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

#APP-webdrive .grid-content-zone {
  margin-top: 30px;
}
#APP-webdrive .grid-content-zone .grid-history:first-child {
  background: transparent;
}
#APP-webdrive .grid-content-zone .grid-history:first-child:before {
  content: none;
}
#APP-webdrive .grid-content-zone .grid-history:first-child a[href*="doSubscribe"]:before {
  transform: inherit;
}
#APP-webdrive .grid-content-zone .grid-history:first-child a[href*="doSubscribe"]:after {
  background: transparent;
  padding-left: 0;
  margin-left: 0;
  left: 3px;
  top: 11px;
  font-size: 24px;
}

#APP-webdrive a[href*="filecenter.rss"] {
  text-decoration: none;
  position: relative;
  z-index: +1;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
}
#APP-webdrive a[href*="filecenter.rss"]:before {
  content: "\e4a0";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
  opacity: 1;
  background: transparent;
  top: 15px;
  left: -2px;
}
#APP-webdrive a[href*="filecenter.rss"] img {
  display: none;
}
#APP-webdrive a[href*="filecenter.rss"]:hover {
  border: 0;
}
#APP-webdrive a[href*="filecenter.rss"]:after {
  content: "";
  background-color: #e0e0e0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: 4px;
  left: -5px;
  z-index: -1;
  border-radius: 5px;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
#APP-webdrive a[href*="filecenter.rss"]:hover:after {
  transform: scale(1);
  opacity: 1;
}

#PNL-UploadFile a[href*="start_upload"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
}
#PNL-UploadFile a[href*="start_upload"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-UploadFile a[href*="start_upload"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-UploadFile a[href*="start_upload"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-UploadFile a[href*="start_upload"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #70bf00;
  font-size: 24px;
  top: 11px;
  left: 3px;
  position: absolute;
}

#PNL-UploadFile a[href*="cancel"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#PNL-UploadFile a[href*="cancel"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-UploadFile a[href*="cancel"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-UploadFile a[href*="cancel"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-UploadFile a[href*="cancel"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 6px;
}

#PNL-WDDocumentCategories a[href*="DocumentCategories"],
#PNL-WdrDocumentSnapshot a[href*="doSaveSnapshot"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
}
#PNL-WDDocumentCategories a[href*="DocumentCategories"]:hover:before,
#PNL-WdrDocumentSnapshot a[href*="doSaveSnapshot"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-WDDocumentCategories a[href*="DocumentCategories"]:before,
#PNL-WdrDocumentSnapshot a[href*="doSaveSnapshot"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PNL-WdrCategory a[href*="doSubscribe"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 30px;
  line-height: 14px;
}
#PNL-WdrCategory a[href*="doSubscribe"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-WdrCategory a[href*="doSubscribe"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-WdrCategory a[href*="doSubscribe"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  position: absolute;
  top: 14px;
  left: 4px;
  font-size: 24px;
}
#PNL-WdrCategory a[href*="doSubscribe"]:hover:after {
  opacity: 1;
}

#PNL-WdrCategory a[href*="unsubscribe"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  background-color: #eb003b;
  padding-left: 25px;
  line-height: 15px;
}
#PNL-WdrCategory a[href*="unsubscribe"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-WdrCategory a[href*="unsubscribe"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-WdrCategory a[href*="unsubscribe"]:before {
  transform: none;
}
#PNL-WdrCategory a[href*="unsubscribe"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  padding-left: 0;
  margin-left: 0;
  left: 3px;
  top: 11px;
}
#PNL-WdrCategory a[href*="unsubscribe"]:hover:after {
  opacity: 1;
}

#PNL-WdrCategory .grid-history {
  margin-top: 30px;
}
#PNL-WdrCategory .grid-history li a {
  padding: 0 5px;
}
#PNL-WdrCategory .grid-history li a:before {
  width: 100%;
}
#PNL-WdrCategory .grid-history li a:after {
  content: none;
}

#PNL-Notification .header-level4 {
  font-weight: 600;
}

#PNL-Notification a[href*="NotificationUser"],
#PNL-Notification a[href*="NotificationGroup"],
#PNL-Notification a[href*="doAddExternalPersons"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 32px;
}
#PNL-Notification a[href*="NotificationUser"]:hover,
#PNL-Notification a[href*="NotificationGroup"]:hover,
#PNL-Notification a[href*="doAddExternalPersons"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-Notification a[href*="NotificationUser"]:before,
#PNL-Notification a[href*="NotificationGroup"]:before,
#PNL-Notification a[href*="doAddExternalPersons"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-Notification a[href*="NotificationUser"]:hover:before,
#PNL-Notification a[href*="NotificationGroup"]:hover:before,
#PNL-Notification a[href*="doAddExternalPersons"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-Notification a[href*="NotificationUser"]:after,
#PNL-Notification a[href*="NotificationGroup"]:after,
#PNL-Notification a[href*="doAddExternalPersons"]:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 9px;
  font-size: 16px;
}

#PNL-Notification form[name="renderer_webdrive_notification"] .header-border .grid-content-zone .buttons-outer + .table-border > tbody > tr:only-child {
  display: none;
}

#PNL-Notification .wizzard > table > tbody > tr > td:first-child {
  vertical-align: top;
  padding-top: 30px;
  display: block;
  width: 98%;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#PNL-Notification .buttons-outer a[href*="doValidate."]:after {
  font-size: 20px;
  top: 6px;
  left: 4px;
}

#PNL-Notification a[href*="next"],
#PNL-NotifyExternalPerson a[href*="doAddExternalMails"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
}
#PNL-Notification a[href*="next"]:hover,
#PNL-NotifyExternalPerson a[href*="doAddExternalMails"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-Notification a[href*="next"]:before,
#PNL-NotifyExternalPerson a[href*="doAddExternalMails"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-Notification a[href*="next"]:hover:before,
#PNL-NotifyExternalPerson a[href*="doAddExternalMails"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-Notification a[href*="next"]:after,
#PNL-NotifyExternalPerson a[href*="doAddExternalMails"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #70bf00;
  font-size: 20px;
  top: 11px;
  left: 5px;
  position: absolute;
}

#PNL-Notification .buttons-outer:last-child span.button {
  float: inherit;
}

#PNL-NotifyExternalPerson a[href*="doAddExternalMails"]:after {
  top: 6px;
}

#PNL-Notification a[href*="cancel"],
#PNL-NotifyExternalPerson a[href*="Previous"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
#PNL-Notification a[href*="cancel"]:hover,
#PNL-NotifyExternalPerson a[href*="Previous"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-Notification a[href*="cancel"]:before,
#PNL-NotifyExternalPerson a[href*="Previous"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-Notification a[href*="cancel"]:hover:before,
#PNL-NotifyExternalPerson a[href*="Previous"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-Notification a[href*="cancel"]:after,
#PNL-NotifyExternalPerson a[href*="Previous"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  top: 6px;
  left: 2px;
  display: inline-block;
  vertical-align: middle;
}

#PNL-Notification a[href*="Previous"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
#PNL-Notification a[href*="Previous"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-Notification a[href*="Previous"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-Notification a[href*="Previous"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PNL-WdrRecycleBin a[href*="doRestore"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
#PNL-WdrRecycleBin a[href*="doRestore"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-WdrRecycleBin a[href*="doRestore"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-WdrRecycleBin a[href*="doRestore"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-WdrRecycleBin a[href*="doRestore"]:after {
  content: "\e932";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 2px;
  font-size: 24px;
  color: #007ed9;
}

#PNL-WdrRecycleBin .cell2 a[href*="doRestore"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
  display: block;
  line-height: 20px;
}
#PNL-WdrRecycleBin .cell2 a[href*="doRestore"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-WdrRecycleBin .cell2 a[href*="doRestore"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-WdrRecycleBin .cell2 a[href*="doRestore"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-WdrRecycleBin .cell2 a[href*="doRestore"]:after {
  content: "\e932";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: auto;
  left: 2px;
  font-size: 24px;
  color: #007ed9;
}

#PNL-WdrPreferences a[href*="doSave"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#PNL-WdrPreferences a[href*="doSave"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-WdrPreferences a[href*="doSave"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-WdrPreferences a[href*="doSave"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-WdrPreferences a[href*="doSave"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #70bf00;
  font-size: 20px;
  top: 11px;
  left: 3px;
  position: absolute;
}

#PNL-Criteria a[href*="AdvancedSearchSelectorBag"],
#PNL-Criteria a[href*="doSaveQuery"],
#PNL-Criteria a[href*="doManageQuery"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
#PNL-Criteria a[href*="AdvancedSearchSelectorBag"]:hover,
#PNL-Criteria a[href*="doSaveQuery"]:hover,
#PNL-Criteria a[href*="doManageQuery"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-Criteria a[href*="AdvancedSearchSelectorBag"]:before,
#PNL-Criteria a[href*="doSaveQuery"]:before,
#PNL-Criteria a[href*="doManageQuery"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-Criteria a[href*="AdvancedSearchSelectorBag"]:hover:before,
#PNL-Criteria a[href*="doSaveQuery"]:hover:before,
#PNL-Criteria a[href*="doManageQuery"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PNL-Criteria a[href*="AdvancedSearch._doSearch"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
}
#PNL-Criteria a[href*="AdvancedSearch._doSearch"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-Criteria a[href*="AdvancedSearch._doSearch"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

#PNL-wdrResult a[href*="doBack"],
#PNL-wdrManageQueryForm a[href*="doBack"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PNL-wdrResult a[href*="doBack"]:hover,
#PNL-wdrManageQueryForm a[href*="doBack"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-wdrResult a[href*="doBack"]:before,
#PNL-wdrManageQueryForm a[href*="doBack"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-wdrResult a[href*="doBack"]:hover:before,
#PNL-wdrManageQueryForm a[href*="doBack"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PLT-AXWebdrive .grid-header1 input[name*="_value"] {
  margin-right: 10px;
}

#APP-webdrive #PNL-WdrCategory .grid-content-zone .title-zone a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#APP-webdrive #PNL-WdrCategory .grid-content-zone .title-zone a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}

#APP-webdrive #PNL-WdrCategory #SubCategory .grid-content-zone {
  margin-top: 0;
}
#APP-webdrive #PNL-WdrCategory #SubCategory .grid-content-zone > .grid-history {
  margin-top: 0;
  margin-bottom: 45px;
}
#APP-webdrive #PNL-WdrCategory #SubCategory .grid-content-zone > .grid-history ul {
  margin: 0;
}

#PLT-forum .header-level1 {
  background-color: #f7f7f7;
  padding: 11px 22px 13px;
  border-left: 4px solid #eb003b;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

#PLT-forum .header-border #zone1 {
  padding: 0 10px 0 40px;
}

#APP-forum .menu .outerzone3 .zone3 .header-border .menu-inactive {
  background-color: #f7f7f7;
  padding: 11px 22px 13px;
  border-left: 4px solid #eb003b;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
#APP-forum .menu .outerzone3 .zone3 .header-border .submenu-content-zone {
  padding: 30px 0;
}
#APP-forum .menu .outerzone3 .zone3 .header-border .submenu-active {
  font-weight: 700;
  pointer-events: none;
  width: 100%;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: left;
  padding: 0 0 0 15px;
  color: #4d4d4d;
  cursor: pointer;
  border: none;
  position: relative;
  font-size: 18px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
#APP-forum .menu .outerzone3 .zone3 .header-border .submenu a {
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 15px;
  text-align: left;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#APP-forum .menu .outerzone3 .zone3 .header-border .submenu a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
#APP-forum .menu .outerzone3 .zone3 .header-border .submenu a:hover:before {
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.05s linear;
}
#APP-forum .menu .outerzone3 .zone3 .header-border .submenu a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  content: "\e910";
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
#APP-forum .menu .outerzone3 .zone3 .header-border .submenu a:hover:after {
  opacity: 0.7;
  transform: translateX(0);
}

#PLT-forum .text-style1 a {
  font-weight: 600;
}

#PLT-forum .text-level1 {
  font-size: 12px;
  margin-left: 12px;
  color: gray;
}

#PLT-forum a[href*="doDeleteNotifications"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#PLT-forum a[href*="doDeleteNotifications"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-forum a[href*="doDeleteNotifications"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-forum a[href*="doDeleteNotifications"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-forum a[href*="doDeleteNotifications"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

#PLT-forum img,
#APP-forum img {
  width: 24px;
}
#PLT-forum img[src*="descending"], #PLT-forum img[src*="ascending"],
#APP-forum img[src*="descending"],
#APP-forum img[src*="ascending"] {
  width: 12px;
}

#APP-forum a[href*="addFavorite"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
#APP-forum a[href*="addFavorite"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum a[href*="addFavorite"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum a[href*="addFavorite"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-forum a[href*="addFavorite"]:after {
  content: "\e91d";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  position: absolute;
  top: 9px;
  left: 3px;
  font-size: 24px;
  font-weight: 600;
}
#APP-forum a[href*="addFavorite"]:hover:after {
  opacity: 1;
}

#APP-forum a[href*="doRemoveFavorite"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#APP-forum a[href*="doRemoveFavorite"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum a[href*="doRemoveFavorite"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum a[href*="doRemoveFavorite"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-forum a[href*="doRemoveFavorite"]:after {
  content: "";
  background: url("../img/star_ban.gif") no-repeat;
  position: absolute;
  left: 6px;
  top: 12px;
  background-size: 16px;
  width: 25px;
  height: 25px;
}
#APP-forum a[href*="doRemoveFavorite"]:hover:after {
  opacity: 1;
}

#APP-forum .grid-content-zone > .buttons-outer {
  margin-bottom: 30px;
}

#APP-forum a[href*="NewThread"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 35px;
  margin-right: 10px;
}
#APP-forum a[href*="NewThread"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-forum a[href*="NewThread"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum a[href*="NewThread"]:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 16px;
}

a[href*="forum.rss"] {
  text-decoration: none;
  position: relative;
  z-index: +1;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 0;
}
a[href*="forum.rss"]:before {
  content: "\e4a0";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
  opacity: 1;
  background-color: transparent;
  top: 2px;
  left: -2px;
}
a[href*="forum.rss"] img {
  display: none;
}
a[href*="forum.rss"]:hover {
  border: 0;
}
a[href*="forum.rss"]:after {
  content: "";
  background-color: #e0e0e0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: -5px;
  top: -10px;
  z-index: -1;
  border-radius: 5px;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
a[href*="forum.rss"]:hover:after {
  transform: scale(1);
  opacity: 1;
}

#APP-forum a[href*="doSubscribe"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
#APP-forum a[href*="doSubscribe"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum a[href*="doSubscribe"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum a[href*="doSubscribe"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-forum a[href*="doSubscribe"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #70bf00;
  font-size: 24px;
  position: absolute;
  top: 11px;
  left: 5px;
}

#APP-forum .buttons-outer-left a[href*="doUnsubscribe"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
#APP-forum .buttons-outer-left a[href*="doUnsubscribe"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum .buttons-outer-left a[href*="doUnsubscribe"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum .buttons-outer-left a[href*="doUnsubscribe"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-forum .buttons-outer-left a[href*="doUnsubscribe"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  top: 6px;
  left: 5px;
}
#APP-forum .buttons-outer-left a[href*="doUnsubscribe"] img {
  display: none;
}

#APP-forum a[href*="doRemoveFavorite"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#APP-forum a[href*="doRemoveFavorite"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum a[href*="doRemoveFavorite"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum a[href*="doRemoveFavorite"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-forum a[href*="doStick"],
#APP-forum a[href*="doLock"],
#APP-forum a[href*="posts/move"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
#APP-forum a[href*="doStick"]:hover,
#APP-forum a[href*="doLock"]:hover,
#APP-forum a[href*="posts/move"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum a[href*="doStick"]:before,
#APP-forum a[href*="doLock"]:before,
#APP-forum a[href*="posts/move"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum a[href*="doStick"]:hover:before,
#APP-forum a[href*="doLock"]:hover:before,
#APP-forum a[href*="posts/move"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-forum a[href*="doStick"] {
  padding-left: 30px;
}
#APP-forum a[href*="doStick"]:after {
  content: "\e9a9";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 9px;
  left: 3px;
}

#APP-forum a[href*="doLock"] {
  padding-left: 30px;
}
#APP-forum a[href*="doLock"]:after {
  content: "\e965";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 9px;
  left: 3px;
}

#APP-forum a[href*="posts/move"] {
  padding-left: 30px;
}
#APP-forum a[href*="posts/move"]:after {
  content: "\e93d";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 3px;
}

#APP-forum a[href*="FRM__preview"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
}
#APP-forum a[href*="FRM__preview"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum a[href*="FRM__preview"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum a[href*="FRM__preview"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-forum a[href*="FRM__preview"]:after {
  content: "\e987";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #007ed9;
  position: absolute;
  top: 10px;
  left: 3px;
}

#APP-forum a[href*="self.close"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
#APP-forum a[href*="self.close"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum a[href*="self.close"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum a[href*="self.close"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-forum a[href*="self.close"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

#APP-forum #posts .text-style1 {
  font-weight: 600;
}

#APP-forum .text-style3 {
  font-style: italic;
  font-size: 12px;
}

#APP-forum .grid-history + table .post-left.text-align2 {
  vertical-align: top;
}
#APP-forum .grid-history + table .post-left.text-align2 br + br {
  display: none;
}

#APP-forum .grid-history + table > tbody > tr:nth-child(2n) {
  background-color: #f2f2f2;
}
#APP-forum .grid-history + table > tbody > tr:nth-child(2n+1) {
  background-color: #FFFFFF;
}
#APP-forum .grid-history + table > tbody > tr > td {
  border-bottom: 1px solid #cccccc;
}

#APP-forum .grid-history + table > tbody > tr .attachedFiles .text-style2 {
  margin-top: 15px;
}

#APP-forum .buttons-outer-left {
  display: block;
  margin-top: 30px;
}
#APP-forum .buttons-outer-left a[href*="favorites._doDelete"] {
  padding-left: 25px;
}
#APP-forum .buttons-outer-left a[href*="favorites._doDelete"]:hover {
  border: 1px solid #cccccc;
}
#APP-forum .buttons-outer-left a[href*="favorites._doDelete"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

#APP-forum .post-right .buttons-outer a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#APP-forum .post-right .buttons-outer a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum .post-right .buttons-outer a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum .post-right .buttons-outer a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-forum .grid-history {
  background-color: transparent;
  padding: 0;
  margin-top: 0;
}
#APP-forum .grid-history:before {
  content: none;
}
#APP-forum .grid-history .grid-history {
  padding: 5px 0 5px 40px;
  background-color: #e6e6e6;
}
#APP-forum .grid-history .grid-history:before {
  content: "\e922";
}

#APP-forum .grid-content-zone .buttons-outer:last-child {
  margin-top: 0;
}

#APP-forum .outer-left-top:nth-child(2) .outerzone3 {
  padding-bottom: 60px;
}

#APP-forum .buttons-outer-left a[href*="NewThread"]:hover {
  border: 0;
}

#APP-forum .button a[href*="attachFile"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#APP-forum .button a[href*="attachFile"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-forum .button a[href*="attachFile"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-forum .button a[href*="attachFile"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-forum .attachedFiles img {
  display: none;
}

#APP-forum .grid-history .grid-history a:first-child {
  margin-left: 0;
}

#APP-forum .grid-history a:after {
  top: -5px;
}

#APP-forum .text-level1.text-style1 a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
#APP-forum .text-level1.text-style1 a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}

#APP-forum #zone-treeview .header-level4 + table > tbody > tr:nth-child(2n+1) {
  background-color: #f2f2f2;
}
#APP-forum #zone-treeview .header-level4 + table > tbody > tr:nth-child(2n) {
  background-color: #FFFFFF;
}
#APP-forum #zone-treeview .header-level4 + table > tbody > tr > td {
  padding: 8px;
}

#PLT-AXPoll .header-level1 {
  font-weight: 700;
}
#PLT-AXPoll #zone1 .text-level1.text-align3 {
  margin-top: 15px;
}
#PLT-AXPoll .header-border .text-level1 {
  width: 100%;
  margin: 0;
}
#PLT-AXPoll .buttons-outer {
  font-size: 0;
}
#PLT-AXPoll .buttons-outer a[href*="doAddanswer"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  line-height: 18px;
  padding-left: 30px;
  margin-right: 10px;
}
#PLT-AXPoll .buttons-outer a[href*="doAddanswer"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXPoll .buttons-outer a[href*="doAddanswer"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-AXPoll .buttons-outer a[href*="doAddanswer"]:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 3px;
}
#PLT-AXPoll .buttons-outer a[href*="go=/polls"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
}
#PLT-AXPoll .buttons-outer a[href*="go=/polls"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-AXPoll .buttons-outer a[href*="go=/polls"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-AXPoll .buttons-outer a[href*="go=/polls"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXPoll input[type="radio"] + label,
#PLT-AXPoll input[type="radio"] + .reversed-radio {
  padding-left: 30px;
  width: auto;
}

form[name="renderer_custom_polls"] .buttons-outer-right {
  display: block;
  margin-top: 15px;
}

#PLT-AXRoute .header-level1 {
  font-weight: 600;
  font-size: 18px;
}

#PLT-AXRoute a[href*="doSearch_AXRoute"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  display: block;
  margin-top: 15px;
}
#PLT-AXRoute a[href*="doSearch_AXRoute"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PLT-AXRoute a[href*="doSearch_AXRoute"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-AXRoute a[href*="doSearch_AXRoute"] span {
  line-height: 17px;
}

#PLT-AXRoute .header-level5 {
  padding-top: 16px;
}

#PLT-AXRoute .cell-header,
#PLT-AXRoute .cell1,
#PLT-AXRoute .cell2 {
  padding-left: 0;
  padding-right: 0;
}

#PLT-AXLink .header-level1-collapsed {
  background: #f7f7f7 url("../img/arrow-right.gif") left no-repeat;
  padding: 11px 30px 13px;
  border-left: 4px solid #eb003b;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 25px;
  display: block;
  margin-top: 10px;
  background-position-x: 12px;
}
#PLT-AXLink .header-level1-collapsed:hover {
  background: #e0e0e0 url("../img/arrow-bottom.gif") left no-repeat;
  background-position-x: 9px;
}

#PLT-AXLink .header-level1-expanded {
  background: #f7f7f7 url("../img/arrow-bottom.gif") left no-repeat;
  padding: 11px 30px 13px;
  border-left: 4px solid #eb003b;
  font-weight: 700;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  background-position-x: 8px;
}
#PLT-AXLink .header-level1-expanded:hover {
  background-color: #e0e0e0;
}

#PLT-AXLink #zone1 {
  padding: 0 10px 0 40px;
}

#PLT-AXLink #zone1 .text-link-list a {
  font-weight: 600;
}
#PLT-AXLink #zone1 .text-level1 {
  font-size: 12px;
  margin-left: 12px;
  color: gray;
}

#PLT-AXLink a[href*="links"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PLT-AXLink a[href*="links"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-AXLink a[href*="links"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-AXLink a[href*="links"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PLT-AXLink .buttons-outer {
  margin-top: 30px;
}

.menu #PNL-ProfileAction .outerzone3 .inner .menu-active {
  font-weight: 700;
  pointer-events: none;
  width: 100%;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: left;
  padding: 0 0 0 15px;
  color: #4d4d4d;
  cursor: pointer;
  border: none;
  position: relative;
  font-size: 18px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.menu #PNL-ProfileAction .outerzone3 .inner .menu-inactive a {
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 0 0 15px;
  text-align: left;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
.menu #PNL-ProfileAction .outerzone3 .inner .menu-inactive a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.menu #PNL-ProfileAction .outerzone3 .inner .menu-inactive a:hover:before {
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.05s linear;
}
.menu #PNL-ProfileAction .outerzone3 .inner .menu-inactive a:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 44px;
  float: right;
  margin-right: 10px;
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.2s ease-out, opacity 0.2s linear;
}
.menu #PNL-ProfileAction .outerzone3 .inner .menu-inactive a:hover:after {
  opacity: 0.7;
  transform: translateX(0);
}

.grid-header1 .button a[href*="SetPage"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 10px;
}
.grid-header1 .button a[href*="SetPage"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.grid-header1 .button a[href*="SetPage"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.grid-header1 .button a[href*="SetPage"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PNL-lnkLinksList .buttons-outer-left,
#PNL-LnkCategoriesList .buttons-outer-left {
  display: block;
  margin-top: 30px;
}
#PNL-lnkLinksList .buttons-outer-left a[href*="doCreate"],
#PNL-LnkCategoriesList .buttons-outer-left a[href*="doCreate"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 35px;
  margin-right: 10px;
}
#PNL-lnkLinksList .buttons-outer-left a[href*="doCreate"]:hover:before,
#PNL-LnkCategoriesList .buttons-outer-left a[href*="doCreate"]:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-lnkLinksList .buttons-outer-left a[href*="doCreate"]:before,
#PNL-LnkCategoriesList .buttons-outer-left a[href*="doCreate"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-lnkLinksList .buttons-outer-left a[href*="doCreate"]:after,
#PNL-LnkCategoriesList .buttons-outer-left a[href*="doCreate"]:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 16px;
}
#PNL-lnkLinksList .buttons-outer-left a[href*="doDelete"],
#PNL-LnkCategoriesList .buttons-outer-left a[href*="doDelete"] {
  padding-left: 25px;
}
#PNL-lnkLinksList .buttons-outer-left a[href*="doDelete"]:hover,
#PNL-LnkCategoriesList .buttons-outer-left a[href*="doDelete"]:hover {
  border: 1px solid #cccccc;
}
#PNL-lnkLinksList .buttons-outer-left a[href*="doDelete"]:after,
#PNL-LnkCategoriesList .buttons-outer-left a[href*="doDelete"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

#PNL-lnkLinksList .grid-header1 td:last-child a,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(5) a,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(6) a,
#PNL-lnkLinksList .grid-footer td:last-child a,
#PNL-lnkLinksList .grid-footer td:nth-last-child(5) a,
#PNL-lnkLinksList .grid-footer td:nth-last-child(6) a,
#PNL-LnkCategoriesList .grid-header1 td:last-child a,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(5) a,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(6) a,
#PNL-LnkCategoriesList .grid-footer td:last-child a,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(5) a,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(6) a,
#APP-webdrive .grid-header1 td:last-child a,
#APP-webdrive .grid-header1 td:nth-last-child(5) a,
#APP-webdrive .grid-header1 td:nth-last-child(6) a,
#APP-webdrive .grid-footer td:last-child a,
#APP-webdrive .grid-footer td:nth-last-child(5) a,
#APP-webdrive .grid-footer td:nth-last-child(6) a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin-left: 2px;
  border-radius: 5px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #cccccc;
  background-color: #ededed !important;
  color: #4d4d4d;
  font-size: 0;
  transition: all ease-out 0.1s;
  height: 40px;
}
#PNL-lnkLinksList .grid-header1 td:last-child a:hover,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(5) a:hover,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(6) a:hover,
#PNL-lnkLinksList .grid-footer td:last-child a:hover,
#PNL-lnkLinksList .grid-footer td:nth-last-child(5) a:hover,
#PNL-lnkLinksList .grid-footer td:nth-last-child(6) a:hover,
#PNL-LnkCategoriesList .grid-header1 td:last-child a:hover,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(5) a:hover,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(6) a:hover,
#PNL-LnkCategoriesList .grid-footer td:last-child a:hover,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(5) a:hover,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(6) a:hover,
#APP-webdrive .grid-header1 td:last-child a:hover,
#APP-webdrive .grid-header1 td:nth-last-child(5) a:hover,
#APP-webdrive .grid-header1 td:nth-last-child(6) a:hover,
#APP-webdrive .grid-footer td:last-child a:hover,
#APP-webdrive .grid-footer td:nth-last-child(5) a:hover,
#APP-webdrive .grid-footer td:nth-last-child(6) a:hover {
  background-color: transparent !important;
}
#PNL-lnkLinksList .grid-header1 td:last-child a:before,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(5) a:before,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(6) a:before,
#PNL-lnkLinksList .grid-footer td:last-child a:before,
#PNL-lnkLinksList .grid-footer td:nth-last-child(5) a:before,
#PNL-lnkLinksList .grid-footer td:nth-last-child(6) a:before,
#PNL-LnkCategoriesList .grid-header1 td:last-child a:before,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(5) a:before,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(6) a:before,
#PNL-LnkCategoriesList .grid-footer td:last-child a:before,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(5) a:before,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(6) a:before,
#APP-webdrive .grid-header1 td:last-child a:before,
#APP-webdrive .grid-header1 td:nth-last-child(5) a:before,
#APP-webdrive .grid-header1 td:nth-last-child(6) a:before,
#APP-webdrive .grid-footer td:last-child a:before,
#APP-webdrive .grid-footer td:nth-last-child(5) a:before,
#APP-webdrive .grid-footer td:nth-last-child(6) a:before {
  content: '';
}
#PNL-lnkLinksList .grid-header1 td:last-child a:hover:before,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(5) a:hover:before,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(6) a:hover:before,
#PNL-lnkLinksList .grid-footer td:last-child a:hover:before,
#PNL-lnkLinksList .grid-footer td:nth-last-child(5) a:hover:before,
#PNL-lnkLinksList .grid-footer td:nth-last-child(6) a:hover:before,
#PNL-LnkCategoriesList .grid-header1 td:last-child a:hover:before,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(5) a:hover:before,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(6) a:hover:before,
#PNL-LnkCategoriesList .grid-footer td:last-child a:hover:before,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(5) a:hover:before,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(6) a:hover:before,
#APP-webdrive .grid-header1 td:last-child a:hover:before,
#APP-webdrive .grid-header1 td:nth-last-child(5) a:hover:before,
#APP-webdrive .grid-header1 td:nth-last-child(6) a:hover:before,
#APP-webdrive .grid-footer td:last-child a:hover:before,
#APP-webdrive .grid-footer td:nth-last-child(5) a:hover:before,
#APP-webdrive .grid-footer td:nth-last-child(6) a:hover:before {
  opacity: 0;
}
#PNL-lnkLinksList .grid-header1 td:last-child a img,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(5) a img,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(6) a img,
#PNL-lnkLinksList .grid-footer td:last-child a img,
#PNL-lnkLinksList .grid-footer td:nth-last-child(5) a img,
#PNL-lnkLinksList .grid-footer td:nth-last-child(6) a img,
#PNL-LnkCategoriesList .grid-header1 td:last-child a img,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(5) a img,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(6) a img,
#PNL-LnkCategoriesList .grid-footer td:last-child a img,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(5) a img,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(6) a img,
#APP-webdrive .grid-header1 td:last-child a img,
#APP-webdrive .grid-header1 td:nth-last-child(5) a img,
#APP-webdrive .grid-header1 td:nth-last-child(6) a img,
#APP-webdrive .grid-footer td:last-child a img,
#APP-webdrive .grid-footer td:nth-last-child(5) a img,
#APP-webdrive .grid-footer td:nth-last-child(6) a img {
  display: none;
}
#PNL-lnkLinksList .grid-header1 td:last-child a:after,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(5) a:after,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(6) a:after,
#PNL-lnkLinksList .grid-footer td:last-child a:after,
#PNL-lnkLinksList .grid-footer td:nth-last-child(5) a:after,
#PNL-lnkLinksList .grid-footer td:nth-last-child(6) a:after,
#PNL-LnkCategoriesList .grid-header1 td:last-child a:after,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(5) a:after,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(6) a:after,
#PNL-LnkCategoriesList .grid-footer td:last-child a:after,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(5) a:after,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(6) a:after,
#APP-webdrive .grid-header1 td:last-child a:after,
#APP-webdrive .grid-header1 td:nth-last-child(5) a:after,
#APP-webdrive .grid-header1 td:nth-last-child(6) a:after,
#APP-webdrive .grid-footer td:last-child a:after,
#APP-webdrive .grid-footer td:nth-last-child(5) a:after,
#APP-webdrive .grid-footer td:nth-last-child(6) a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 24px;
}
#PNL-lnkLinksList .grid-header1 td:nth-last-child(5) a:first-child:before,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(6) a:first-child:before,
#PNL-lnkLinksList .grid-footer td:nth-last-child(5) a:first-child:before,
#PNL-lnkLinksList .grid-footer td:nth-last-child(6) a:first-child:before,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(5) a:first-child:before,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(6) a:first-child:before,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(5) a:first-child:before,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(6) a:first-child:before,
#APP-webdrive .grid-header1 td:nth-last-child(5) a:first-child:before,
#APP-webdrive .grid-header1 td:nth-last-child(6) a:first-child:before,
#APP-webdrive .grid-footer td:nth-last-child(5) a:first-child:before,
#APP-webdrive .grid-footer td:nth-last-child(6) a:first-child:before {
  content: "";
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  top: 14px;
  left: 14px;
}
#PNL-lnkLinksList .grid-header1 td:nth-last-child(5) a:first-child:after,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(6) a:first-child:after,
#PNL-lnkLinksList .grid-footer td:nth-last-child(5) a:first-child:after,
#PNL-lnkLinksList .grid-footer td:nth-last-child(6) a:first-child:after,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(5) a:first-child:after,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(6) a:first-child:after,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(5) a:first-child:after,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(6) a:first-child:after,
#APP-webdrive .grid-header1 td:nth-last-child(5) a:first-child:after,
#APP-webdrive .grid-header1 td:nth-last-child(6) a:first-child:after,
#APP-webdrive .grid-footer td:nth-last-child(5) a:first-child:after,
#APP-webdrive .grid-footer td:nth-last-child(6) a:first-child:after {
  content: "\e910";
  font-size: 24px;
  transform: rotate(180deg);
}
#PNL-lnkLinksList .grid-header1 td:nth-last-child(5) a:nth-child(2):after,
#PNL-lnkLinksList .grid-header1 td:nth-last-child(6) a:nth-child(2):after,
#PNL-lnkLinksList .grid-footer td:nth-last-child(5) a:nth-child(2):after,
#PNL-lnkLinksList .grid-footer td:nth-last-child(6) a:nth-child(2):after,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(5) a:nth-child(2):after,
#PNL-LnkCategoriesList .grid-header1 td:nth-last-child(6) a:nth-child(2):after,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(5) a:nth-child(2):after,
#PNL-LnkCategoriesList .grid-footer td:nth-last-child(6) a:nth-child(2):after,
#APP-webdrive .grid-header1 td:nth-last-child(5) a:nth-child(2):after,
#APP-webdrive .grid-header1 td:nth-last-child(6) a:nth-child(2):after,
#APP-webdrive .grid-footer td:nth-last-child(5) a:nth-child(2):after,
#APP-webdrive .grid-footer td:nth-last-child(6) a:nth-child(2):after {
  content: "\e910";
  font-size: 24px;
  transform: rotate(180deg);
}
#PNL-lnkLinksList .grid-header1 td:last-child a:first-child:after,
#PNL-lnkLinksList .grid-footer td:last-child a:first-child:after,
#PNL-LnkCategoriesList .grid-header1 td:last-child a:first-child:after,
#PNL-LnkCategoriesList .grid-footer td:last-child a:first-child:after,
#APP-webdrive .grid-header1 td:last-child a:first-child:after,
#APP-webdrive .grid-footer td:last-child a:first-child:after {
  font-size: 24px;
  content: "\e910";
}
#PNL-lnkLinksList .grid-header1 td:last-child a:nth-child(2):before,
#PNL-lnkLinksList .grid-footer td:last-child a:nth-child(2):before,
#PNL-LnkCategoriesList .grid-header1 td:last-child a:nth-child(2):before,
#PNL-LnkCategoriesList .grid-footer td:last-child a:nth-child(2):before,
#APP-webdrive .grid-header1 td:last-child a:nth-child(2):before,
#APP-webdrive .grid-footer td:last-child a:nth-child(2):before {
  content: "";
  height: 12px;
  width: 2px;
  background-color: #4d4d4d;
  position: absolute;
  z-index: 7;
  opacity: 1;
  transform: scale(1);
  top: 14px;
  right: 14px;
}
#PNL-lnkLinksList .grid-header1 td:last-child a:nth-child(2):after,
#PNL-lnkLinksList .grid-footer td:last-child a:nth-child(2):after,
#PNL-LnkCategoriesList .grid-header1 td:last-child a:nth-child(2):after,
#PNL-LnkCategoriesList .grid-footer td:last-child a:nth-child(2):after,
#APP-webdrive .grid-header1 td:last-child a:nth-child(2):after,
#APP-webdrive .grid-footer td:last-child a:nth-child(2):after {
  content: "\e910";
  font-size: 24px;
}

#PLT-NewsCenter .header-level1 [href*="newsList"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#PLT-NewsCenter .header-level1 [href*="newsList"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PLT-NewsCenter .header-level1 [href*="newsList"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PLT-NewsCenter .header-level1 [href*="newsList"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#PLT-NewsCenter .text-link-list a {
  font-weight: 600;
}
#PLT-NewsCenter .text-link-list .header-border .text-level1 {
  margin-left: 15px;
}
#PLT-NewsCenter .text-link-list .text-list {
  font-size: 12px;
  color: gray;
  margin-left: 25px;
  margin-top: 10px;
}

a[href*="doPrint"] {
  text-decoration: none;
}
a[href*="doPrint"]:before {
  content: "\e935";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
}
a[href*="doPrint"] img {
  display: none;
}
a[href*="doPrint"]:hover {
  border: 0;
}

#APP-NewsCenter a[href*="doNotify"],
#APP-NewsCenter a[href*="multiple/user"],
#APP-NewsCenter a[href*="multiple/group"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#APP-NewsCenter a[href*="doNotify"]:hover,
#APP-NewsCenter a[href*="multiple/user"]:hover,
#APP-NewsCenter a[href*="multiple/group"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-NewsCenter a[href*="doNotify"]:before,
#APP-NewsCenter a[href*="multiple/user"]:before,
#APP-NewsCenter a[href*="multiple/group"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-NewsCenter a[href*="doNotify"]:hover:before,
#APP-NewsCenter a[href*="multiple/user"]:hover:before,
#APP-NewsCenter a[href*="multiple/group"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

#APP-NewsCenter .buttons-outer:last-child {
  margin-top: 50px;
}

#APP-NewsCenter a[href*="doSubmit2"] {
  margin-top: -53px;
  display: inline-table;
}

#APP-NewsCenter #SubCategory ul li:before {
  content: "\e0a1";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  margin-right: 5px;
}

#APP-NewsCenter .text-link-list:before {
  content: "\e926";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  margin-right: 5px;
  font-size: 24px;
}

#PLT-news2 .text-link-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#PLT-news2 .text-link-list:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

#PLT-Outlook .header-border a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
  margin-right: 10px;
}
#PLT-Outlook .header-border a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}
#PLT-Outlook .header-border a img {
  margin-right: 5px;
}

.popup #datePicker.portlet * {
  font-size: 15px !important;
}
.popup #datePicker.portlet > table > tbody > tr > td .outerzone1 {
  padding: 0;
  margin-bottom: 5px;
}
.popup #datePicker.portlet > table > tbody > tr > td .outerzone1 .zone1 {
  padding: 0;
}
.popup #datePicker.portlet > table > tbody > tr > td .outerzone1 .zone1 .center {
  padding-left: 10px;
  font-weight: 600;
}
.popup #datePicker.portlet > table > tbody > tr > td .cell-header {
  padding: 2px;
  font-weight: 300;
  font-size: 10px !important;
  color: #c5c5c5;
}
.popup #datePicker.portlet > table > tbody > tr > td .cell2, .popup #datePicker.portlet > table > tbody > tr > td .cell1 {
  text-align: center !important;
  padding: 3px 9px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}
.popup #datePicker.portlet > table > tbody > tr > td .cell2:before, .popup #datePicker.portlet > table > tbody > tr > td .cell1:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.popup #datePicker.portlet > table > tbody > tr > td .cell2:hover:before, .popup #datePicker.portlet > table > tbody > tr > td .cell1:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.popup #datePicker.portlet > table > tbody > tr > td .text-highlighted, .popup #datePicker.portlet > table > tbody > tr > td .cell-highlighted {
  cursor: pointer;
  font-weight: 600;
}
.popup #datePicker.portlet > table > tbody > tr > td td.text-highlighted {
  color: #007ed9;
  position: relative;
}
.popup #datePicker.portlet > table > tbody > tr > td td.text-highlighted:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 126, 217, 0.15);
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  opacity: 1;
}
.popup #datePicker.portlet > table > tbody > tr > td td.text-highlighted:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.popup #datePicker.portlet > table > tbody > tr > td td.cell-highlighted {
  color: #FFFFFF;
  position: relative;
  z-index: +1;
}
.popup #datePicker.portlet > table > tbody > tr > td td.cell-highlighted:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: #70bf00;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  opacity: 1;
  z-index: -1;
}
.popup #datePicker.portlet > table > tbody > tr > td .outerzone3 {
  padding: 0;
}
.popup #datePicker.portlet > table > tbody > tr > td .header-level1 > table > tbody > tr td select {
  min-height: 25px;
  height: 25px;
  margin-right: 0;
}
.popup #datePicker.portlet > table > tbody > tr > td .header-level1 > table > tbody > tr td:first-child select {
  margin-left: 7px;
}

.outer-right-bottom .portlet .vertical .detail-main .title a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
  border-bottom: 0;
}
.outer-right-bottom .portlet .vertical .detail-main .title a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}
.outer-right-bottom .portlet .vertical .detail-main .title a:hover {
  border-bottom: 0;
}
.outer-right-bottom .portlet .vertical .detail-main .title a:focus {
  outline: 1px dotted #4d4d4d;
  outline-offset: 2px;
}
.outer-right-bottom .portlet .vertical .detail-main .title a * {
  margin: 0;
}
.outer-right-bottom .portlet .vertical .detail-main .title a h4 img {
  margin-top: -3px;
  padding-right: 3px;
}
.outer-right-bottom .portlet .vertical .detail-main .title a h4, .outer-right-bottom .portlet .vertical .detail-main .title a p {
  display: inline-block;
}
.outer-right-bottom .portlet .vertical .detail-main .title a p {
  display: inherit;
  padding-left: 5px;
}

.activity-transition .cell-right,
.activity-transition .cell-left {
  vertical-align: middle;
}

.activity-transition .action-next + .action-terminate a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.activity-transition .action-next + .action-terminate a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.activity-transition .action-next + .action-terminate a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.activity-transition .action-next + .action-terminate a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.activity-transition .action-next + .action-terminate a:hover {
  border: 1px solid #cacaca !important;
  background-color: #FFFFFF !important;
  color: #4d4d4d !important;
}

.cell-full p i {
  padding-left: 30px;
}

/*.vui-screen-document.treatment-edit .application .section.section .section-content .table-border > tbody > tr .cell-full .section.subsection .section-content .table-border .header-border .view-options {
  margin-left: 60px;
}*/
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser):first-child a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 25px;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser):first-child a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser):first-child a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser):first-child a:hover {
  background-color: #70bf00;
  border: 0;
  color: #FFFFFF;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser):first-child a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 5px;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser):first-child a:hover:after {
  opacity: 1;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser) a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  color: #4d4d4d;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  padding-left: 25px;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser) a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser) a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser) a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser) a:hover {
  background-color: #FFFFFF;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser) a:hover:before {
  opacity: 0;
}
.treatment-edit .content-zone > .header-border > tbody > tr:last-child .buttons-outer .button.postaction:not(.action-Refuser).action-Refuser a {
  padding-left: 25px;
}

/* td width in process too big */
.treatment-edit #APP-vdp #zone1 .table-border > tbody > tr > td.cell-right,
.treatment-edit #APP-vdp #zone1 .table-border > tbody > tr > td.cell-left {
  padding: 8px 10px;
  color: #4d4d4d;
}

.treatment-edit #APP-vdp #zone1 .table-border > tbody > tr > td.cell-right:empty:before {
  content: " -";
}
.treatment-edit #APP-vdp #zone1 .table-border > tbody > tr > td.cell-right strong {
  font-weight: normal;
}

/* mandatory fields not visible */
.screen.platform.vui-screen-resource.resource-edit #zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-left label {
  font-weight: 500;
}

.screen.platform.vui-screen-resource.resource-edit #zone1.content-zone .section .section-content .table-border > tbody > tr .text-highlighted {
  display: block;
  position: relative;
}
.screen.platform.vui-screen-resource.resource-edit #zone1.content-zone .section .section-content .table-border > tbody > tr .text-highlighted:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
}
.screen.platform.vui-screen-resource.resource-edit #zone1.content-zone .section .section-content .table-border > tbody > tr .text-highlighted:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: -6px;
  top: -3px;
  border-radius: 50%;
  background-color: #eb003b;
}
.screen.platform.vui-screen-resource.resource-edit #zone1.content-zone .section .section-content .table-border > tbody > tr .text-highlighted label {
  display: inline-block;
}

.section-content .section.subsection .section-content .table-border .header-border .table-border .cell2 a.postaction,
.section-content .section.subsection .section-content .table-border .header-border .table-border .cell1 a.postaction {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  background-color: #f2f2f2 !important;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 3px;
  border-bottom: 1px solid #cccccc !important;
}
.section-content .section.subsection .section-content .table-border .header-border .table-border .cell2 a.postaction:hover,
.section-content .section.subsection .section-content .table-border .header-border .table-border .cell1 a.postaction:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.section-content .section.subsection .section-content .table-border .header-border .table-border .cell2 a.postaction:before,
.section-content .section.subsection .section-content .table-border .header-border .table-border .cell1 a.postaction:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.section-content .section.subsection .section-content .table-border .header-border .table-border .cell2 a.postaction:hover:before,
.section-content .section.subsection .section-content .table-border .header-border .table-border .cell1 a.postaction:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.section-content .section.subsection .section-content .table-border .header-border .table-border .cell2 a.postaction:hover,
.section-content .section.subsection .section-content .table-border .header-border .table-border .cell1 a.postaction:hover {
  border: 1px solid #cacaca !important;
  background-color: #FFFFFF !important;
}

.child-resource-edit .outer-right-bottom .outer-left-top {
  padding: 0;
  background: transparent;
}

.activity-transition > form > .application > table > tbody > tr:last-child {
  display: none;
}
.activity-transition .application {
  background-color: rgba(0, 0, 0, 0.8);
}
.activity-transition .application > table > tbody > tr:nth-child(2) > td:first-child {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.activity-transition .application .container {
  padding-right: 0;
  width: 1440px;
  height: 700px;
}
.activity-transition .application .container .outer-right-bottom > table {
  height: 100%;
}
.activity-transition .application .container .outer-right-bottom .outer-left-top {
  padding: 0;
}
.activity-transition .application .container .outer-right-bottom .outer-left-top .outerzone3 {
  height: calc(100% - 63px);
  box-shadow: 0 0 0;
}
.activity-transition .application .container .outer-right-bottom .outer-left-top .outerzone3 > table {
  height: 100%;
}
.activity-transition .application .container .outer-right-bottom .outer-left-top .outerzone3 > table .inner {
  height: 100%;
}
.activity-transition .application .portlet {
  height: 100%;
}
.activity-transition .application .portlet .outerzone1 {
  padding: 0;
  background-color: #4d4d4d;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px 0;
}
.activity-transition .application .portlet .outerzone1 .zone1 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  padding: 8px 30px;
  border-bottom: 0;
}
.activity-transition .application .portlet .outerzone3 .header-level5 {
  background-color: #f7f7f7;
  display: block;
  border: 1px solid #e0e0e0;
  padding: 16px 30px;
  text-align: center;
}
.activity-transition .application .portlet .outerzone3 #zone1 > table > tbody > tr:nth-child(2) {
  display: block;
  float: right;
  padding-bottom: 30px;
}
.activity-transition .application .portlet .outerzone3 #zone1 > table > tbody > tr:first-child > td:first-child {
  display: none;
}
.activity-transition .application .portlet .outerzone3 .header-level4 {
  margin: 15px 0 15px 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.activity-transition .application .portlet .outerzone3 .text-style1 {
  background: none;
  padding-left: 0;
  font-size: 27px;
  font-weight: 900;
  color: #4d4d4d;
  text-align: center;
}
.activity-transition .application .portlet .outerzone3 .section-content {
  text-align: center;
}
.activity-transition .application .portlet .outerzone3 .task-operators {
  display: inline-block;
  text-align: left;
}
.activity-transition .application .portlet .outerzone3 .task-operators li {
  color: #007ed9;
  padding-left: 25px;
  position: relative;
  text-align: center;
  font-weight: 600;
}
.activity-transition .application .portlet .outerzone3 .task-operators li:before {
  content: "\e41c";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(-1, 1);
  position: absolute;
  left: 0;
}

.radiogroup.vertical > table > tbody > tr,
.checkboxgroup.vertical > table > tbody > tr {
  display: block;
}

.innertree input[type="checkbox"] + .single-checkbox {
  display: none;
}

#topbuttons .action-collapseAll a,
#topbuttons .action-expandAll a {
  line-height: 17px;
}

/* btn show diagram */
.portlet .outerzone1 .zone1 > tbody > tr {
  position: relative;
}
.portlet .outerzone1 .zone1 > tbody > tr td.center + td.action-help.postaction {
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.portlet .outerzone1 .zone1 > tbody > tr td.center + td.action-help.postaction:before {
  content: "?";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #4d4d4d;
  position: absolute;
  top: 4px;
  left: 13px;
}
.portlet .outerzone1 .zone1 > tbody > tr td.center + td.action-help.postaction:after {
  content: "";
  position: absolute;
  border: 2px solid #4d4d4d;
  border-radius: 50%;
  top: 4px;
  left: 3px;
  background-color: transparent;
  width: 30px;
  height: 30px;
}

/* delegate table */
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone1 {
  margin-bottom: 0;
  background-color: #4d4d4d;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone1 > .zone1 {
  padding: 10px 0;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone1 > .zone1 > tbody {
  padding: 10px 0;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone1 > .zone1 > tbody .center {
  color: #FFFFFF;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 {
  padding-bottom: 0;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone {
  margin-top: 0;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer {
  margin: 15px 0;
  padding-bottom: 10px;
  width: calc(100% + 60px);
  margin-right: -30px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer > table {
  text-align: right;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-previous.disabled,
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-next.disabled {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-previous.disabled:hover,
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-next.disabled:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-previous.disabled:before,
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-next.disabled:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-previous.disabled:hover:before,
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-next.disabled:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-delete a {
  margin-right: 30px;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr > td:first-child > #topbuttons.buttons-outer .action-delete a:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 20px;
  color: #eb003b;
  position: absolute;
  top: 8px;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted {
  height: auto;
  max-height: 500px;
  overflow-y: auto;
  margin-right: -30px;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-header .text-style1 {
  background-color: transparent;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right {
  padding-left: 15px;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree {
  display: flex;
  flex-direction: column;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree #topbuttons {
  margin-bottom: 0;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree #topbuttons .action-collapseAll a,
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree #topbuttons .action-expandAll a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree #topbuttons .action-collapseAll a:hover,
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree #topbuttons .action-expandAll a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree #topbuttons .action-collapseAll a:before,
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree #topbuttons .action-expandAll a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree #topbuttons .action-collapseAll a:hover:before,
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .table-border > tbody > tr > td.cell-right .tree #topbuttons .action-expandAll a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .text-highlighted > label {
  position: relative;
  display: inline;
  color: #4d4d4d;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(2) > td:first-child .section.section-highlighted .section-content .text-highlighted > label:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: -6px;
  top: -3px;
  border-radius: 50%;
  background-color: #eb003b;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(3) > td:first-child .buttons-outer {
  margin-top: 0;
  width: calc(100% + 60px);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: -30px;
  position: relative;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(3) > td:first-child .buttons-outer .button.action-close a {
  height: 50px;
  padding-left: 35px;
  font-size: 18px;
  white-space: nowrap;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(3) > td:first-child .buttons-outer .button.action-close a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  position: absolute;
  top: 8px;
  left: 5px;
}
.platform.vui-screen-document.child-resource-edit .application > table > tbody > tr:nth-child(2) > td > .container > .outer-right-bottom > table > tbody > tr > td.outer-left-top .portlet > .outerzone3 .inner > #zone1.content-zone > .header-border > tbody > tr:nth-child(3) > td:first-child .buttons-outer .button.action-close a > span {
  line-height: 30px;
}

@media print {
  .outer-left-top > .portlet > .outerzone2 + .outerzone3 > .zone3 > tbody > tr:first-child > td.center .inner #zone1 > .header-border > tbody > tr:first-child,
  .outer-left-top > .portlet > .outerzone2 + .outerzone3 > .zone3 > tbody > tr:first-child > td.center .inner #zone1 > .header-border > tbody > tr:last-child {
    display: none !important;
  }

  .application > table > tbody > tr:first-child {
    display: none !important;
  }

  .outer-left-top {
    padding: 0 !important;
  }

  .header {
    display: none !important;
  }

  .treatment-edit .text-highlighted:after {
    content: none !important;
  }

  .container {
    padding-right: 0 !important;
  }

  #footer {
    background-color: #FFFFFF !important;
  }

  #zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right input {
    height: 38px !important;
  }

  input,
  select {
    border: 0 !important;
  }

  .date-field a:before, .date-field a:after {
    content: none !important;
  }

  .shortcut-bar {
    display: none !important;
  }

  .buttons-group.document-main-buttons,
  .form-area.fixed-buttons .button-area.document-top-buttons {
    display: none;
    padding: 0 !important;
  }

  .button-area.document-top-buttons {
    padding: 0 !important;
  }

  .mandatory:after {
    content: none !important;
  }

  .vui-info-handler img {
    display: none;
  }

  .cke_top,
  .cke_bottom {
    display: none !important;
  }

  .datetime-field button,
  .datetime-field a,
  .treatment-edit .button1.action-buttonShow,
  .treatment-edit .button1.action-buttonErase {
    display: none !important;
  }

  .time-field select {
    margin: 0 !important;
    height: 38px !important;
    margin-top: -3px !important;
  }

  .shortcut-bar.shortcut-bar-desktop:not(.shortcut-bar-empty) ~ #default-container,
  .shortcut-bar.shortcut-bar-desktop:not(.shortcut-bar-empty) ~ .middle-office #default-container {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }

  .section.section-highlighted,
  .section.section-highlighted .section.section-highlighted {
    margin: 0;
  }

  .overlay {
    width: auto !important;
    height: auto !important;
    left: 0 !important;
  }

  body {
    background-color: #FFFFFF;
  }

  .vui-combobox:after {
    content: none !important;
  }
  .vui-combobox img {
    display: none !important;
  }

  .section.section-highlighted {
    border-left: 0 !important;
  }

  select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }

  html, body, .root, .page {
    height: auto !important;
  }

  .treatment-edit h1 .document-label-reference {
    color: #4d4d4d !important;
  }

  .list-view .detail .title a,
  .links-view .detail .title a,
  .thumbnails-view .detail .title a {
    border-bottom: 0 !important;
    color: #4d4d4d !important;
  }
  .list-view .detail .title a p,
  .links-view .detail .title a p,
  .thumbnails-view .detail .title a p {
    display: none !important;
  }
  .list-view .detail .title a h4 img,
  .links-view .detail .title a h4 img,
  .thumbnails-view .detail .title a h4 img {
    display: none !important;
  }

  .actions span {
    display: none !important;
  }

  .vui-combobox-single.vui-selector-field input,
  .vui-combobox.vui-combobox-single input {
    color: #4d4d4d !important;
    padding-left: 10px !important;
  }

  .section {
    margin: 0 !important;
    border-left: 0 !important;
  }

  .vui-error-indicator {
    display: none !important;
  }

  .buttonlike,
  .dropfiles-helper {
    display: none !important;
  }

  .treatment-edit .fields-group td.cell-left,
  .treatment-edit .fields-group td.cell-left * {
    font-weight: 700 !important;
  }

  .footer a {
    color: #4d4d4d !important;
    border-bottom: 0 !important;
  }

  input[type="checkbox"] + label:after,
  input[type="checkbox"] + .single-checkbox:after,
  input[type="checkbox"] + .reversed-checkbox:after {
    color: #4d4d4d !important;
  }

  .cell-full span {
    color: #4d4d4d !important;
  }

  .vui-selector-field input,
  .vui-combobox.vui-combobox-single input,
  .vui-combobox-multi input,
  .fields-group input:not([type="checkbox"]),
  .fields-group input:not([type="radio"]),
  .fields-group textarea,
  .fields-group select {
    width: 100% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  td a img[width="16"][height="16"] {
    display: none !important;
  }

  td a {
    color: #4d4d4d !important;
  }

  .fields-group > .table-border > tbody {
    display: block !important;
  }
  .fields-group > .table-border > tbody .radio-group,
  .fields-group > .table-border > tbody .checkboxgroup {
    display: block !important;
  }

  .detail-main .title a h4 {
    word-break: break-all;
  }

  .treatment-edit h1 {
    margin-bottom: 0 !important;
  }

  .form-area.fixed-buttons,
  .form-area {
    padding: 0 !important;
  }

  .view-header.view-has-actions,
  .treatment-edit .table-view.responsive-table > table > tbody > tr:first-child th:first-child {
    display: none !important;
  }

  td.cell-right {
    position: relative;
  }
  td.cell-right select[multiple] {
    overflow: hidden;
  }
  td.cell-right select[multiple] option {
    display: none;
    background-color: transparent !important;
  }
  td.cell-right select[multiple] option:checked, td.cell-right select[multiple] option[selected="true"] {
    display: block;
    background-color: transparent !important;
  }
  td.cell-right select[multiple] option::selection {
    background: yellow;
  }

  .list-view .detail .title a h4 {
    white-space: inherit !important;
  }

  .section h2,
  .section-highlighted h2 {
    background-color: transparent !important;
    position: relative !important;
    z-index: +1 !important;
    overflow: hidden !important;
    padding: 10px !important;
  }
  .section h2:before,
  .section-highlighted h2:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    border: 99999px #f2f2f2 solid !important;
    z-index: -1 !important;
  }
  .section h2 *,
  .section-highlighted h2 * {
    position: relative !important;
    z-index: 1 !important;
  }

  input[type="radio"]:checked + label:after,
  input[type="radio"]:checked + label:focus:after,
  input[type="radio"]:checked + label:hover:after,
  input[type="radio"]:checked + .reversed-radio:after,
  input[type="radio"]:checked + .reversed-radio:focus:after,
  input[type="radio"]:checked + .reversed-radio:hover:after {
    content: "\e43b" !important;
    font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent !important;
    color: #4d4d4d !important;
    font-size: 24px !important;
    position: absolute !important;
    top: 1px !important;
    left: 0 !important;
  }

  input[type="radio"] + label,
  input[type="radio"] + .reversed-radio,
  input[type="checkbox"] + label,
  input[type="checkbox"] + .reversed-checkbox {
    width: 100px !important;
  }

  .date-field,
  strong {
    font-weight: normal !important;
  }
  .date-field *,
  strong * {
    font-weight: normal !important;
  }

  .vui-combobox-multi.vui-selector-field {
    display: none;
  }

  .vui-combobox-selected-items span .vui-combobox-item:before,
  .vui-combobox-selected-items > span:before,
  .vui-combobox-selected-items span .vui-combobox-item:after,
  .vui-combobox-selected-items > span:after {
    content: none !important;
  }

  .button1.action-showall,
  .treatment-edit .button1.action-showall,
  .button1.action-deleteall,
  .treatment-edit .button1.action-deleteall {
    display: none !important;
  }

  .vui-combobox-multi {
    display: none !important;
  }

  .buttons-group.vui-combobox-actions {
    display: none !important;
  }

  .vui-combobox-selected-items span .vui-combobox-item,
  .vui-combobox-selected-items > span {
    color: #4d4d4d !important;
  }

  .vui-combobox.vui-combobox-single.vui-combobox-auto .vui-combobox-input-autocomplete {
    display: block !important;
  }

  .treatment-edit .button1 {
    display: none;
  }

  .popup-menu-handler.handler-actions.popup-menu-handler-single,
  .popup-menu-handler.handler-actions.popup-menu-handler-split {
    display: none;
  }

  .table-view table th.cell1:not(.has-title):first-child,
  .table-view table td.cell1:not(.has-title):first-child,
  .table-view table th.cell2:not(.has-title):first-child,
  .table-view table td.cell2:not(.has-title):first-child {
    display: none !important;
  }
  .table-view table th.cell1:not(.has-title):first-child:before,
  .table-view table td.cell1:not(.has-title):first-child:before,
  .table-view table th.cell2:not(.has-title):first-child:before,
  .table-view table td.cell2:not(.has-title):first-child:before {
    display: none !important;
  }

  .table td.cell1, .table td.cell2 {
    width: auto;
    text-align: left !important;
  }

  .table .unsorted {
    background-image: none;
  }

  .table-view table th,
  .table-view table td:before {
    border: 1px solid #000;
  }

  .table-view table tbody tr:nth-child(even) {
    background: #FFFFFF;
    display: block !important;
    border: 1px solid #4d4d4d;
  }

  .subsection .fields-group {
    padding-bottom: 0 !important;
  }

  .table-view table tbody tr:nth-child(odd) {
    background: #FFFFFF;
    margin-bottom: 100px !important;
    display: block !important;
    border: 1px solid #4d4d4d;
  }

  .table-view table tbody tr:first-child {
    display: none !important;
  }

  table.table-border .table-view .table tbody {
    display: contents !important;
  }

  .table-view table td::before {
    content: attr(data-vdp-th) "";
    font-weight: bold;
    width: 100%;
    display: block;
  }

  .table-view table td:before {
    content: attr(data-vdp-th) "";
    font-weight: bold;
    display: block;
  }

  td.cell-right,
  td.cell-left {
    vertical-align: top !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }

  .treatment-edit .radiogroup {
    margin: 0 !important;
  }

  .treatment-edit input,
  .treatment-edit .vui-combobox input,
  .treatment-edit .vui-combobox-multi input,
  .treatment-edit .vui-selector-field input {
    min-height: 0 !important;
  }

  .treatment-edit .fields-group TD.cell-right,
  .treatment-edit .fields-group TD.cell-left {
    width: 25% !important;
  }

  .button-area.document-top-buttons {
    display: none;
  }

  .treatment-edit h1 {
    margin-bottom: 0;
  }

  .shortcut-bar.shortcut-bar-desktop:not(.shortcut-bar-empty) ~ #default-container,
  .shortcut-bar.shortcut-bar-desktop:not(.shortcut-bar-empty) ~ .middle-office #default-container {
    padding: 0;
  }

  .treatment-edit .fields-group td.cell-right[colspan="75"],
  .treatment-edit .fields-group td.cell-left[colspan="75"] {
    width: 75% !important;
  }
}
@media print {
  .table-view table {
    margin: 0 !important;
    min-width: 280px !important;
  }
  .table-view table th {
    display: none !important;
  }
  .table-view table td {
    display: block !important;
  }
  .table-view table td:first-child {
    padding-top: .5em !important;
    white-space: normal !important;
  }
  .table-view table td:last-child {
    padding-bottom: .5em !important;
  }
  .table-view table td:before {
    content: attr(data-vdp-th) "" !important;
    font-weight: bold !important;
    width: 100% !important;
    display: block !important;
    padding: 3px !important;
    border: 0 !important;
  }
  .table-view table th, .table-view table td {
    /*text-align: left !important;*/
  }
}
@media print and (min-width: 4500px !important) {
  .table-view table th, .table-view table td {
    display: table-cell !important;
    padding: .25em .5em !important;
  }
  .table-view table th:first-child, .table-view table td:first-child {
    padding-left: 0 !important;
  }
  .table-view table th:last-child, .table-view table td:last-child {
    padding-right: 0 !important;
  }
}

@media print {
  .fields-group td.cell-right,
  .fields-group td.cell-left {
    display: inline-block !important;
    width: 25%;
  }

  .vui-combobox-selected-items span.vui-combobox-selected-item-plus {
    margin: 0 !important;
  }

  .vui-combobox-selected-items span .vui-combobox-item,
  .vui-combobox-selected-items > span {
    width: 100% !important;
    white-space: initial !important;
    height: auto !important;
    margin: 0 !important;
    line-height: 22px !important;
  }

  .section.subsection h2:before {
    content: none !important;
  }

  .vui-file-upload .files .view-area,
  .vui-file-upload .list-view,
  .vui-file-upload .files td {
    padding: 0 !important;
  }

  label {
    color: #666666 !important;
    font-weight: normal !important;
  }

  .checkboxgroup table,
  .radiogroup table {
    display: inline-block;
  }

  input[type="radio"] {
    display: block !important;
  }

  .treatment-edit .radiogroup > table > tbody {
    font-size: 16px !important;
  }

  .table-view table {
    color: #FFFFFF !important;
    overflow: hidden !important;
  }
  .table-view table th, .table-view table td {
    margin: 0 !important;
  }
}
@media print and (min-width: 4500px !important) {
  .table-view table th, .table-view table td {
    padding: 10px 8px !important;
  }
}
@media print {
  .table-view table th, .table-view table td:before {
    color: #4d4d4d !important;
  }
}
@media print and (max-width: 767px) {
  .table td.cell1,
  .table td.cell2 {
    padding: 5px 10px !important;
  }
}
@media print and (min-width: 768px) and (max-width: 1024px) {
  .client-view .table-view table,
  .application-hp .table-view table {
    margin: 0 !important;
    min-width: 280px !important;
  }
  .client-view .table-view table th,
  .application-hp .table-view table th {
    display: none !important;
  }
  .client-view .table-view table td,
  .application-hp .table-view table td {
    display: block !important;
  }
  .client-view .table-view table td:first-child,
  .application-hp .table-view table td:first-child {
    padding-top: .5em !important;
  }
  .client-view .table-view table td:last-child,
  .application-hp .table-view table td:last-child {
    padding-bottom: .5em !important;
  }
  .client-view .table-view table td:before,
  .application-hp .table-view table td:before {
    content: attr(data-vdp-th) "" !important;
    font-weight: bold;
    width: 100% !important;
    display: block;
  }
  .client-view .table-view table th, .client-view .table-view table td,
  .application-hp .table-view table th,
  .application-hp .table-view table td {
    text-align: left !important;
  }
}
@media print and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .client-view .table-view table th, .client-view .table-view table td,
  .application-hp .table-view table th,
  .application-hp .table-view table td {
    padding: .25em .5em !important;
  }
  .client-view .table-view table th:first-child, .client-view .table-view table td:first-child,
  .application-hp .table-view table th:first-child,
  .application-hp .table-view table td:first-child {
    padding-left: 0 !important;
  }
  .client-view .table-view table th:last-child, .client-view .table-view table td:last-child,
  .application-hp .table-view table th:last-child,
  .application-hp .table-view table td:last-child {
    padding-right: 0 !important;
  }
}

@media print and (min-width: 768px) and (max-width: 1024px) {
  .client-view .table-view table,
  .application-hp .table-view table {
    color: #FFFFFF !important;
    overflow: hidden !important;
  }
  .client-view .table-view table th, .client-view .table-view table td,
  .application-hp .table-view table th,
  .application-hp .table-view table td {
    margin: 0 !important;
  }
}
@media print and (min-width: 768px) and (max-width: 1024px) and (min-width: 4500px !important) {
  .client-view .table-view table th, .client-view .table-view table td,
  .application-hp .table-view table th,
  .application-hp .table-view table td {
    padding: 0.3em 0.5em !important;
  }
}
@media print and (min-width: 768px) and (max-width: 1024px) {
  .client-view .table-view table th, .client-view .table-view table td:before,
  .application-hp .table-view table th,
  .application-hp .table-view table td:before {
    color: #4d4d4d !important;
  }

  .table td.cell1,
  .table td.cell2 {
    padding: 5px 10px !important;
  }
}
@media print {
  .row {
    margin: 0 !important;
  }

  .view-header {
    display: none;
  }

  .vui-file-upload {
    margin-top: 5px !important;
  }

  a.postaction {
    display: none !important;
  }

  .grid-content-zone .table-border > tbody > tr > td.cell1 input + label,
  .grid-content-zone .table-border > tbody > tr > td.cell2 input + label {
    display: none !important;
  }
  .grid-content-zone .table-border > tbody > tr > td.cell1 input + label:before, .grid-content-zone .table-border > tbody > tr > td.cell1 input + label:after,
  .grid-content-zone .table-border > tbody > tr > td.cell2 input + label:before,
  .grid-content-zone .table-border > tbody > tr > td.cell2 input + label:after {
    content: none;
  }

  .action-summary {
    background-color: transparent !important;
    position: relative !important;
    z-index: +1 !important;
    overflow: hidden !important;
    padding: 10px !important;
    display: block;
  }
  .action-summary:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    border: 99999px #f2f2f2 solid !important;
    z-index: -1 !important;
  }

  .action-history {
    display: block;
  }

  .section.section-highlighted {
    background: transparent !important;
  }
  .section.section-highlighted * {
    background: transparent !important;
  }

  select::-ms-expand {
    display: none !important;
  }

  .treatment-edit .cell-left {
    font-weight: 700 !important;
  }
  .treatment-edit .cell-left > *,
  .treatment-edit .cell-left label {
    font-weight: 700 !important;
  }
}
.document-print .cell-right {
  display: block !important;
  height: auto !important;
  margin-top: 8px !important;
  width: auto !important;
}
.document-print.treatment-edit .cell-left {
  font-weight: 700 !important;
}
.document-print.treatment-edit .cell-left > *,
.document-print.treatment-edit .cell-left label {
  font-weight: 700 !important;
}

.screen.platform.vui-screen-form.userProfile-edit #APP-vdp > table > tbody {
  background-color: #e9e9e9;
}

.userProfile-edit #APP-vdp .outer-left-top {
  padding-top: 0;
}

.userProfile-edit #APP-vdp.application #zone1 > table > tbody > tr > td {
  display: block;
}

.section .section-header .text-style1 {
  font-size: 18px;
  line-height: 24.3px;
  background-color: #e0e0e0;
  padding: 11px 22px 13px;
  margin: 0;
  color: #4d4d4d;
}
.section .section-header .text-style1 span {
  font-size: 27px;
  font-weight: 900;
  background-color: transparent;
  padding: 0;
}

.userProfile-edit #zone1.content-zone {
  margin-top: 0;
}

.agentRun-edit .section-header .text-style1 {
  background-color: transparent;
}

.userProfile-edit #APP-vdp .outerzone1 {
  margin-bottom: 5px;
}

.userProfile-edit #zone1 > table > tbody {
  background: #e9e9e9;
}
.userProfile-edit #zone1 > table > tbody > tr .section {
  background: #FFFFFF;
}
.userProfile-edit #zone1 > table > tbody tr:nth-child(2) {
  border: 0;
}

.userProfile-edit #APP-vdp .section-content .table-border {
  padding: 20px 22px 20px;
  margin-top: 20px;
}
.userProfile-edit #APP-vdp .section-content .table-border .cell-left {
  padding: 5px 10px;
  vertical-align: top;
  text-align: right;
}
.userProfile-edit #APP-vdp .section-content .table-border .cell-left label {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  padding: 0 2px;
}

.userProfile-edit #APP-vdp input {
  min-height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  width: 120px;
  color: #4d4d4d;
  border: 1px solid #cccccc;
  outline: 1px solid rgba(204, 204, 204, 0);
  transition: all 0.1s ease;
  vertical-align: middle;
  margin-bottom: 5px;
}
.userProfile-edit #APP-vdp input:focus {
  outline: 1px solid #007ed9;
  border: 1px solid #007ed9;
}

.userProfile-edit #APP-vdp select {
  margin-bottom: 5px;
}

.userProfile-edit .view-options {
  float: left;
  margin-left: 30px;
}
.userProfile-edit .pager {
  padding-top: 8px;
}
.userProfile-edit .handler-filter-screen {
  margin: 30px;
}

.userProfile-edit .buttons-outer {
  padding: 30px;
}

.userProfile-edit #zone1.content-zone tr:nth-child(2) {
  background-color: #FFFFFF;
}

.userProfile-edit .screen.vui-screen-form.view-filter .section-footer {
  display: none;
}
.userProfile-edit .screen.vui-screen-form.view-filter #zone1 > table > tbody tr:nth-child(2) {
  margin-bottom: 0;
}
.userProfile-edit .screen.vui-screen-form.view-filter #zone1 > table > tbody tr:nth-child(2) .buttons-outer {
  display: none;
}
.userProfile-edit .screen.vui-screen-form.view-filter .section-content .table-border {
  margin-top: 0 !important;
}

.userProfile-edit span.action-save a {
  padding-left: 25px;
}
.userProfile-edit span.action-save a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  color: #70bf00;
  position: absolute;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

.userProfile-edit .buttons-outer:last-child {
  margin-top: 0;
}

.userProfile-edit .outerzone2 {
  margin-top: 30px;
}

.userProfile-edit .outerzone3 {
  padding: 0;
}

input[type="checkbox"] + .reversed-checkbox:before,
input[type="checkbox"] + .single-checkbox:before,
input[type="checkbox"] + label:before {
  box-shadow: 0 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}

.fields-group .table input[type=checkbox] {
  min-height: 0 !important;
}

input[type="checkbox"],
.entry-inline input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

input[type="checkbox"]:disabled + .single-checkbox:hover:before {
  border: 1px solid #b3b3b3;
  box-shadow: none;
  transition: none;
}

input[type="checkbox"] + label,
input[type="checkbox"] + .reversed-checkbox,
input[type="checkbox"] + .single-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 22px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  width: auto;
}

.cell1 input[type="checkbox"] + label,
.cell1 input[type="checkbox"] + .reversed-checkbox,
.cell1 input[type="checkbox"] + .single-checkbox,
.cell2 input[type="checkbox"] + label,
.cell2 input[type="checkbox"] + .reversed-checkbox,
.cell2 input[type="checkbox"] + .single-checkbox {
  margin-top: 0;
  margin-bottom: 15px;
}

input[type="checkbox"] + .reversed-checkbox,
input[type="checkbox"] + .single-checkbox {
  display: initial;
}

input[type="checkbox"] + label:before,
input[type="checkbox"] + .reversed-checkbox:before,
input[type="checkbox"] + .single-checkbox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background: #FFFFFF;
}

.popup-menu-handler.handler-actions input[type="checkbox"] + .single-checkbox:before {
  top: 10px;
  left: 5px;
}
.popup-menu-handler.handler-actions input[type="checkbox"] + .single-checkbox:after {
  top: 10px;
  left: 5px;
}

.view-header span.handler-selectall input[type="checkbox"] + .single-checkbox:before {
  left: 1px;
}
.view-header span.handler-selectall input[type="checkbox"] + .single-checkbox:after {
  left: 3px;
}

#APP-vdp .view-header span.handler-selectall input[type="checkbox"] + .single-checkbox:before {
  left: 0;
}
#APP-vdp .view-header span.handler-selectall input[type="checkbox"] + .single-checkbox:after {
  left: 2px;
}

.DirAdmin-browse #APP-vdp .view-header span.handler-selectall input[type="checkbox"] + .single-checkbox:before {
  left: 0;
}
.DirAdmin-browse #APP-vdp .view-header span.handler-selectall input[type="checkbox"] + .single-checkbox:after {
  left: 2px;
}

input[type="checkbox"] + label:before,
input[type="checkbox"] + .single-checkbox:before,
input[type="checkbox"] + .single-checkbox:before {
  box-shadow: 0 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}

input[type="checkbox"] + label:after,
input[type="checkbox"] + .reversed-checkbox:after,
input[type="checkbox"] + .single-checkbox:after {
  position: absolute;
  transform: scale(0);
}

input[type="checkbox"] + label:after,
input[type="checkbox"] + .reversed-checkbox:after,
input[type="checkbox"] + .single-checkbox:after {
  font-size: 18px;
  line-height: 18px;
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s linear;
  left: 2px;
  top: 2px;
  color: #70bf00;
}

#PNL-Notification input[type="checkbox"] + .single-checkbox:after {
  left: 5px;
}

input[type="checkbox"]:focus + label:before,
input[type="checkbox"] + label:hover:before,
input[type="checkbox"]:focus + .reversed-checkbox:before,
input[type="checkbox"] + .reversed-checkbox:hover:before
input[type="checkbox"]:focus + .single-checkbox:before,
input[type="checkbox"] + .single-checkbox:hover:before {
  border: 1px solid #70bf00;
  box-shadow: 0 0 0 1px #70bf00;
  transition: all 0.1s linear;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked:focus + label:after,
input[type="checkbox"]:checked + label:hover:after,
input[type="checkbox"]:checked + .reversed-checkbox:after,
input[type="checkbox"]:checked:focus + .reversed-checkbox:after,
input[type="checkbox"]:checked + .reversed-checkbox:hover:after
input[type="checkbox"]:checked + .single-checkbox:after,
input[type="checkbox"]:checked:focus + .single-checkbox:after,
input[type="checkbox"]:checked + .single-checkbox:hover:after {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.2s cubic-bezier(0.6, 0.2, 0, 2), opacity 0.2s linear;
  line-height: 22px;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + .reversed-checkbox:after,
input[type="checkbox"]:checked + .single-checkbox:after {
  color: #70bf00;
  opacity: 1;
  transform: scale(1);
}

input[type="checkbox"]:checked:disabled + label:after,
input[type="checkbox"]:checked:disabled + .reversed-checkbox:after,
input[type="checkbox"]:checked:disabled + .single-checkbox:after {
  color: #4d4d4d;
}

input[type="checkbox"]:checked:disabled + label,
input[type="checkbox"]:checked:disabled + .reversed-checkbox,
input[type="checkbox"]:checked:disabled + .single-checkbox {
  cursor: default;
  font-weight: 500;
  opacity: 0.7;
}

input[type="checkbox"]:checked:disabled + label:hover:before,
input[type="checkbox"]:checked:disabled + .reversed-checkbox:hover:before,
input[type="checkbox"]:checked:disabled + .single-checkbox:hover:before {
  border: 1px solid #b3b3b3;
  box-shadow: none;
  transition: none;
}

input[type="checkbox"]:disabled + label:after,
input[type="checkbox"]:disabled + .reversed-checkbox:after,
input[type="checkbox"]:disabled + .single-checkbox:after {
  color: #4d4d4d;
}

input[type="checkbox"]:disabled + label,
input[type="checkbox"]:disabled + .reversed-checkbox,
input[type="checkbox"]:disabled + .single-checkbox {
  cursor: default;
  font-weight: 600;
  opacity: 0.7;
}

#PNL-SecurityRules input[type="checkbox"]:disabled + label:before {
  top: -3px;
}

input[type="checkbox"]:disabled + label:hover:before,
input[type="checkbox"]:disabled + .reversed-checkbox:hover:before,
input[type="checkbox"]:disabled + .single-checkbox:hover:before {
  border: 1px solid #b3b3b3;
  box-shadow: none;
  transition: none;
}

input[type="checkbox"]:checked:disabled:after {
  color: #4d4d4d;
}

input[type="checkbox"]:checked:disabled {
  cursor: default;
  font-weight: 600;
  opacity: 0.7;
}

input[type="checkbox"]:checked:disabled:hover:before {
  border: 1px solid #b3b3b3;
  box-shadow: none;
  transition: none;
}

input[type="checkbox"]:disabled:after {
  color: #4d4d4d;
}

input[type="checkbox"]:disabled {
  cursor: default;
  font-weight: 600;
  opacity: 0.7;
}

input[type="checkbox"]:disabled:hover:before {
  border: 1px solid #b3b3b3;
  box-shadow: none;
  transition: none;
}

input[type="checkbox"] {
  position: absolute;
  left: -99998px;
  opacity: 0;
}

.detail-selected input[type="checkbox"]:checked + .single-checkbox:before {
  content: none;
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

input[type="radio"] + label,
input[type="radio"] + .reversed-radio {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 18px;
  cursor: pointer;
  width: 200px;
}

input[type="radio"] + label:before,
input[type="radio"] + .reversed-radio:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background: #FFFFFF;
}

input[type="radio"] + label:before,
input[type="radio"] + .reversed-radio:before {
  border-radius: 50%;
}

input[type="radio"] + label:before,
input[type="radio"] + .reversed-radio:before {
  box-shadow: 0 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}

input[type="radio"] + label:after,
input[type="radio"] + .reversed-radio:after {
  position: absolute;
  transform: scale(0);
}

input[type="radio"] + label:after,
input[type="radio"] + .reversed-radio:after {
  content: '';
  left: 1px;
  top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform 0.2s ease-out;
}

input[type="radio"]:focus + label:before,
input[type="radio"] + label:hover:before,
input[type="radio"]:focus + .reversed-radio:before,
input[type="radio"] + .reversed-radio:hover:before {
  border: 1px solid #007ed9;
  box-shadow: 0 0 0 1px #007ed9;
  transition: all 0.1s linear;
}

input[type="radio"]:checked + label,
input[type="radio"]:checked + .reversed-radio {
  pointer-events: none;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:checked:focus + label:after,
input[type="radio"]:checked + label:hover:after,
input[type="radio"]:checked + .reversed-radio:after,
input[type="radio"]:checked:focus + .reversed-radio:after,
input[type="radio"]:checked + .reversed-radio:hover:after {
  transform: scale(0.6);
  transition: transform 0.2s cubic-bezier(0.6, 0.2, 0, 2), opacity 0.2s linear;
  background-color: #007ed9;
}

.lightbox-content .lightbox-panel .fields-group input[type="radio"] {
  position: absolute;
  left: -99999px;
}

.treatment-edit .fields-group td[colspan="2"] input[type="radio"] {
  margin-top: -5px;
}

.fields-group input:not([type='radio']),
.fields-group textarea,
.fields-group select {
  min-height: 38px;
  margin-bottom: 5px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label,
input[type="radio"] + .reversed-radio {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-right: 15px;
  margin-bottom: 5px;
  line-height: 20px;
  cursor: pointer;
  width: 200px;
  font-size: 18px;
}

input[type="radio"] + .reversed-radio {
  display: initial;
}

.color-item input[type="radio"] + label {
  width: inherit;
  font-size: 0;
}

.table-view input[type="radio"] + label,
.table-view input[type="radio"] + .reversed-radio {
  height: 20px;
}

input[type="radio"] + label:before,
input[type="radio"] + .reversed-radio:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
}

input[type="radio"] + label:before,
input[type="radio"] + .single-checkbox:before,
input[type="radio"] + .reversed-radio:before {
  box-shadow: 0 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}

input[type="radio"]:focus + label:before,
input[type="radio"] + label:hover:before,
input[type="radio"]:focus + .reversed-radio:before,
input[type="radio"] + .reversed-radio:hover:before {
  border: 1px solid #007ed9;
  box-shadow: none;
  transition: all 0.1s linear;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:checked:focus + label:after,
input[type="radio"]:checked + label:hover:after,
input[type="radio"]:checked + .reversed-radio:after,
input[type="radio"]:checked:focus + .reversed-radio:after,
input[type="radio"]:checked + .reversed-radio:hover:after {
  transform: scale(0.6);
  transition: transform 0.2s cubic-bezier(0.6, 0.2, 0, 2), opacity 0.2s linear;
  background-color: #007ed9;
}

input[type="radio"]:disabled + label:hover:before,
input[type="radio"]:disabled + .reversed-radio:hover:before {
  border: 1px solid #b3b3b3;
  box-shadow: none;
}

input[type="radio"] + label:after,
input[type="radio"] + .reversed-radio:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s ease-out;
}

.table-view input[type="radio"] + label:after,
.table-view input[type="radio"] + label:before,
.table-view input[type="radio"] + .reversed-radio:after,
.table-view input[type="radio"] + .reversed-radio:before {
  left: calc(50% - 10px);
}

input[type="radio"]:checked + label,
input[type="radio"]:checked + .reversed-radio {
  pointer-events: none;
  font-weight: normal;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:checked + label:focus:after,
input[type="radio"]:checked + label:hover:after,
input[type="radio"]:checked + .reversed-radio:after,
input[type="radio"]:checked + .reversed-radio:focus:after,
input[type="radio"]:checked + .reversed-radio:hover:after {
  transform: scale(0.6);
  transition: transform 0.2s cubic-bezier(0.9, -2.5, 0.9, 0.15);
  background-color: #007ed9;
}

/*input[type="radio"] + label:before,
input[type="radio"] + label:after,
input[type="radio"] + .reversed-radio:before,
input[type="radio"] + .reversed-radio:after {
  margin-top: 3px;
}*/
input[type="radio"]:disabled + label,
input[type="radio"]:disabled + .reversed-radio {
  opacity: 0.7;
  cursor: default;
}
input[type="radio"]:disabled + label::after,
input[type="radio"]:disabled + .reversed-radio::after {
  display: none;
}

.lightbox-content .child-resource-edit input[type="radio"] + label {
  width: auto;
  padding-right: 10px;
}

.lightbox-content .child-resource-edit .fields-group input:not([type="radio"]) {
  margin-right: 10px;
}

input[type="radio"]:checked:disabled + label:after,
input[type="radio"]:checked:disabled + .reversed-radio:after {
  transform: scale(0.6);
  transition: transform 0.2s cubic-bezier(0.6, 0.2, 0, 2), opacity 0.2s linear;
  display: block;
  background-color: #4d4d4d;
}

.entry-inline > label:first-child:hover ~ .reversed-radio:before {
  border: 1px solid #007ed9;
  box-shadow: none;
  transition: all 0.1s linear;
}

.entry-inline {
  text-align: left;
}
.entry-inline input[type="radio"] + label,
.entry-inline input[type="radio"]:disabled + .reversed-radio {
  width: auto;
  height: auto;
}

.agent-edit .entry-inline input[type="radio"] + label {
  width: 450px;
  margin-bottom: 15px;
}

#APP-admin #PNL-SecurityRule input[type="radio"] + label {
  width: 250px;
}

/* process new gesture */
.agent-edit #zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right input[type="checkbox"] + label:before,
.agent-edit #zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right input[type="checkbox"] + .reversed-checkbox:before,
.agent-edit #zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right input[type="checkbox"] + .single-checkbox:before {
  top: 4px;
}
.agent-edit #zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right input[type="checkbox"] + label:after,
.agent-edit #zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right input[type="checkbox"] + .reversed-checkbox:after,
.agent-edit #zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right input[type="checkbox"] + .single-checkbox:after {
  top: 6px;
}

#PNL-SecurityRule #zone1 .form-style2 .table-border .cell2 label {
  width: auto;
}

.ServerAdmin-admin .text-style1 {
  padding: 0;
}
.ServerAdmin-admin .section-footer {
  display: none;
}

.application .outerzone3 .zone3 .header-nav {
  padding: 0;
}

.application .outerzone3 .zone3 .header-border .header-nav {
  padding: 0;
}
.application .outerzone3 .zone3 .header-border .header-nav .portletnav {
  padding-left: 0;
  margin-bottom: 0;
}
.application .outerzone3 .zone3 .header-border .header-nav .portletnav .leftmargin + .left-active + td {
  margin-left: 0 !important;
}
.application .outerzone3 .zone3 .header-border .header-nav .portletnav .leftmargin + .left + .content a {
  margin-left: 0 !important;
}
.application .outerzone3 .zone3 .header-border > tbody > tr > td > div[class=""] td[valign="top"] > .header-border .grid {
  margin-top: 20px;
}
.application .outerzone3 .zone3 .header-border .stepnav {
  margin-top: 10px;
}
.application .outerzone3 .zone3 .header-border .header-nav .portletnav .outer .content-active {
  font-size: 18px;
  font-weight: normal;
  color: #007bc2;
  background-color: rgba(0, 126, 217, 0.15);
  height: calc(100% + 12px);
  border-radius: 5px;
  padding: 6px 8px;
  display: inline-block;
  margin: 0 5px 0 5px;
}
.application .outerzone3 .zone3 .header-border .header-nav .portletnav .outer .content-active:hover:before {
  opacity: 0;
  transform: scale(1);
}
.application .outerzone3 .zone3 .header-border .header-nav .portletnav .outer .content a {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  color: #4d4d4d;
  border: none;
  position: relative;
  white-space: nowrap;
  margin-left: 5px;
  padding: 0 8px;
  margin-right: 5px;
}
.application .outerzone3 .zone3 .header-border .header-nav .portletnav .outer .content a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: calc(100% + 12px);
  opacity: 0;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
}
.application .outerzone3 .zone3 .header-border .header-nav .portletnav .outer .content a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

.DirOrganization-edit .grid {
  margin-top: 20px;
}

.step .stepnav .outer .content-active {
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  border: 0;
  color: #4d4d4d;
  padding: 0 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
  height: calc(100% - 8px);
}

.step .stepnav .outer > tbody > tr > td.left-active + .content-active {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
}
.step .stepnav .outer .leftmargin + .left-active + td {
  margin-left: 0 !important;
}
.step .stepnav .outer .leftmargin + .left + .content a {
  margin-left: 0 !important;
}

.step .stepnav .outer .content a {
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  color: #4d4d4d;
  position: relative;
  display: inline-block;
  border: 0;
  padding: 0 10px;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
}
.step .stepnav .outer .content a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.step .stepnav .outer .content a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

#zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-left,
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell1.text-align3 {
  text-align: right;
  padding: 8px 30px;
  vertical-align: top;
}

#zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right {
  padding: 8px 30px;
  padding-left: 0;
}
#zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right input {
  margin-bottom: 0;
}
#zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-right input + input {
  margin-top: 5px;
}

.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell1.text-align3 {
  border-left: 4px solid #e0e0e0;
}

#zone1.content-zone {
  margin-top: 20px;
}

#zone1.content-zone > .section {
  margin-top: 20px;
  border-left: 4px solid #e0e0e0;
}
#zone1.content-zone > .section:first-child {
  margin-top: 0;
}

#zone1.content-zone .section > table > tbody > tr > td.section-header > table {
  margin-bottom: 25px;
}

span.action-saveandclose {
  float: right;
}
span.action-saveandclose a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px !important;
  padding-left: 40px;
}
span.action-saveandclose a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
span.action-saveandclose a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
span.action-saveandclose a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  position: absolute;
  left: 8px;
  display: inline-block;
  vertical-align: middle;
  top: 7px;
}

span.action-save a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
span.action-save a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
span.action-save a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
span.action-save a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
span.action-save a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #70bf00;
  position: absolute;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  top: 6px;
}

.view-filter span.action-save a:after {
  content: "\e925";
  color: #eb003b;
}

span.action-close a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 25px;
}
span.action-close a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
span.action-close a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
span.action-close a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
span.action-close a:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #eb003b;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  top: 6px;
}

.buttons-outer:last-child {
  float: right;
  margin-top: 30px;
}

.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell2 span a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell2 span a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell2 span a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell2 span a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell2 span[title*="fichiers"],
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell2 span[title*="du serveur"],
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell2 span[title*="files"],
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell2 span[title*="diagnosis"] {
  display: block;
  margin-top: 25px;
}

.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell-right span a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell-right span a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell-right span a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell-right span a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.action-startAgentButton.button.postaction a,
.screen.platform.vui-screen-explorer .button.postaction.action-execute a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
}
.action-startAgentButton.button.postaction a:hover,
.screen.platform.vui-screen-explorer .button.postaction.action-execute a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-startAgentButton.button.postaction a:before,
.screen.platform.vui-screen-explorer .button.postaction.action-execute a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-startAgentButton.button.postaction a:hover:before,
.screen.platform.vui-screen-explorer .button.postaction.action-execute a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.action-startAgentButton.button.postaction a:after,
.screen.platform.vui-screen-explorer .button.postaction.action-execute a:after {
  content: "\e93d";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 4px;
}

#zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-left label,
.outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell1 label {
  font-weight: 600;
  line-height: 21px;
}

/*.security-add #zone1.content-zone .section .section-content .table-border > tbody > tr > .cell-left label,
.security-add .outerzone3 .zone3 .center .inner .header-border div[class=""] #zone1 .cell1 label {
  font-weight: normal;
}*/
.security-add .grid-content-zone .cell-header {
  text-align: center;
}

.security-add .grid-content-zone .cell2.has-title input[type="radio"] + label,
.security-add .grid-content-zone .cell1.has-title input[type="radio"] + label {
  margin-left: 44%;
}

.vui-combobox.vui-combobox-single.vui-selector-field.vui-combobox-medium img.vui-combobox-opener {
  display: inline-block;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-image: radial-gradient(#4d4d4d 50%, transparent 50%), radial-gradient(#4d4d4d 50%, transparent 50%), radial-gradient(#4d4d4d 50%, transparent 50%);
  background-size: 4px 4px;
  background-position: 11px 16px, 16px 16px, 21px 16px;
  cursor: pointer;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #cccccc;
  border-left: 0;
  min-height: 38px !important;
  min-width: 38px;
  /*    margin-top: -5px;*/
  vertical-align: middle;
  transition: all ease-out 0.1s;
}
.vui-combobox.vui-combobox-single.vui-selector-field.vui-combobox-medium img.vui-combobox-opener:hover {
  background-color: #FFFFFF;
  color: #4d4d4d;
}

.section-help .action-copyConfigurationButton a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: 18px;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 30px;
}
.section-help .action-copyConfigurationButton a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.section-help .action-copyConfigurationButton a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.section-help .action-copyConfigurationButton a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.section-help .action-copyConfigurationButton a:after {
  content: "\e964";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #007ed9;
  position: absolute;
  top: 5px;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.section-help .action-xmlValidationButton a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: 18px;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 30px;
}
.section-help .action-xmlValidationButton a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.section-help .action-xmlValidationButton a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.section-help .action-xmlValidationButton a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.section-help .action-xmlValidationButton a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #70bf00;
  position: absolute;
  left: 2px;
  display: inline-block;
  vertical-align: middle;
  top: 7px;
}

.agent-edit #APP-vdp .section-header .text-style1 {
  background-color: transparent;
}

.script-editor-actions {
  margin-bottom: 30px;
}

iframe {
  border: 1px solid #cccccc !important;
  margin-top: 15px;
}

#APP-vdp .outerzone3 .zone3 .center .inner .header-border span.button.postaction.action-refresh {
  display: inline-block;
}

#APP-vdp .outerzone3 .zone3 .center .inner .header-border span.button.postaction.action-refresh a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
#APP-vdp .outerzone3 .zone3 .center .inner .header-border span.button.postaction.action-refresh a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#APP-vdp .outerzone3 .zone3 .center .inner .header-border span.button.postaction.action-refresh a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-vdp .outerzone3 .zone3 .center .inner .header-border span.button.postaction.action-refresh a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#APP-vdp .outerzone3 .zone3 .center .inner .header-border span.button.postaction.action-refresh a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#APP-vdp .outerzone3 .zone3 .center .inner .header-border span.button.postaction.action-refresh a:after {
  content: "\e932";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #4d4d4d;
  position: absolute;
  top: 9px;
  left: 5px;
}

.view-header.view-has-actions .view-actions .action-create a,
.EzsPlugin-add .action-create a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding: 11px 10px;
  padding-left: 35px;
  margin-right: 10px;
}
.view-header.view-has-actions .view-actions .action-create a:hover:before,
.EzsPlugin-add .action-create a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.view-header.view-has-actions .view-actions .action-create a:before,
.EzsPlugin-add .action-create a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.view-header.view-has-actions .view-actions .action-create a:after,
.EzsPlugin-add .action-create a:after {
  content: "\e91b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 16px;
}

.action-reset a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.action-reset a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-reset a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-reset a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.action-delete a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
.action-delete a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-delete a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-delete a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.action-delete a span span:before {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #eb003b;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  left: 3px;
}

.grid-content-zone .view-header.view-has-actions .view-options {
  display: inline-block;
}

.grid-content-zone .view-header.view-has-actions .view-actions {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 35px;
}

.grid-content-zone .view-header.view-has-actions .view-selection + .view-actions {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 0;
}

.popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only,
.popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  width: 38px;
  cursor: pointer;
  top: -13px;
}
.popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only:hover,
.popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only:before,
.popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only:hover:before,
.popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only:after,
.popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only:after {
  content: "\e931";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 24px;
  left: 6px;
}
.popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only img.button-imgr,
.popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only img.button-imgr {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: +3;
}

.grid-content-zone {
  margin-bottom: 30px;
}

td.text-readonly,
.text-readonly {
  font-size: 18px;
  color: #666666;
}
td.text-readonly ul,
.text-readonly ul {
  padding: 0;
  list-style: none;
}
td.text-readonly ul li,
.text-readonly ul li {
  list-style: none;
}

td ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
td ul li {
  list-style: none;
}
td ul li + li {
  margin-top: 0;
}

#CategoryList td ul {
  margin-bottom: 25px;
}

.SecDefaultPermissions-security ul[class=""] {
  list-style: none;
  font-weight: 600;
}
.SecDefaultPermissions-security ul[class=""] li ul {
  font-weight: normal;
  padding: 0;
}
.SecDefaultPermissions-security ul[class=""] li ul li {
  list-style: inside;
}

.platform.security-add span.action-saveandclose a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px !important;
  padding-left: 40px;
}
.platform.security-add span.action-saveandclose a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.platform.security-add span.action-saveandclose a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}

.no-bullet {
  list-style: none;
  padding: 0;
}

.action-previous a,
.action-next a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  overflow: inherit;
}
.action-previous a:hover,
.action-next a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-previous a:before,
.action-next a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-previous a:hover:before,
.action-next a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.action-cancel a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
  overflow: inherit;
}
.action-cancel a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-cancel a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-cancel a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.action-cancel a:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #eb003b;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10px !important;
  left: 3px;
}

.action-terminate a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  margin-right: 10px;
  line-height: 18px !important;
}
.action-terminate a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.action-terminate a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-terminate a:hover {
  border: 0 !important;
  background-color: #70bf00 !important;
  color: #FFFFFF !important;
}
.action-terminate a:hover:before {
  opacity: 0.2;
}

.view-edit .buttons-outer .action-preview a,
.view-security .buttons-outer .action-preview a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
  margin-right: 10px;
}
.view-edit .buttons-outer .action-preview a:hover,
.view-security .buttons-outer .action-preview a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.view-edit .buttons-outer .action-preview a:before,
.view-security .buttons-outer .action-preview a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.view-edit .buttons-outer .action-preview a:hover:before,
.view-security .buttons-outer .action-preview a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.view-edit .buttons-outer .action-preview a:after,
.view-security .buttons-outer .action-preview a:after {
  content: "\e987";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #007ed9;
  position: absolute;
  top: 10px;
  left: 3px;
}

.connection-create .content-zone .section-content, .EzsSite-create .content-zone .section-content, .EzsPlugin-add .content-zone .section-content, #PNL-InitializePassword .content-zone .section-content,
#PNL-lostPassword .content-zone .section-content, #PNL-CreateAccount .content-zone .section-content {
  color: #4d4d4d;
}
.connection-create .content-zone .section-content .header-level4, .EzsSite-create .content-zone .section-content .header-level4, .EzsPlugin-add .content-zone .section-content .header-level4, #PNL-InitializePassword .content-zone .section-content .header-level4,
#PNL-lostPassword .content-zone .section-content .header-level4, #PNL-CreateAccount .content-zone .section-content .header-level4 {
  font-size: 16px;
}
.connection-create .header-level4, .EzsSite-create .header-level4, .EzsPlugin-add .header-level4, #PNL-InitializePassword .header-level4,
#PNL-lostPassword .header-level4, #PNL-CreateAccount .header-level4 {
  font-size: 18px;
  font-weight: 600;
}
.connection-create input[type="radio"] + label:before,
.connection-create input[type="radio"] + label:after,
.connection-create input[type="radio"] + .reversed-radio:before,
.connection-create input[type="radio"] + .reversed-radio:after, .EzsSite-create input[type="radio"] + label:before,
.EzsSite-create input[type="radio"] + label:after,
.EzsSite-create input[type="radio"] + .reversed-radio:before,
.EzsSite-create input[type="radio"] + .reversed-radio:after, .EzsPlugin-add input[type="radio"] + label:before,
.EzsPlugin-add input[type="radio"] + label:after,
.EzsPlugin-add input[type="radio"] + .reversed-radio:before,
.EzsPlugin-add input[type="radio"] + .reversed-radio:after, #PNL-InitializePassword input[type="radio"] + label:before,
#PNL-InitializePassword input[type="radio"] + label:after,
#PNL-InitializePassword input[type="radio"] + .reversed-radio:before,
#PNL-InitializePassword input[type="radio"] + .reversed-radio:after,
#PNL-lostPassword input[type="radio"] + label:before,
#PNL-lostPassword input[type="radio"] + label:after,
#PNL-lostPassword input[type="radio"] + .reversed-radio:before,
#PNL-lostPassword input[type="radio"] + .reversed-radio:after, #PNL-CreateAccount input[type="radio"] + label:before,
#PNL-CreateAccount input[type="radio"] + label:after,
#PNL-CreateAccount input[type="radio"] + .reversed-radio:before,
#PNL-CreateAccount input[type="radio"] + .reversed-radio:after {
  margin-top: -12px;
}

.EzsFormField-create input,
.EzsFormField-edit input {
  margin-right: 10px;
}

.EzsFormField-create .action-Remove a,
.EzsFormField-edit .action-Remove a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
.EzsFormField-create .action-Remove a:hover,
.EzsFormField-edit .action-Remove a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsFormField-create .action-Remove a:before,
.EzsFormField-edit .action-Remove a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsFormField-create .action-Remove a:hover:before,
.EzsFormField-edit .action-Remove a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsFormField-create .action-Remove a:after,
.EzsFormField-edit .action-Remove a:after {
  content: "\e984";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 3px;
}

.connection-edit .action-validate a,
.EzsSite-create .action-validate a,
.connection-security .action-validate a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.connection-edit .action-validate a:hover,
.EzsSite-create .action-validate a:hover,
.connection-security .action-validate a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.connection-edit .action-validate a:before,
.EzsSite-create .action-validate a:before,
.connection-security .action-validate a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.connection-edit .action-validate a:hover:before,
.EzsSite-create .action-validate a:hover:before,
.connection-security .action-validate a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.connection-edit .action-validate a {
  padding-left: 30px;
}
.connection-edit .action-validate a:after {
  content: "\e90b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #007ed9;
  font-size: 24px;
  top: 11px;
  left: 3px;
}

.selector-container .lightbox-background.fakelightbox-background {
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.selector-container .lightbox-content.fakelightbox-content {
  background: white;
  padding: 0;
  overflow: auto;
  height: auto !important;
  top: 80px !important;
}

.selector-container .lightbox-content.fakelightbox-content {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  min-height: 23px;
  margin-top: 10px;
  z-index: +1;
  padding-left: 15px;
}
.selector-container .lightbox-content.fakelightbox-content .screen.vui-screen-selector.selector-select {
  margin-left: -15px;
}
.selector-container .lightbox-content.fakelightbox-content .properties {
  color: #4d4d4d;
}

.selector-container .lightbox-content.fakelightbox-content .screen.options-pager-part {
  display: inline-flex;
  line-height: 25px;
}
.selector-container .lightbox-content.fakelightbox-content .screen.options-pager-part .pager {
  line-height: 18px;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector-menu {
  height: auto !important;
  margin-top: 20px;
}

.selector-container .lightbox-content.fakelightbox-content .vui-information + .vui-selector-menu {
  margin-top: 0;
}

.lightbox-panel .lightbox-header:empty + .screen.vui-screen-selector.selector-select .vui-selector-menu {
  margin-top: 0;
}

.lightbox-panel .lightbox-header {
  background-color: #4d4d4d;
  margin-left: -15px;
  padding: 15px;
}

.lightbox-panel .lightbox-header:empty {
  display: none;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector-menu > ul {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 10px 15px 10px 15px;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector-menu li {
  display: inline-block;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector-menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  color: #4d4d4d;
  border: none;
  position: relative;
  white-space: nowrap;
  margin-left: 10px;
  padding: 0 8px;
  margin-right: 10px;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector-menu li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: calc(100% + 12px);
  opacity: 0;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector-menu li a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector-menu ul li span.current {
  color: #007bc2;
  background-color: rgba(0, 126, 217, 0.15);
  width: 100%;
  height: calc(100% + 12px);
  border-radius: 5px;
  padding: 6px 8px;
  font-weight: normal;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector-menu ul li span.current:hover:before {
  opacity: 0;
  transform: scale(1);
}

.lightbox-panel .vui-selector .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only img.button-imgr,
.lightbox-panel .vui-selector .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only img.button-imgr {
  margin-top: 0;
}

.lightbox-panel .vui-selector.vui-single-selector .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only img.button-imgr,
.lightbox-panel .vui-selector.vui-single-selector .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only img.button-imgr {
  margin-top: 2px;
}

.vui-context-message.vui-context-info {
  background-color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  border: 0;
  border-radius: 3px;
  margin-left: -25px;
  position: absolute;
  z-index: 9010;
  min-width: 60px;
  max-width: 300px;
  text-align: left;
}
.vui-context-message.vui-context-info ul {
  padding: 10px;
  list-style: none;
  font-size: 14px;
  margin: 0;
}
.vui-context-message.vui-context-info .vui-arrow-top {
  content: "";
  position: absolute;
  top: -10px;
  left: 13px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #616161 transparent;
  background: none;
  width: 0;
}
.vui-context-message.vui-context-info .vui-arrow-bottom {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 13px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #616161 transparent;
  display: block;
  width: 0;
  background: none;
}
.vui-context-message.vui-context-info .vui-arrow-bottom span {
  display: none;
}

.error {
  color: #eb003b;
}

.vui-context-error {
  background-color: #eb003b;
  color: #FFFFFF;
  border: 0;
  border-radius: 5px;
  margin-left: -25px;
  position: absolute;
  z-index: 9010;
  min-width: 60px;
  max-width: 300px;
  box-shadow: 2px 2px 3px #cacbc7;
  text-align: left;
}
.vui-context-error ul {
  padding: 10px;
  list-style: none;
  font-size: 14px;
  margin: 0;
}
.vui-context-error .vui-arrow-top {
  content: "";
  position: absolute;
  top: -10px;
  left: 13px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #eb003b transparent;
  background: none;
  width: 0;
}
.vui-context-error .vui-arrow-bottom {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 13px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #eb003b transparent;
  display: block;
  width: 0;
  background: none;
}
.vui-context-error .vui-arrow-bottom span {
  display: none;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selecting.vui-selector-search-view input {
  padding: 6px 4px 6px 36px;
  background-image: url(../img/vui-funnel.png);
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 6px center;
  margin-right: 10px;
  margin-left: 15px;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selecting.vui-selector-search-view input:before {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
}

.selector-container .lightbox-content.fakelightbox-content .view-area {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 28px;
}

.selector-container .lightbox-content.fakelightbox-content .buttons-group ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  flex-direction: row-reverse;
  align-items: center;
}
.selector-container .lightbox-content.fakelightbox-content .buttons-group .action-validate a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  height: 50px;
  line-height: 28px;
  font-size: 18px;
  padding-left: 30px;
}
.selector-container .lightbox-content.fakelightbox-content .buttons-group .action-validate a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.selector-container .lightbox-content.fakelightbox-content .buttons-group .action-validate a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.selector-container .lightbox-content.fakelightbox-content .buttons-group .action-validate a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 3px;
  top: 13px;
}
.selector-container .lightbox-content.fakelightbox-content .buttons-group .action-cancel a {
  cursor: pointer;
  display: inline-block;
  border: none;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  color: #4d4d4d;
  line-height: 40px;
  padding: 0 10px 0 30px;
  background: transparent;
  background-image: none;
  border: 0;
  margin-top: 5px;
}
.selector-container .lightbox-content.fakelightbox-content .buttons-group .action-cancel a:before {
  background-color: rgba(0, 0, 0, 0.12);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.selector-container .lightbox-content.fakelightbox-content .buttons-group .action-cancel a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.selector-container .lightbox-content.fakelightbox-content .buttons-group .action-cancel a:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #4d4d4d;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 3px;
  top: 8px !important;
}

.selector-container .lightbox-content.fakelightbox-content .detail-main .title a {
  text-decoration: none;
}
.selector-container .lightbox-content.fakelightbox-content .detail-main .title a h4 {
  font-weight: normal;
  margin: 0;
}
.selector-container .lightbox-content.fakelightbox-content .detail-main .title a h4:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  transition: all ease-out 0.2s;
  line-height: 22px;
  margin-left: 3px;
}
.selector-container .lightbox-content.fakelightbox-content .detail-main .title a h4:hover:after {
  margin-left: 6px;
}

.selector-container .lightbox-content.fakelightbox-content .detail .path {
  display: none;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector .location .streamline {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  display: flex;
  height: 46px;
  margin: 0;
  padding: 0 0 0 15px;
  border: 0 none;
  position: absolute;
  margin-top: 60px;
  background: transparent;
  width: 1400px;
  z-index: +1;
  color: #4d4d4d;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector .location .streamline:before {
  font-size: 24px;
  line-height: 24px;
  content: "\e922";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: gray;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin: 8px 10px 8px 0;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector .location .streamline a {
  position: relative;
  padding: 0 10px 0 0;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-size: 15px;
  display: block;
  float: left;
  background: none;
  color: #4d4d4d;
  text-decoration: none;
  z-index: 3;
  border: none;
  white-space: nowrap;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector .location .streamline a:before {
  height: calc(100% - 14px);
  top: 7px;
  width: 100%;
  left: -3px;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  opacity: 0;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  background-color: rgba(0, 0, 0, 0.12);
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector .location .streamline a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector .search-filter,
.selector-container .lightbox-content.fakelightbox-content .vui-selector .browser-actions {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  padding-bottom: 15px;
}

#ToolTip {
  background-color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  border: 0;
  border-radius: 3px;
  margin-left: -25px;
  position: absolute;
  z-index: 9010;
  min-width: 60px;
  max-width: 300px;
  text-align: left;
  padding: 5px;
}
#ToolTip .detail-main {
  color: #FFFFFF;
}
#ToolTip .detail-main h4 {
  margin: 0;
  color: #4d4d4d;
}
#ToolTip .detail-main path {
  margin: 0;
}
#ToolTip:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 13px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #616161 transparent;
  display: block;
  width: 0;
  background: none;
}

.selector-container .view-options,
.selector-container .pager {
  display: inline-block;
}

.selector-container .vui-screen-selector .vui-selector-filter-view .view-area .detail-main .title h4 {
  font-size: 18px;
  color: #666666;
  margin: 0;
  cursor: pointer;
  margin-left: 4px;
}

.selector-container .vui-screen-selector .vui-selector-filter-view .view-area .detail-main .title a h4 {
  font-size: 18px;
  color: #007ed9;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  margin-left: 4px;
}

.selector-container .vui-screen-selector .vui-selector-filter-view .view-area .detail .properties {
  font-size: 14px;
}

.selector-container .vui-screen-selector .vui-selector-filter-view .view-area .properties .property {
  margin-bottom: 25px;
}

.agentRun-edit .section-help .action-refreshButton a,
.agentRun-edit .section-help .action-buttonReport a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
.agentRun-edit .section-help .action-refreshButton a:hover,
.agentRun-edit .section-help .action-buttonReport a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.agentRun-edit .section-help .action-refreshButton a:before,
.agentRun-edit .section-help .action-buttonReport a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.agentRun-edit .section-help .action-refreshButton a:hover:before,
.agentRun-edit .section-help .action-buttonReport a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.agentRun-edit .section-help .action-refreshButton a:after {
  content: "\e932";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 24px;
  color: #4d4d4d;
  top: 9px;
  left: 3px;
}
.agentRun-edit .section-help .action-buttonReport a:after {
  content: "\e938";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 20px;
  color: #4d4d4d;
  top: 10px;
  left: 5px;
}

.security-add .action-browse a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  display: inline-block;
  line-height: 20px;
}
.security-add .action-browse a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.security-add .action-browse a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.security-add .action-browse a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.selector-container .lightbox-content.fakelightbox-content #info {
  position: fixed;
  min-width: 60px;
  max-width: 300px;
  top: 250px !important;
  right: 260px !important;
  left: inherit !important;
  color: #FFFFFF;
  font-weight: normal;
  background-color: #616161;
  border-radius: 3px;
  margin-left: -25px;
  padding: 8px;
  z-index: 9010;
  box-shadow: 2px 2px 3px #cacbc7;
  font-size: 16px;
  text-align: center;
}
.selector-container .lightbox-content.fakelightbox-content #info span {
  margin-right: 2px;
}

span#elements-count {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 38px;
  right: 50px;
  margin-top: 16px;
  line-height: 15px;
  cursor: pointer;
  text-align: center;
}
span#elements-count:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
span#elements-count:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
span#elements-count:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-single,
.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-split {
  margin-right: 10px;
  position: relative;
  height: 38px;
  border-radius: 5px;
  background-image: none;
  width: 55px;
  box-shadow: none;
  display: inline-block;
  padding-left: 6px;
  transition: 0.2s ease-in-out all;
  cursor: pointer;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-single:before,
.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-split:before {
  content: "\e934";
  color: #70bf00;
  font-size: 18px;
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-single:hover,
.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-split:hover {
  background-color: #FFFFFF;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-single span,
.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-split span {
  display: none;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-single:after,
.selector-container .lightbox-content.fakelightbox-content .vui-selector .handler-selection.popup-menu-handler-split:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  transform: rotate(90deg);
  font-size: 24px;
  margin: 5px 0;
  border-radius: 5px;
  top: 1px;
}

.vui-selector .view-header .popup-menu-handler.handler-sorter {
  margin-top: 0;
  top: 0;
}

.vui-selector .view-header .view-actions + .screen.options-pager-part .popup-menu-handler.handler-sorter {
  margin-top: 4px;
}

.vui-selector .view-header .view-actions + .screen.options-pager-part .view-options:empty {
  height: 43px;
  width: 53px;
}

.popup-menu-handler.handler-selection .button-imgr,
.popup-menu-handler.handler-deselection .button-imgr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: none;
}

#popup-menu.popup-menu.handler-selection-menu,
#popup-menu.popup-menu.handler-deselection-menu {
  position: absolute;
  top: 309px;
  left: 461.417px;
  display: block;
  background-color: #FFFFFF;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  border: 0;
  z-index: 9005;
}
#popup-menu.popup-menu.handler-selection-menu ul,
#popup-menu.popup-menu.handler-deselection-menu ul {
  margin: 5px;
  min-width: 210px;
  display: block;
  padding: 0;
  list-style: none;
}
#popup-menu.popup-menu.handler-selection-menu ul li,
#popup-menu.popup-menu.handler-deselection-menu ul li {
  margin: 0;
}
#popup-menu.popup-menu.handler-selection-menu ul li a,
#popup-menu.popup-menu.handler-deselection-menu ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  display: block;
  padding: 10px;
  border: none;
  text-decoration: none;
  background-color: transparent;
}
#popup-menu.popup-menu.handler-selection-menu ul li a:hover,
#popup-menu.popup-menu.handler-deselection-menu ul li a:hover {
  color: #000;
  background-color: #EFEFEF;
}

#popup-menu.popup-menu.handler-deselection-menu {
  left: 1197.67px !important;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-menu {
  width: 100%;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selecting.vui-selector-filter-view.vui-selector-unbrowsable-view,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selecting.vui-selector-filter-view.vui-selector-browsable-view,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket {
  width: 50%;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selecting.vui-selector-filter-view.vui-selector-unbrowsable-view .location,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selecting.vui-selector-filter-view.vui-selector-browsable-view .location,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .location {
  width: 100%;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket h2 {
  font-size: 16px;
  color: #4d4d4d;
  margin: 0;
  margin-left: 15px;
  float: left;
  line-height: 72px;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .view-area {
  margin-top: 28px;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .search-filter {
  margin-top: 16px;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-single,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-split {
  margin-right: 10px;
  position: relative;
  height: 38px;
  border-radius: 5px;
  background-image: none;
  width: 55px;
  box-shadow: none;
  display: inline-block;
  /*      margin-top: 10px;*/
  padding-left: 6px;
  transition: 0.2s ease-in-out all;
  cursor: pointer;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-single:before,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-split:before {
  content: "\e925";
  color: #eb003b;
  font-size: 24px;
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-single:hover,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-split:hover {
  background-color: #FFFFFF;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-single span,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-split span {
  display: none;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-single:after,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .popup-menu-handler.handler-deselection.popup-menu-handler-split:after {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  transform: rotate(90deg);
  font-size: 24px;
  margin: 5px 0;
  border-radius: 5px;
  top: 1px;
}

.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-hidden .vui-selector-menu {
  width: 100%;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-hidden .vui-selecting.vui-selector-filter-view.vui-selector-unbrowsable-view,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-hidden .vui-selecting.vui-selector-filter-view.vui-selector-browsable-view {
  width: 100%;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-hidden .vui-selecting.vui-selector-filter-view.vui-selector-unbrowsable-view .location,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-hidden .vui-selecting.vui-selector-filter-view.vui-selector-browsable-view .location {
  width: 100%;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-hidden .vui-selecting.vui-selector-filter-view.vui-selector-unbrowsable-view .location:empty,
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-hidden .vui-selecting.vui-selector-filter-view.vui-selector-browsable-view .location:empty {
  width: 50px;
  height: 50px;
  background: red;
}
.selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-hidden .vui-selector-basket {
  display: none;
}

.vui-screen-form.view-filter .form-style1 .section-footer {
  background-color: #fbfbfb;
}

.selector-container .lightbox-content.fakelightbox-content .view-header.view-has-actions {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  margin-top: -3px;
}
.selector-container .lightbox-content.fakelightbox-content .view-header.view-has-actions .view-actions {
  position: initial;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  top: 0;
  left: 0;
  margin-top: 5px;
}
.selector-container .lightbox-content.fakelightbox-content .view-header.view-has-actions .options-pager-part {
  display: inline-block;
  vertical-align: middle;
}

.vui-combobox-items {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #e3e3e3;
  font: normal 12px Arial, Helvetica, sans-serif;
  text-align: left;
  overflow: auto;
  top: 462.5px;
  left: 604.75px;
  min-width: 549px;
}
.vui-combobox-items ul#vui-combobox-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vui-combobox-items ul#vui-combobox-menu li#liCheckAllItems {
  padding: 4px 8px 4px 8px;
  font-weight: bold;
  margin-top: 1px;
  cursor: pointer;
  border-bottom: 1px dotted #cccccc;
}
.vui-combobox-items ul#vui-combobox-value {
  padding: 3px 0;
}
.vui-combobox-items ul#vui-combobox-value li.vui-combobox-item {
  font-size: 14px;
  padding: 3px 8px 2px 8px;
  margin-top: 1px;
  cursor: pointer;
}
.vui-combobox-items ul#vui-combobox-value li.vui-combobox-no-item {
  padding: 5px 8px;
  font-size: 14px;
  color: #ff7b00;
}
.vui-combobox-items ul#vui-combobox-menu-browse {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #cccccc;
}
.vui-combobox-items ul#vui-combobox-menu-browse li#vui-combobox-browse {
  padding: 10px 8px;
  font-size: 14px;
  margin-top: 1px;
  cursor: pointer;
}
.vui-combobox-items ul#vui-combobox-menu-browse .ariaSelected {
  background-color: #f2f2f2 !important;
  color: #FFFFFF;
}

.buttons-group.vui-combobox-actions ul {
  list-style: none;
  padding: 0;
}
.buttons-group.vui-combobox-actions ul li {
  display: inline-block;
}
.buttons-group.vui-combobox-actions ul li a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007ed9;
  margin-right: 10px;
}
.buttons-group.vui-combobox-actions ul li a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}
.buttons-group.vui-combobox-actions ul li a:hover {
  border-bottom-style: solid;
}

.date-field,
#datetype {
  vertical-align: top;
}
.date-field a[href*="Trigger"],
.date-field a[href*="datePicker"],
#datetype a[href*="Trigger"],
#datetype a[href*="datePicker"] {
  width: 38px;
  height: 38px;
  box-shadow: none;
  background: none !important;
  font-size: 24px !important;
  line-height: 16px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 5px;
}
.date-field a[href*="Trigger"]:hover,
.date-field a[href*="datePicker"]:hover,
#datetype a[href*="Trigger"]:hover,
#datetype a[href*="datePicker"]:hover {
  border: 0 !important;
}
.date-field a[href*="Trigger"]:before,
.date-field a[href*="datePicker"]:before,
#datetype a[href*="Trigger"]:before,
#datetype a[href*="datePicker"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 113, 194, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.date-field a[href*="Trigger"]:hover:before,
.date-field a[href*="datePicker"]:hover:before,
#datetype a[href*="Trigger"]:hover:before,
#datetype a[href*="datePicker"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.date-field a[href*="Trigger"]:after,
.date-field a[href*="datePicker"]:after,
#datetype a[href*="Trigger"]:after,
#datetype a[href*="datePicker"]:after {
  content: "\e936";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  position: absolute;
  top: 11px;
  left: 7px;
}
.date-field a[href*="Trigger"] img,
.date-field a[href*="datePicker"] img,
#datetype a[href*="Trigger"] img,
#datetype a[href*="datePicker"] img {
  display: none;
}
.date-field a[href*="Reset"],
.date-field a[href*="dateRemover"],
#datetype a[href*="Reset"],
#datetype a[href*="dateRemover"] {
  width: 38px;
  height: 38px;
  box-shadow: none;
  background: none !important;
  font-size: 24px !important;
  line-height: 16px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}
.date-field a[href*="Reset"]:hover,
.date-field a[href*="dateRemover"]:hover,
#datetype a[href*="Reset"]:hover,
#datetype a[href*="dateRemover"]:hover {
  border: 0 !important;
}
.date-field a[href*="Reset"]:before,
.date-field a[href*="dateRemover"]:before,
#datetype a[href*="Reset"]:before,
#datetype a[href*="dateRemover"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(209, 0, 59, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
.date-field a[href*="Reset"]:hover:before,
.date-field a[href*="dateRemover"]:hover:before,
#datetype a[href*="Reset"]:hover:before,
#datetype a[href*="dateRemover"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.date-field a[href*="Reset"]:after,
.date-field a[href*="dateRemover"]:after,
#datetype a[href*="Reset"]:after,
#datetype a[href*="dateRemover"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eb003b;
  font-size: 24px;
  position: absolute;
  top: 11px;
  left: 7px;
}
.date-field a[href*="Reset"] img,
.date-field a[href*="dateRemover"] img,
#datetype a[href*="Reset"] img,
#datetype a[href*="dateRemover"] img {
  display: none;
}

a[href*="datePicker"] {
  width: 38px;
  height: 38px;
  box-shadow: none;
  background: none !important;
  font-size: 24px !important;
  line-height: 16px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 5px;
}
a[href*="datePicker"]:hover {
  border: 0 !important;
}
a[href*="datePicker"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 113, 194, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
a[href*="datePicker"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
a[href*="datePicker"]:after {
  content: "\e936";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  position: absolute;
  top: 11px;
  left: 7px;
}
a[href*="datePicker"] img {
  display: none;
}

a[href*="dateRemover"] {
  width: 38px;
  height: 38px;
  box-shadow: none;
  background: none !important;
  font-size: 24px !important;
  line-height: 16px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}
a[href*="dateRemover"]:hover {
  border: 0 !important;
}
a[href*="dateRemover"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(209, 0, 59, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
a[href*="dateRemover"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
a[href*="dateRemover"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eb003b;
  font-size: 24px;
  position: absolute;
  top: 11px;
  left: 7px;
}
a[href*="dateRemover"] img {
  display: none;
}

.ui-datepicker {
  border-radius: 0;
  box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.25);
  border: 0;
  padding: 10px;
  z-index: 50 !important;
  font-size: 14px;
  width: 320px;
}
.ui-datepicker * {
  font-family: Source Sans Pro, helvetica, sans-serif !important;
}

.ui-datepicker .ui-datepicker-header {
  margin: 0;
  padding: 0 20px 12px;
  border-bottom: 5px solid #e0e0e0;
  position: static;
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
}

.ui-datepicker .ui-datepicker-title {
  margin: inherit;
  line-height: 1.8em;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.ui-widget-header {
  background-image: none;
  background: #FFFFFF;
  font-weight: normal;
  border: 0;
  border-radius: 0;
}

.ui-datepicker select.ui-datepicker-year {
  width: 62px;
  padding: 4px;
  margin-right: 20px;
  color: #4d4d4d;
}

.ui-datepicker select.ui-datepicker-month {
  padding: 4px;
}

.ui-widget-header .ui-icon {
  /*background-image: none;*/
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 32px;
  width: 32px;
  cursor: pointer;
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: "\e910";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  display: inline-block;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #4d4d4d;
  position: absolute;
  top: 4px;
}

.ui-datepicker .ui-datepicker-prev:before {
  left: 7px;
}

.ui-datepicker .ui-datepicker-next:before {
  left: 8px;
}

.ui-datepicker .ui-datepicker-prev:before {
  transform: rotate(180deg);
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 0;
  border-left: 1px solid transparent;
  border-left: 1px solid transparent;
  background: rgba(0, 0, 0, 0.25);
  background-image: none;
  font-weight: normal;
  color: inherit;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 11px;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 11px;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  border: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  width: 40px;
  height: 40px;
  top: 14px;
}

.ui-datepicker select.ui-datepicker-month {
  width: 110px;
  margin-left: 20px;
  color: #4d4d4d;
}

.ui-datepicker-calendar > tbody > tr > td {
  font-size: 18px;
}

.ui-datepicker-calendar th span {
  color: #c5c5c5;
}

.ui-datepicker td a:link, .ui-datepicker td a:visited {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 10px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
  border: 0;
  background-image: none;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-hover {
  background-color: transparent;
}

.ui-datepicker-calendar .ui-state-default {
  position: relative;
}
.ui-datepicker-calendar .ui-state-default:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.ui-datepicker-calendar .ui-state-default:focus:before, .ui-datepicker-calendar .ui-state-default:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

.ui-datepicker-calendar .ui-datepicker-today .ui-state-default.ui-state-highlight:before {
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: rgba(0, 126, 217, 0.15);
  opacity: 1;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: -3px;
}
.ui-datepicker-prev:focus:after, .ui-datepicker-prev:hover:after,
.ui-datepicker-next:focus:after,
.ui-datepicker-next:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today {
  background: transparent !important;
  color: #FFFFFF;
  z-index: +1;
  position: relative;
}
.ui-datepicker .ui-state-active:before, .ui-datepicker .ui-widget-content .ui-state-active:before, .ui-datepicker .ui-widget-header .ui-state-active:before,
.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  opacity: 1;
  background-color: #70bf00;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  transform: scale(1);
  z-index: -1;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.ui-datepicker .ui-state-active a, .ui-datepicker .ui-widget-content .ui-state-active a, .ui-datepicker .ui-widget-header .ui-state-active a,
.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a {
  color: #FFFFFF !important;
}

.ui-datepicker-calendar .ui-datepicker-today A:link, .ui-datepicker-calendar .ui-datepicker-today A:visited {
  padding: 8px 10px;
  border: 0;
  background-color: white;
  color: #007ed9;
  position: relative;
}

.ui-datepicker .ui-datepicker-buttonpane {
  border-top: 5px solid #e0e0e0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  color: #009688;
  font-weight: 500;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close,
.ui-datepicker .date-picker-today {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #007ed9;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  margin-left: -2px;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:focus,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:hover,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:focus,
.ui-datepicker .date-picker-today:hover,
.ui-datepicker .date-picker-today:focus {
  outline: none;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:before,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:before,
.ui-datepicker .date-picker-today:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  transform: scale(0.8);
  border-radius: 5px;
  background-color: rgba(0, 126, 217, 0.15);
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:focus:before, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover:before,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:focus:before,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:hover:before,
.ui-datepicker .date-picker-today:focus:before,
.ui-datepicker .date-picker-today:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
  border: 0;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: 1;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  font-size: 16px;
  font-weight: 700;
  background-color: #f2f2f2;
  color: #4d4d4d;
  border: 1px solid #cccccc;
  margin-right: -2px;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:hover {
  background-color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:before {
  background-color: transparent;
}

td.ui-datepicker-week-col {
  padding: 10px;
  background-position: right center;
}

.action-up a,
.action-down a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
}
.action-up a:hover,
.action-down a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.action-up a:before,
.action-down a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.action-up a:hover:before,
.action-down a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.action-up a:after,
.action-down a:after {
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 20px;
}

.action-up a:after {
  content: "\e3b0";
  top: 10px;
  left: 5px;
}

.action-down a:after {
  content: "\e3b2";
  top: 10px;
  left: 5px;
}

.table-border td.cell-left {
  vertical-align: top;
}

.vui-screen-form.view-filter tr {
  background-color: #f2f2f2 !important;
}
.vui-screen-form.view-filter .section-footer {
  background-color: #fbfbfb !important;
  display: none;
}
.vui-screen-form.view-filter .buttons-outer:last-child {
  margin-top: 0;
  margin-bottom: 15px;
}
.vui-screen-form.view-filter .buttons-outer:empty {
  display: none;
}
.vui-screen-form.view-filter td.cell-full {
  padding: 0;
}

td.cell-full {
  border: 0 none;
  padding: 6px 0;
  vertical-align: top;
}
td.cell-full > span.applied-filter {
  position: relative;
  margin: 0 0 5px 0;
  font-size: 16px;
  display: inline-block;
  background: rgba(0, 126, 217, 0.15);
  border-radius: 15px;
  padding: 4px 8px;
  font-weight: 500;
  color: #007ed9;
  border: none;
  padding-right: 30px;
  transition: all 0.1s ease;
}
td.cell-full > span.applied-filter strong {
  font-weight: 500;
}
td.cell-full > span.applied-filter span {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
}
td.cell-full > span.applied-filter span a {
  display: inline-block;
  margin-left: 5px;
  background-image: url(../images/vui-delete.png);
  line-height: normal;
  background-color: transparent;
  border: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px;
  float: right;
  margin-top: 1px;
  font-size: 16px;
  width: 100%;
  height: 100%;
  top: 0;
  left: -7px;
  position: absolute;
  z-index: 0;
}
td.cell-full > span.applied-filter span a span {
  display: none;
}
td.cell-full > span.applied-filter:hover {
  background-color: transparent;
}
td.cell-full > span.applied-filter:hover a {
  background-image: url(../images/vui-delete-hover.png);
}

.mandatory {
  position: relative;
}
.mandatory:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: -6px;
  top: -3px;
  border-radius: 50%;
  background-color: #eb003b;
}

.MailingEmail-edit span.action-saveandclose a {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  background-color: #70bf00;
  position: relative;
  height: 38px;
  padding: 10px 10px;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
  min-height: 38px;
  padding-left: 25px;
}
.MailingEmail-edit span.action-saveandclose a:hover:before {
  opacity: 0.2;
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.MailingEmail-edit span.action-saveandclose a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.MailingEmail-edit span.action-saveandclose a:after {
  content: "\e934";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  color: #70bf00;
  position: absolute;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
}

#PNL-EdtEditorialSpace a[href*="EditorialSpaceOwner"],
#PNL-LnkCategoryAttributesInfos a[href*="CategoryOrganization"],
#PNL-LnkLinkAttributesInfos a[href*="LinkOrganization"],
#PNL-PolPollAttributes a[href*="PollOrganization"],
#PNL-FrmForumSpaceAttributesInfos a[href*="ForumSpaceOrganization"] {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  line-height: 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  margin-left: 0;
  padding: 6px 6px 9px;
}
#PNL-EdtEditorialSpace a[href*="EditorialSpaceOwner"]:hover,
#PNL-LnkCategoryAttributesInfos a[href*="CategoryOrganization"]:hover,
#PNL-LnkLinkAttributesInfos a[href*="LinkOrganization"]:hover,
#PNL-PolPollAttributes a[href*="PollOrganization"]:hover,
#PNL-FrmForumSpaceAttributesInfos a[href*="ForumSpaceOrganization"]:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
#PNL-EdtEditorialSpace a[href*="EditorialSpaceOwner"]:before,
#PNL-LnkCategoryAttributesInfos a[href*="CategoryOrganization"]:before,
#PNL-LnkLinkAttributesInfos a[href*="LinkOrganization"]:before,
#PNL-PolPollAttributes a[href*="PollOrganization"]:before,
#PNL-FrmForumSpaceAttributesInfos a[href*="ForumSpaceOrganization"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
#PNL-EdtEditorialSpace a[href*="EditorialSpaceOwner"]:hover:before,
#PNL-LnkCategoryAttributesInfos a[href*="CategoryOrganization"]:hover:before,
#PNL-LnkLinkAttributesInfos a[href*="LinkOrganization"]:hover:before,
#PNL-PolPollAttributes a[href*="PollOrganization"]:hover:before,
#PNL-FrmForumSpaceAttributesInfos a[href*="ForumSpaceOrganization"]:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
#PNL-EdtEditorialSpace a[href*="EditorialSpaceOwner"]:hover, #PNL-EdtEditorialSpace a[href*="EditorialSpaceOwner"]:focus,
#PNL-LnkCategoryAttributesInfos a[href*="CategoryOrganization"]:hover,
#PNL-LnkCategoryAttributesInfos a[href*="CategoryOrganization"]:focus,
#PNL-LnkLinkAttributesInfos a[href*="LinkOrganization"]:hover,
#PNL-LnkLinkAttributesInfos a[href*="LinkOrganization"]:focus,
#PNL-PolPollAttributes a[href*="PollOrganization"]:hover,
#PNL-PolPollAttributes a[href*="PollOrganization"]:focus,
#PNL-FrmForumSpaceAttributesInfos a[href*="ForumSpaceOrganization"]:hover,
#PNL-FrmForumSpaceAttributesInfos a[href*="ForumSpaceOrganization"]:focus {
  border-left: 0;
}
#PNL-EdtEditorialSpace a[href*="EditorialSpaceOwner"]:after,
#PNL-LnkCategoryAttributesInfos a[href*="CategoryOrganization"]:after,
#PNL-LnkLinkAttributesInfos a[href*="LinkOrganization"]:after,
#PNL-PolPollAttributes a[href*="PollOrganization"]:after,
#PNL-FrmForumSpaceAttributesInfos a[href*="ForumSpaceOrganization"]:after {
  content: "\e90b";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: inherit;
  left: 0;
  bottom: 5px;
  top: 8px;
  right: 9px;
  font-size: 20px;
  z-index: +1;
  min-height: 38px !important;
  color: #bbb;
}
#PNL-EdtEditorialSpace a[href*="EditorialSpaceOwner"] img,
#PNL-LnkCategoryAttributesInfos a[href*="CategoryOrganization"] img,
#PNL-LnkLinkAttributesInfos a[href*="LinkOrganization"] img,
#PNL-PolPollAttributes a[href*="PollOrganization"] img,
#PNL-FrmForumSpaceAttributesInfos a[href*="ForumSpaceOrganization"] img {
  display: none;
}

#PNL-PolPollAttributes a[href*="ddmmyyyy"] {
  width: 40px;
  height: 40px;
  box-shadow: none;
  background: none !important;
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
#PNL-PolPollAttributes a[href*="ddmmyyyy"]:hover {
  border: 0;
}
#PNL-PolPollAttributes a[href*="ddmmyyyy"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(0, 113, 194, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
#PNL-PolPollAttributes a[href*="ddmmyyyy"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
#PNL-PolPollAttributes a[href*="ddmmyyyy"]:after {
  content: "\e936";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007ed9;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
#PNL-PolPollAttributes a[href*="ddmmyyyy"] img {
  display: none;
}

#PNL-PolPollAttributes a[href*="dateRemover"] {
  width: 40px;
  height: 40px;
  box-shadow: none;
  background: none !important;
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
#PNL-PolPollAttributes a[href*="dateRemover"]:hover {
  border: 0;
}
#PNL-PolPollAttributes a[href*="dateRemover"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
  background-color: rgba(209, 0, 59, 0.15);
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
}
#PNL-PolPollAttributes a[href*="dateRemover"]:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
#PNL-PolPollAttributes a[href*="dateRemover"]:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eb003b;
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
#PNL-PolPollAttributes a[href*="dateRemover"] img {
  display: none;
}

.ServerAdmin-admin td[width="1%"] img[src*="button_properties.gif"],
.ServerAdmin-admin td[width="1%"] img[src*="button_security.gif"] {
  width: 24px;
  margin-top: 2px;
  margin-left: 2px;
}

.ServerAdmin-admin .table-border tr td[style="text-align:center;"] {
  font-size: 18px;
  font-weight: 600;
}

.action-plus a,
.action-minus a {
  font-size: 16px;
  line-height: 24px;
  border-bottom-color: rgba(0, 123, 194, 0);
  color: #007ed9;
  text-decoration: none;
  transition: opacity 0.07s linear;
}
.action-plus a:hover,
.action-minus a:hover {
  transition: opacity 0.07s linear;
  border-bottom: 1px dotted #007bc2;
}

.view-header.view-has-actions {
  font-size: 0;
}
.view-header.view-has-actions .view-actions {
  display: inline-block;
}
.view-header.view-has-actions .view-options {
  display: inline-block;
}
.view-header.view-has-actions .pager {
  float: right;
}
.view-header.view-has-actions .pager .button-imgl, .view-header.view-has-actions .pager .button-imgr {
  display: none;
}
.view-header.view-has-actions > * {
  font-size: 16px;
}

.popup-menu-handler.handler-row.popup-menu-handler-single,
.popup-menu-handler.handler-row.popup-menu-handler-split {
  display: block;
}

.list-view .horizontal .detail .detail-main .title h4 {
  margin: 0;
}

.view-selection {
  display: inline-block;
  /*  margin-left: 10px;*/
}

.lightbox-panel {
  position: relative;
}
.lightbox-panel .view-area {
  padding-left: 15px;
}
.lightbox-panel .search-filter input.medium-field {
  margin-right: 10px;
  margin-left: 15px;
}

.view-edit #APP-vdp .view-header span.handler-selectall input[type="checkbox"] + .single-checkbox:before {
  left: 8px;
}

.view-edit #APP-vdp .view-header span.handler-selectall input[type="checkbox"] + .single-checkbox:after {
  left: 10px;
}

.view-edit .grid-content-zone .view-header.view-has-actions .view-selection + .view-actions {
  margin-left: 8px;
}

.view-edit .grid-content-zone .view-header.view-has-actions .view-selection + .view-actions + .view-options + .pager + .handler-filter-screen {
  margin-left: 8px;
}

.view-edit .outerzone3 .section-help,
.EzsMailForm-edit .outerzone3 .section-help {
  display: block;
  margin-bottom: 15px;
}
.view-edit .outerzone3 .section-help:empty,
.EzsMailForm-edit .outerzone3 .section-help:empty {
  margin: 0;
}

.EzsSharedForm-browse .table-border .main-actions {
  width: 280px;
}
.EzsSharedForm-browse .table-border .main-actions ul li {
  display: inline-block;
  margin-top: 0;
}

.EzsSharedForm-browse .table-border .main-actions ul li a {
  height: 38px;
  line-height: 16px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  position: relative;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-image: none !important;
  color: #4d4d4d;
  transition: all ease-out 0.1s;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 5px 0 33px;
}
.EzsSharedForm-browse .table-border .main-actions ul li a:hover {
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  color: #4d4d4d;
}
.EzsSharedForm-browse .table-border .main-actions ul li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-out, opacity 0.1s linear;
}
.EzsSharedForm-browse .table-border .main-actions ul li a:hover:before {
  transition: transform 0.2s ease-out, opacity 0.05s linear;
}
.EzsSharedForm-browse .table-border .main-actions ul li.first {
  margin-right: 3px;
}
.EzsSharedForm-browse .table-border .main-actions ul li.first a:after {
  content: "\e946";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 1px;
  left: 4px;
}
.EzsSharedForm-browse .table-border .main-actions ul li.last a:after {
  content: "\e987";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 3px;
}

.lightbox-panel .button-area {
  padding: 0 15px;
  width: 100%;
}

.lightbox-panel .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only img.button-imgr,
.lightbox-panel .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only img.button-imgr {
  height: 38px;
}

.lightbox-panel .popup-menu-handler.handler-sorter.popup-menu-handler-single.popup-menu-handler-dropdown-only:before,
.lightbox-panel .popup-menu-handler.handler-sorter.popup-menu-handler-split.popup-menu-handler-dropdown-only:before {
  margin-top: 8px;
}

.lightbox-panel .view-area .vertical .detail.detail-selectable.detail-not-selected,
.lightbox-panel .view-area .vertical .detail.detail-selectable.detail-selected,
.lightbox-panel .view-area .basket-content > .detail {
  padding: 4px 4px 4px 40px;
  margin: 0 5px 2px 0;
  cursor: pointer;
  color: #4d4d4d;
}
.lightbox-panel .view-area .vertical .detail.detail-selectable.detail-not-selected:first-child,
.lightbox-panel .view-area .vertical .detail.detail-selectable.detail-selected:first-child,
.lightbox-panel .view-area .basket-content > .detail:first-child {
  margin-top: 15px;
}
.lightbox-panel .view-area .vertical .detail.detail-selectable.detail-not-selected h4,
.lightbox-panel .view-area .vertical .detail.detail-selectable.detail-selected h4,
.lightbox-panel .view-area .basket-content > .detail h4 {
  color: #666666;
  margin-bottom: 0;
}
.lightbox-panel .view-area .vertical .detail.detail-selectable.detail-not-selected .properties,
.lightbox-panel .view-area .vertical .detail.detail-selectable.detail-selected .properties,
.lightbox-panel .view-area .basket-content > .detail .properties {
  font-size: 14px;
}

.lightbox-panel {
  height: 100%;
}

.screen.vui-screen-selector.selector-container,
.screen.vui-screen-selector.selector-container form,
.vui-selector.vui-basket-hidden {
  height: inherit;
}

.vui-selector.vui-basket-hidden .location {
  margin-left: 15px;
}

.vui-selector-basket {
  top: 43px;
}

.vui-selector.vui-basket-hidden .vui-selector-basket .view-header {
  margin-top: 3px;
}

.vui-selector .view-header .view-options,
.vui-selector .view-header .pager {
  display: inline-block;
}

.vui-selector .view-header .view-options .popup-menu-handler,
.vui-selector .view-header .view-options .handler-filter,
.vui-selector .view-header .view-options .action-refresh,
.vui-selector .view-header .popup-menu-handler.handler-sorter,
.vui-selector .view-header .popup-menu-handler.handler-row {
  display: inline-block;
}

.vui-selector .view-header .pager .itemsperpage,
.vui-selector .view-header .pager .items,
.vui-selector .view-header .pager .browser {
  font-size: 16px;
  color: #4d4d4d;
}

.lightbox-panel {
  min-height: 23px;
}

.handler-sorter-screen .list-sort .sorting-order {
  margin-left: 10px;
}

.vui-selector .vui-selector-basket .list-view .detail-hover,
.vui-selector .vui-selector-basket .list-view .detail {
  background-image: none;
  position: relative;
}
.vui-selector .vui-selector-basket .list-view .detail-hover:before,
.vui-selector .vui-selector-basket .list-view .detail:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 8px;
  top: 8px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  cursor: pointer;
}
.vui-selector .vui-selector-basket .list-view .detail-hover:after,
.vui-selector .vui-selector-basket .list-view .detail:after {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  color: #eb003b;
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: +3;
  opacity: 0;
}
.vui-selector .vui-selector-basket .list-view .detail-hover:hover:after,
.vui-selector .vui-selector-basket .list-view .detail:hover:after {
  opacity: 1;
}

.vui-selector .list-view .detail,
.vui-selector .list-view .detail-hover {
  border: 0;
}

.vui-selector .list-view .detail-hover {
  background: #f0f0f0;
}

.vui-selector .list-view .detail-selectable {
  background-image: none;
}

.vui-selector .list-view .detail-selectable.detail-selected {
  background-image: none;
  border: 0 !important;
}

.streamline {
  height: 40px;
  padding: 0 30px;
  background: whitesmoke;
  line-height: 40px;
}
.streamline .streamline-entry {
  position: relative;
  padding: 0 10px 0 0;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-size: 15px;
  display: block;
  float: left;
  background: none;
}
.streamline .streamline-entry::after {
  content: "\203A";
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  padding: 0 0 0 10px;
  font-size: 25px;
}
.streamline .streamline-entry:last-child:after, .streamline .streamline-entry:last-child:before {
  display: none;
}
.streamline .streamline-entry .streamline span:last-child:after {
  display: none;
}
.streamline .streamline-entry a {
  color: #4d4d4d;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  border: none;
}
.streamline .streamline-entry a:hover {
  opacity: 1;
  border: none;
}
.streamline .streamline-entry:before {
  height: calc(100% - 14px);
  top: 7px;
  width: calc(100% - 18px);
  left: -3px;
  background-color: #d4d4d4;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  opacity: 0;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: center center;
}
.streamline .streamline-entry:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.streamline:before {
  content: "\e922";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: gray;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin: 8px 10px 8px 0;
}

.configuration-diagnose textarea {
  width: 100% !important;
  height: 450px;
}

.ServerAdmin-admin > form {
  margin-bottom: 0;
  background-color: #e6e6e6;
}

#APP-admin #PNL-LnkCategoriesList .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doDelete"],
#APP-admin #PNL-lnkLinksList .grid-content-zone .buttons-outer .buttons-outer-left a[href*="doDelete"] {
  /*  &:after {
      content: none;
    }*/
}

.agentRun-edit .textarea-large-readonly {
  border: 1px solid #000;
  padding: 8px;
  height: 400px;
  overflow-x: auto;
  font-size: 16px;
}

.EzsAdminSite-edit .radiogroup > table > tbody > tr:nth-child(2) .entry-inline {
  vertical-align: top;
  padding-top: 1px;
}

.EzsAdminSite-edit input[type="radio"] + label {
  margin-bottom: 20px;
}

.pagelet-layout .outer-right-bottom {
  background: #e6e6e6;
}

.pagelet-layout div.outer-right-bottom div.content-zone {
  background: #FFFFFF;
}

.pagelet-layout div.outer-right-bottom .outer-left-top .header-border > tbody {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.pagelet-layout .content-zone > table > tbody > tr:nth-child(2) span.button {
  display: block;
  margin-top: 30px;
}

.DirAdmin-browse > form {
  margin-bottom: 0;
}

.lightbox-panel .checkbox {
  position: absolute;
  left: -9999px;
}

.detail .detail-main {
  margin-left: -6px;
}

.view-area.vui-selector-view .list-view .horizontal .detail-main .actions label:before {
  top: 0;
  left: 2px;
}
.view-area.vui-selector-view .list-view .horizontal .detail-main .actions label:after {
  top: 3px;
  left: 3px;
}

.DirOrganization-edit .table-border td.cell-left {
  text-align: right;
}

.DirOrganization-edit .table-border td.cell-left,
.DirOrganization-edit .table-border td.cell-right {
  vertical-align: top;
  padding: 8px 20px;
}

.popup-menu.handler-sorter-screen .buttons-outer {
  padding-bottom: 10px;
  margin-top: 0;
}

.vui-selector .search-filter input.medium-field {
  padding: 6px 4px 6px 36px;
  background-image: url(../img/vui-funnel.png);
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 6px center;
  margin-right: 10px;
  margin-left: 15px;
}
.vui-selector .search-filter input.medium-field:before {
  content: "\e925";
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 24px;
}

/*.treatment-edit .section-highlighted img.vui-combobox-opener {
  margin-top: -5px;
}*/
.vui-combobox.vui-combobox-single.vui-combobox-auto,
.vui-combobox.vui-combobox-single.vui-selector-field {
  font-size: 0;
  white-space: nowrap;
  position: relative;
}

.vui-combobox.vui-combobox-single.vui-combobox-auto:not(.vui-selector-field) .vui-combobox-input-autocomplete + img.vui-combobox-opener,
.vui-combobox-multi.vui-combobox-auto:not(.vui-selector-field) .vui-combobox-input-autocomplete + img.vui-combobox-opener {
  font-size: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%208090F0' opacity='0.4'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: 12px 16px;
  background-color: rgba(0, 0, 0, 0.05);
}
.vui-combobox.vui-combobox-single.vui-combobox-auto:not(.vui-selector-field) .vui-combobox-input-autocomplete + img.vui-combobox-opener:hover,
.vui-combobox-multi.vui-combobox-auto:not(.vui-selector-field) .vui-combobox-input-autocomplete + img.vui-combobox-opener:hover {
  background-color: #FFFFFF;
}

.vui-combobox.vui-combobox-single.vui-combobox-auto.vui-selector-field,
.vui-combobox-multi.vui-combobox-auto.vui-selector-field {
  width: calc(100% - 42px);
}

.vui-combobox-items ul#vui-combobox-value li.vui-combobox-item {
  padding-left: 35px;
}

.entry-inline > label {
  width: 200px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  color: #666666;
}

.vui-screen-selector.selector-container #vui-multiple-selector-root .view-area .detail .actions {
  display: none;
}

@media screen and (max-width: 1817px) {
  .selector-container .lightbox-content.fakelightbox-content .vui-selector .browser-actions {
    display: block;
  }

  .selector-container .lightbox-content.fakelightbox-content .view-header.view-has-actions .view-actions {
    margin-left: 15px;
  }

  .selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .view-area {
    margin-top: 24px;
  }

  .selector-container .lightbox-content.fakelightbox-content .vui-selector-basket .browser-actions {
    display: inline-block;
  }

  .selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket h2 {
    float: inherit;
  }

  .selector-container .lightbox-content.fakelightbox-content .vui-selector.vui-basket-visible .vui-selector-basket .search-filter {
    margin-top: 8px;
  }
}
#vui-multiple-selector-root.vui-selector .list-view .detail-selectable {
  background-image: none;
  position: relative;
}
#vui-multiple-selector-root.vui-selector .list-view .detail-selectable:before {
  content: "";
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  border: 1px solid #cccccc;
  position: absolute;
  left: 8px;
  top: 8px;
}

#vui-multiple-selector-root.vui-selector .list-view .detail-selectable.detail-selected {
  background-image: none;
  position: relative;
  border: 0 !important;
}
#vui-multiple-selector-root.vui-selector .list-view .detail-selectable.detail-selected:before {
  content: "";
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  border: 1px solid #cccccc;
  position: absolute;
  left: 8px;
  top: 8px;
}
#vui-multiple-selector-root.vui-selector .list-view .detail-selectable.detail-selected:after {
  content: "\e934";
  font-size: 18px;
  color: #70bf00;
  font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 7px;
  left: 9px;
  border: 0;
  height: 0;
  width: 0;
}

.vui-single-selector.vui-selector .list-view .detail-selectable {
  background-image: none;
  position: relative;
}
.vui-single-selector.vui-selector .list-view .detail-selectable:before {
  content: "";
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  border: 1px solid #cccccc;
  position: absolute;
  border-radius: 50%;
  left: 8px;
  top: 8px;
}
.vui-single-selector.vui-selector .list-view .detail-selectable:hover:before {
  border: 2px solid #007ed9;
}

.vui-single-selector.vui-selector .list-view .detail-selectable.detail-selected {
  background-image: none;
  position: relative;
  border: 0 !important;
}
.vui-single-selector.vui-selector .list-view .detail-selectable.detail-selected:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #007ed9;
  box-shadow: 0 0 rgba(204, 204, 204, 0);
  transition: all 0.2s linear;
}
.vui-single-selector.vui-selector .list-view .detail-selectable.detail-selected:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(0.7);
  transition: transform 0.4s ease-out;
  background-color: #007ed9;
  color: #FFFFFF;
}

.configuration-edit .header-border .step .cell1:not([data-vdp-th]) {
  text-align: left;
  font-weight: normal !important;
}

.vui-screen-wizard .wizzard > table > tbody > tr {
  display: flex;
  flex-direction: column;
}
.vui-screen-wizard .wizzard > table > tbody > tr > td:first-child {
  width: 100%;
  float: left;
}
.vui-screen-wizard .wizzard > table > tbody > tr > td:nth-child(2) {
  margin-top: 25px;
  width: 100%;
  float: left;
}

.tabnav {
  background-color: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  height: 50px;
}

.tabnav2 {
  background-color: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  padding: 7px 30px;
}
.tabnav2 > form {
  display: none;
}

.tabnav .outer,
.tabnav .outer {
  padding: 7px 30px;
}

.tabnav .outer a,
.tabnav2 .outer a {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  color: #4d4d4d;
  border: none;
  position: relative;
  white-space: nowrap;
  margin-left: 0;
  padding: 0 8px;
  margin-right: 5px;
}
.tabnav .outer a:before,
.tabnav2 .outer a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  display: block;
  transform-origin: center center;
  width: 100%;
  height: calc(100% + 12px);
  opacity: 0;
  transform: scale(0.8);
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(0, 0, 0, 0.12);
}
.tabnav .outer a:hover:before,
.tabnav2 .outer a:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.05s linear;
}
.tabnav .outer a[href=""],
.tabnav2 .outer a[href=""] {
  padding-right: 30px;
}

.tabnav .outer .content-active a,
.tabnav2 .outer .content-active a {
  color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0.12);
  width: 100%;
  height: calc(100% + 12px);
  border-radius: 5px;
  padding: 6px 8px;
  margin-right: 5px;
}
.tabnav .outer .content-active a:hover:before,
.tabnav2 .outer .content-active a:hover:before {
  opacity: 0;
  transform: scale(1);
}

.history .outer {
  line-height: 29px;
  color: #4d4d4d;
}
.history .outer .content a:after {
  padding-right: 10px;
  padding-bottom: 1px;
}
.history .outer .content-active {
  font-weight: bold;
  display: block;
  line-height: 27px;
}

#pagecontent-portal-tab-workspace .outerzone3 .zone3 li.inactive a {
  margin-left: 0;
}
#pagecontent-portal-tab-workspace .outerzone3 .zone3 li.inactive a:before {
  width: calc(100% + 4px);
}

.vui-combobox-items + .screen.platform.vui-screen-explorer form + .ActionsMenu ul li a {
  margin-left: 10px;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/source-sans-pro/SourceSansPro-Regular.ttf.woff2") format("woff2"), url("../fonts/source-sans-pro/SourceSansPro-Regular.otf.woff") format("woff");
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/source-sans-pro/SourceSansPro-Bold.ttf.woff2") format("woff2"), url("../fonts/source-sans-pro/SourceSansPro-Bold.otf.woff") format("woff");
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/source-sans-pro/SourceSansPro-Black.ttf.woff2") format("woff2"), url("../fonts/source-sans-pro/SourceSansPro-Black.otf.woff") format("woff");
}
h1 {
  font-size: 2.22em;
  font-weight: 300;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1279px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
  font-weight: normal;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 0.9em;
  font-weight: normal;
}

h6 {
  font-size: 0.7em;
}

@media screen and (max-width: 1365px) {
  h1 {
    font-size: 1.889em;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  small {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 639px) {
  small {
    font-size: 12px !important;
  }
}
.header .user,
.header .logo-right,
.header .title-top,
.header .title-bottom {
  display: none;
}

#PLT-EasySite .header-level1,
#PLT-AXWebdrive .header-level1 {
  display: none;
}

.grid-header2 .text-level2 {
  display: inline-block;
}

.modinfo .title {
  display: none;
}

.screen.platform.vui-screen-form.userProfile-edit .outerzone1 .zone1 {
  display: none;
}

/*# sourceMappingURL=global.css.map */
