html, body {
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
html *::selection, body *::selection {
  background: #A0DBEC;
}
html .wrap, body .wrap {
  display: flex;
  height: 100%;
  width: 100%;
}
html .wrap #contentWrapper, body .wrap #contentWrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  flex: 1;
  overflow: auto;
}
html .text-uppercase, body .text-uppercase {
  text-transform: uppercase;
}
html .smallprint, body .smallprint {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #D2D0CD !important;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-forbidden {
  cursor: no-drop !important;
}
.cursor-text {
  cursor: text;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #00249C;
}

hr {
  border: 1px solid #F4F4F3;
  margin-top: 30px;
  margin-bottom: 30px;
}

table thead tr:hover > td, table tbody tr:hover > td, .table thead tr:hover > td, .table tbody tr:hover > td {
  background-color: #F4F4F3;
}
table thead tr th, table tbody tr th, .table thead tr th, .table tbody tr th {
  font-family: Montserrat-Medium, sans-serif;
  border: none;
  padding: 10px;
  margin-bottom: 60px !important;
}
table thead tr th.sortorder, table thead tr th .sortorder, table tbody tr th.sortorder, table tbody tr th .sortorder, .table thead tr th.sortorder, .table thead tr th .sortorder, .table tbody tr th.sortorder, .table tbody tr th .sortorder {
  color: #00249C;
}
table thead tr td, table tbody tr td, .table thead tr td, .table tbody tr td {
  font-family: Montserrat-Light, sans-serif !important;
  border: none;
  border-bottom: 1px solid #EAE9E8;
}
table thead tr td#empty, table tbody tr td#empty, .table thead tr td#empty, .table tbody tr td#empty {
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
table thead tr td.table-button, table tbody tr td.table-button, .table thead tr td.table-button, .table tbody tr td.table-button {
  width: 1%;
  white-space: nowrap;
}
table tr:not(.ng-hide):last-of-type td, .table tr:not(.ng-hide):last-of-type td {
  border-bottom: none;
}
table > tbody > tr > td, .table > tbody > tr > td {
  vertical-align: middle;
}
table > tbody > tr > td.checkbox-container, .table > tbody > tr > td.checkbox-container {
  display: table-cell;
}

#angular-main {
  display: flex;
}

.fullscreen-loader, #uploadContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1100;
}
.fullscreen-loader > img, #uploadContainer > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
}
.fullscreen-loader > .progress, #uploadContainer > .progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #f6f6f6;
  top: 60%;
  width: 60%;
}
.fullscreen-loader > .progress-bar, #uploadContainer > .progress-bar {
  -webkit-transition: width ease;
  -o-transition: width ease;
  transition: width ease;
}
.fullscreen-loader > .progress-status-info, #uploadContainer > .progress-status-info {
  position: absolute;
  color: #cccccc;
  width: 100%;
  left: 50%;
}

.menu.wrapper {
  z-index: 2;
  width: 360px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 32px 30px 40px;
  border: none;
}
.menu-main {
  position: relative;
  background: #00249C url("/media/images/bg-menu.jpg") no-repeat right bottom;
  background-size: cover;
  background-blend-mode: soft-light;
}
.menu .logo {
  width: 88%;
  height: auto;
}
.menu-list {
  flex: 1;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 88px 0 0;
}
.menu-list::-webkit-scrollbar {
  display: none;
}
.menu-list-sub {
  position: relative;
  display: flex;
  flex-direction: column;
}
.menu-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-family: Montserrat-Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 0.5;
}
.menu-list-item.main {
  margin-top: 30px;
}
.menu-list-item.sub {
  z-index: 1;
  font-family: Montserrat-Regular, Arial, sans-serif;
  padding-left: 20px;
  overflow: visible;
  margin-top: 16px;
  opacity: 1;
}
.menu-list-item.sub span {
  height: 24px;
  opacity: 0.5;
  display: block;
}
.menu-list-item.sub:before {
  content: "";
  width: 10px;
  height: calc(24px/216px);
  display: block;
  position: absolute;
  left: 1px;
  bottom: calc(24px / 2 - 4px);
  border-left: 2px solid #8087d2;
  border-bottom: 2px solid #8087d2;
}
.menu-list-item.sub:nth-of-type(2):before {
  height: calc((24px/216px) + (24px16px) * (2 - 1));
}
.menu-list-item.sub:nth-of-type(3):before {
  height: calc((24px/216px) + (24px16px) * (3 - 1));
}
.menu-list-item.sub:nth-of-type(4):before {
  height: calc((24px/216px) + (24px16px) * (4 - 1));
}
.menu-list-item.sub:nth-of-type(5):before {
  height: calc((24px/216px) + (24px16px) * (5 - 1));
}
.menu-list-item:hover, .menu-list-item.active {
  z-index: 2;
  opacity: 1;
  color: #FFFFFF;
}
.menu-list-item:hover span, .menu-list-item.active span {
  color: #FFFFFF;
  opacity: 1;
}
.menu-list-item:hover:before, .menu-list-item.active:before {
  border-color: #FFFFFF;
}
.menu .footer {
  position: relative;
  bottom: unset;
  right: unset;
}
.menu .footer hr {
  opacity: 0.33;
}
.menu .footer .top, .menu .footer .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.menu .footer .top > *, .menu .footer .bottom > * {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
  font-family: Montserrat-Regular, Arial, sans-serif;
}
.menu .footer .top:before, .menu .footer .top .lang:before, .menu .footer .bottom:before, .menu .footer .bottom .lang:before {
  margin-right: 24px;
  padding-top: 1px;
  margin-top: 3px;
}
.menu .footer .top .user-actions, .menu .footer .bottom .user-actions {
  font-size: 14px;
  margin-top: 16px;
}
.menu .footer .top .user-actions a, .menu .footer .bottom .user-actions a {
  opacity: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Montserrat-Bold, Arial, sans-serif;
}
.menu .footer .top .user-actions a:not(:first-of-type):before, .menu .footer .bottom .user-actions a:not(:first-of-type):before {
  content: "";
  border-left: 1px solid #FFFFFF;
  margin: 0 20px;
  opacity: 0.33;
  height: 66%;
}
.menu .footer .top .user-actions .logout, .menu .footer .bottom .user-actions .logout {
  margin: 0px !important;
}
.menu .footer .top a, .menu .footer .bottom a {
  opacity: 0.33;
  color: #FFFFFF;
}
.menu .footer .top a:not(:first-of-type), .menu .footer .bottom a:not(:first-of-type) {
  margin-left: 20px;
}
.menu .footer .top a:hover, .menu .footer .top a.active, .menu .footer .bottom a:hover, .menu .footer .bottom a.active {
  transition: all ease-in 0.2s;
  opacity: 1;
}
.menu .footer .top:before {
  content: url("/media/images/icons/user.svg");
}
.menu .footer .bottom {
  justify-content: space-between;
  align-items: baseline;
}
.menu .footer .bottom .language {
  display: flex;
  align-items: center;
}
.menu .footer .bottom .language:before {
  content: url("/media/images/icons/settings.svg");
  margin: 3px 24px 0 0;
}
.menu .footer .bottom .version {
  font-size: 12px;
  font-family: Montserrat-Light, Arial, sans-serif;
  color: #FFFFFF;
  opacity: 0.33;
  margin-top: 16px;
}
.menu .footer .bottom .version:hover {
  transition: all ease-in 0.2s;
  opacity: 1;
}
.menu-filter {
  position: fixed;
  left: -100%;
  background: #F4F4F3;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.33s;
}
.menu-filter.active {
  left: 0;
  z-index: 4;
}
.menu-filter-content {
  flex: 1;
  padding-top: 88px;
}
.menu-filter-content section ~ section {
  margin-top: 44px;
  padding-top: 16px;
  border-top: 1px solid #EAE9E8;
}
.menu-filter-content section .title {
  margin-bottom: 24px;
  font-size: 20px;
}
.menu-filter-content section.roles .checkbox-container {
  margin-top: 16px;
}
.menu-filter-content section.roles .checkbox-container .label {
  font-family: Montserrat-Light, Arial, sans-serif;
}
.menu-filter-content section.tags .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.menu-filter-content section.tags tags-input {
  flex: 1;
}
.menu-filter-content section.tags tags-input .tags .tag-item {
  background-color: #FFFFFF;
}
.menu-filter-content section.tags tags-input .tags .input::placeholder {
  font-family: Montserrat-Light, Arial, sans-serif;
  color: #999999;
  opacity: 1;
}
.menu-filter-content section.tags tags-input .tags.focused .input {
  background-color: #FFFFFF;
}
.menu-filter-content section.tags .divider {
  flex-basis: 100%;
  color: #999999;
  display: flex;
  align-items: center;
  margin-block: 10px;
}
.menu-filter-content section.tags .divider span {
  margin-inline: 20px;
  text-transform: uppercase;
  font-family: Montserrat-Light, Arial, sans-serif;
}
.menu-filter-content section.tags .divider:before, .menu-filter-content section.tags .divider:after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #D2D0CD;
  opacity: 0.66;
  margin-top: 2px;
}
.menu-filter-content section.tags .options {
  padding: 6px 0;
  margin: 3px 3px;
  min-height: 38px;
}
.menu-filter-content section.tags button.add {
  padding-inline: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat-Light, Arial, sans-serif;
  color: #999999;
}
.menu-filter-content section.tags button.add:hover {
  background-color: initial;
}

.header {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: white;
}
.header-main, .header-sub {
  padding-left: 40px;
  padding-right: 110px;
}
.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 36px;
  box-sizing: border-box;
  border-bottom: 2px solid #F4F4F3;
}
.header-main:after {
  content: url("/media/images/decor-dots.svg");
  position: absolute;
  right: 0;
  top: 50px;
  margin: 3px 6px 0 0;
}
.header-main .title {
  display: flex;
  align-items: baseline;
}
.header-main .title .category {
  margin-right: 8px;
  max-height: 36px;
}
.header-main .title h5 {
  margin: 0 0 0 8px;
  color: #888888;
  font-family: Montserrat-Bold, Arial, sans-serif;
  text-transform: uppercase;
  transform: translateY(-1px);
}
.header-main h1 {
  font-family: Montserrat-Bold, Arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}
.header-main .secondary {
  flex-basis: 100%;
  margin-top: 24px;
  font-size: 16px;
  color: #999999;
}
.header-sub {
  background-color: #F4F4F3;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
.header-sub button {
  font-family: Montserrat-Regular, sans-serif;
}
.header-sub button:first-of-type {
  padding-left: 0;
}
.header-sub button:not(:last-of-type) {
  margin-right: 20px;
}
.header .navbar-inner {
  display: flex;
  justify-content: flex-end;
  justify-items: center;
  align-items: center;
  width: 100%;
  border: 0;
  padding: 0;
  height: 123px;
  filter: none !important;
  background-image: none !important;
  background-color: white !important;
}

.searchbar {
  display: flex;
  align-items: center;
  max-height: 40px;
  width: 220px;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  color: #000000;
  background-color: #F4F4F3;
  box-shadow: none !important;
  outline: none !important;
  text-align: left;
  font-weight: 400;
}
.searchbar::placeholder, .searchbar input::placeholder {
  color: #999999;
  opacity: 0.5;
}
.searchbar > input {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.searchbar button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  opacity: 0.66;
  border-radius: 50%;
  background: none;
  color: #999999;
}

.page {
  flex: 1;
}
.page .content {
  z-index: 1;
}
.page .content.padding {
  padding-left: 40px;
  padding-right: 110px;
  padding-top: 10px;
  padding-bottom: calc(80px + 24px);
}
.page .content.secondary {
  position: relative;
  overflow: scroll;
  background-color: #F4F4F3;
  padding-top: 44px;
}
.page.proper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.page.proper > .content {
  flex: 1;
}
.page .footer, .page .file-manager-footer {
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: calc(100% - 360px);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 110px 20px 40px;
  box-sizing: border-box;
  border-top: 2px solid #F4F4F3;
  background-color: white;
}
.page .footer button, .page .file-manager-footer button {
  margin-left: 10px;
  order: 2;
}
.page .footer button.danger, .page .file-manager-footer button.danger {
  order: 1;
  position: relative;
  margin-right: 26px;
}
.page .footer button.danger:after, .page .file-manager-footer button.danger:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background: black;
  opacity: 0.11;
}
.page .file-manager-footer {
  width: calc(100% - 360px - 40px);
}
.page.employees .header-sub button.active {
  font-family: "Montserrat-Bold", Arial, sans-serif;
}
.page.employees .header-sub button.indicator:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  margin-left: 4px;
  background-color: #FF4900;
}
.page.employees-edit .content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 24px;
}

.edit-group ~ .edit-group {
  margin-top: 16px;
}
.edit-group-title {
  font-family: Montserrat-Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.edit-group-wrapper {
  padding: 30px 24px;
  border: none;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.edit-group-wrapper ~ [class*=-wrapper] {
  margin-top: 24px;
}
.edit-group-wrapper-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D2D0CD;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.edit-group-wrapper-head-title {
  font-size: 18px;
  margin: 0 10px 0 0;
  text-transform: capitalize;
}
.edit-group form-row, .edit-group .form-row {
  display: flex;
}
.edit-group form-row:not(:first-of-type), .edit-group .form-row:not(:first-of-type) {
  margin-top: 16px;
}
.edit-group form-col, .edit-group .form-col {
  flex: 1;
}
.edit-group form-col:not(:first-of-type), .edit-group .form-col:not(:first-of-type) {
  margin-left: 16px;
}
.edit-group form-col.auto, .edit-group .form-col.auto {
  flex-grow: 0;
  flex-basis: 100px;
}

.meta {
  margin-top: 24px;
}

.access-item, access-item, .tag-item, tag-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 8px 0;
}
.access-item-title, access-item-title, .tag-item-title, tag-item-title {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  margin: 0;
  cursor: default;
}
.access-item-actions, access-item-actions, .tag-item-actions, tag-item-actions {
  display: flex;
  align-items: center;
}
.access-item-actions > *, access-item-actions > *, .tag-item-actions > *, tag-item-actions > * {
  display: flex;
  align-items: center;
}
.access-item-actions > *:before, access-item-actions > *:before, .tag-item-actions > *:before, tag-item-actions > *:before {
  content: "";
  height: 16px;
  width: 1px;
  background: #D2D0CD;
  margin: 1px 16px 0;
}
.access-item-actions > * > *:not(:first-of-type), access-item-actions > * > *:not(:first-of-type), .tag-item-actions > * > *:not(:first-of-type), tag-item-actions > * > *:not(:first-of-type) {
  padding-left: 20px;
}
.access-item-actions .label, access-item-actions .label, .tag-item-actions .label, tag-item-actions .label {
  font-weight: 300;
}
.access-item ~ [class*=-item], access-item ~ [class*=-item], .tag-item ~ [class*=-item], tag-item ~ [class*=-item] {
  margin-top: 10px;
}
.access-item:hover, access-item:hover, .tag-item:hover, tag-item:hover {
  opacity: 0.55;
}

.pagination > li > a, .pagination > li > span {
  color: initial;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #000000;
}
.pagination > li > a, .pagination .pagination > li > span {
  border: 1px solid white;
  border-radius: 50% !important;
  width: 33px;
  height: 33px;
  padding: 5px 5px;
  margin: 4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #00249C;
}

svg.spinner-container {
  width: 70px;
  height: 70px;
  display: block;
  margin: auto;
}

.form-control {
  height: 50px;
}

.button, button {
  cursor: pointer;
  border-radius: 100px;
  font-family: Montserrat-Bold, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0 !important;
  background-color: #F4F4F3;
  color: #444444;
  transition: all 0.15s linear;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-appearance: unset;
  box-shadow: none;
  border: none;
  outline: none;
}
.button.primary, button.primary {
  background-color: #00249C;
  color: #FFFFFF;
}
.button.primary:hover, button.primary:hover {
  background-color: #002bbb;
}
.button.primary-text, button.primary-text {
  color: #00249C;
  background-color: transparent;
}
.button.primary-text:hover, button.primary-text:hover {
  color: #002bbb;
}
.button.primary-light, button.primary-light {
  background-color: #0030CF;
  color: #FFFFFF;
}
.button.primary-light:hover, button.primary-light:hover {
  background-color: #0037ee;
}
.button.primary-light-text, button.primary-light-text {
  color: #0030CF;
  background-color: transparent;
}
.button.primary-light-text:hover, button.primary-light-text:hover {
  color: #0037ee;
}
.button.primary-dimmed, button.primary-dimmed {
  background-color: #8087d2;
  color: #FFFFFF;
}
.button.primary-dimmed:hover, button.primary-dimmed:hover {
  background-color: #979cda;
}
.button.primary-dimmed-text, button.primary-dimmed-text {
  color: #8087d2;
  background-color: transparent;
}
.button.primary-dimmed-text:hover, button.primary-dimmed-text:hover {
  color: #979cda;
}
.button.success, button.success {
  background-color: #78BE21;
  color: #FFFFFF;
}
.button.success:hover, button.success:hover {
  background-color: #88d826;
}
.button.success-text, button.success-text {
  color: #78BE21;
  background-color: transparent;
}
.button.success-text:hover, button.success-text:hover {
  color: #88d826;
}
.button.warning, button.warning {
  background-color: #FFCC00;
  color: #FFFFFF;
}
.button.warning:hover, button.warning:hover {
  background-color: #ffd21f;
}
.button.warning-text, button.warning-text {
  color: #FFCC00;
  background-color: transparent;
}
.button.warning-text:hover, button.warning-text:hover {
  color: #ffd21f;
}
.button.danger, button.danger {
  background-color: #FF4900;
  color: #FFFFFF;
}
.button.danger:hover, button.danger:hover {
  background-color: #ff5f1f;
}
.button.danger-text, button.danger-text {
  color: #FF4900;
  background-color: transparent;
}
.button.danger-text:hover, button.danger-text:hover {
  color: #ff5f1f;
}
.button.decorative, button.decorative {
  background-color: #05C3DD;
  color: #FFFFFF;
}
.button.decorative:hover, button.decorative:hover {
  background-color: #07dcf9;
}
.button.decorative-text, button.decorative-text {
  color: #05C3DD;
  background-color: transparent;
}
.button.decorative-text:hover, button.decorative-text:hover {
  color: #07dcf9;
}
.button.decorative-light, button.decorative-light {
  background-color: #A0DBEC;
  color: #FFFFFF;
}
.button.decorative-light:hover, button.decorative-light:hover {
  background-color: #bae5f1;
}
.button.decorative-light-text, button.decorative-light-text {
  color: #A0DBEC;
  background-color: transparent;
}
.button.decorative-light-text:hover, button.decorative-light-text:hover {
  color: #bae5f1;
}
.button.light, button.light {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.button.light:hover, button.light:hover {
  background-color: white;
}
.button.light-text, button.light-text {
  color: #FFFFFF;
  background-color: transparent;
}
.button.light-text:hover, button.light-text:hover {
  color: white;
}
.button.grey-light, button.grey-light {
  background-color: #F4F4F3;
  color: #FFFFFF;
}
.button.grey-light:hover, button.grey-light:hover {
  background-color: white;
}
.button.grey-light-text, button.grey-light-text {
  color: #F4F4F3;
  background-color: transparent;
}
.button.grey-light-text:hover, button.grey-light-text:hover {
  color: white;
}
.button.grey-medium-light, button.grey-medium-light {
  background-color: #EAE9E8;
  color: #FFFFFF;
}
.button.grey-medium-light:hover, button.grey-medium-light:hover {
  background-color: #f9f8f8;
}
.button.grey-medium-light-text, button.grey-medium-light-text {
  color: #EAE9E8;
  background-color: transparent;
}
.button.grey-medium-light-text:hover, button.grey-medium-light-text:hover {
  color: #f9f8f8;
}
.button.grey-medium, button.grey-medium {
  background-color: #D2D0CD;
  color: #FFFFFF;
}
.button.grey-medium:hover, button.grey-medium:hover {
  background-color: #e0dfdd;
}
.button.grey-medium-text, button.grey-medium-text {
  color: #D2D0CD;
  background-color: transparent;
}
.button.grey-medium-text:hover, button.grey-medium-text:hover {
  color: #e0dfdd;
}
.button.grey-base, button.grey-base {
  background-color: #999999;
  color: #FFFFFF;
}
.button.grey-base:hover, button.grey-base:hover {
  background-color: #a8a8a8;
}
.button.grey-base-text, button.grey-base-text {
  color: #999999;
  background-color: transparent;
}
.button.grey-base-text:hover, button.grey-base-text:hover {
  color: #a8a8a8;
}
.button.grey-dark, button.grey-dark {
  background-color: #444444;
  color: #FFFFFF;
}
.button.grey-dark:hover, button.grey-dark:hover {
  background-color: #535353;
}
.button.grey-dark-text, button.grey-dark-text {
  color: #444444;
  background-color: transparent;
}
.button.grey-dark-text:hover, button.grey-dark-text:hover {
  color: #535353;
}
.button.dark, button.dark {
  background-color: #000000;
  color: #FFFFFF;
}
.button.dark:hover, button.dark:hover {
  background-color: #0f0f0f;
}
.button.dark-text, button.dark-text {
  color: #000000;
  background-color: transparent;
}
.button.dark-text:hover, button.dark-text:hover {
  color: #0f0f0f;
}
.button.secondary, button.secondary {
  background-color: #F4F4F3;
  color: #444444;
}
.button.secondary:hover, button.secondary:hover {
  background-color: #e5e5e3;
}
.button.transparent, button.transparent {
  background-color: transparent;
  color: #444444;
}
.button.transparent:hover, button.transparent:hover {
  opacity: 0.66;
}
.button.transparent[disabled], button.transparent[disabled] {
  background-color: transparent;
  color: #999999;
  pointer-events: none;
}
.button.subtle, button.subtle {
  padding: 0;
  font-family: "Montserrat-Regular", Arial, sans-serif;
}
.button[disabled], button[disabled] {
  background-color: #999999;
  color: #FFFFFF;
  opacity: 0.33;
  pointer-events: none;
}
.button.round, button.round {
  min-width: unset;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
}
.button.round.medium, button.round.medium {
  min-width: 42px;
  min-height: 42px;
}
.button.square, button.square {
  border-radius: 6px;
}
.button.icon, button.icon {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.button.regular, button.regular {
  font-family: Montserrat-Regular, Arial, sans-serif;
}
.button.subtle, button.subtle {
  opacity: 0.33;
}
.button.subtle:hover, button.subtle:hover {
  opacity: 1;
}
.button.left, button.left {
  text-align: left;
}
.button.center, button.center {
  text-align: center;
}
.button.right, button.right {
  text-align: right;
}
.button.block, button.block {
  padding: 10px 20px;
  min-width: 120px;
}
.button.dominant, button.dominant {
  min-width: 240px;
}
.button.full, button.full {
  width: 100%;
}
.button.small, button.small {
  min-width: 24px;
  min-height: 24px;
}
.button.medium, button.medium {
  min-width: 42px;
  min-height: 42px;
}
.button.large, button.large {
  min-width: 56px;
  min-height: 56px;
}
.button.icon, button.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.button.icon.start .icon, button.icon.start .icon {
  margin-right: 8px;
}
.button.icon.end, button.icon.end {
  justify-content: space-between;
}
.button.icon.end .icon, button.icon.end .icon {
  margin-left: 8px;
}
.button-container, button-container {
  display: flex;
  align-content: center;
}
.button-container button:not(:first-of-type), .button-container .button:not(:first-of-type), button-container button:not(:first-of-type), button-container .button:not(:first-of-type) {
  margin-left: 10px;
}
.button-container.vertical, button-container.vertical {
  flex-direction: column;
}
.button-container.vertical button:not(:first-of-type), .button-container.vertical .button:not(:first-of-type), button-container.vertical button:not(:first-of-type), button-container.vertical .button:not(:first-of-type) {
  margin: 0;
  margin-top: 8px;
}

.input, input {
  transition: all 0.1s ease-in;
  background-color: transparent;
  border: none;
}
.input::placeholder, input::placeholder {
  color: #000000;
  opacity: 0.33;
  text-transform: capitalize;
}
.input.disabled, .input[disabled], .input[disabled=true], .input[disabled=disabled], input.disabled, input[disabled], input[disabled=true], input[disabled=disabled] {
  opacity: 0.33;
  pointer-events: none;
  cursor: default;
}
.input.lined, input.lined {
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #D2D0CD;
  padding: 10px 4px;
  color: #000000;
}
.input.lined:focus, input.lined:focus {
  border-width: 2px;
  border-color: #0030CF;
  transition: all 0.1s ease-out;
}
.input.full, input.full {
  width: 100%;
}

select {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 10px 30px 10px;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
  font-weight: 200;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Ic_arrow_drop_down_36px.svg/2048px-Ic_arrow_drop_down_36px.svg.png) !important;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.checkbox-container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}
.checkbox-container .label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 20px - 12px);
  padding: 0 0 0 12px;
  font-size: initial;
  color: #000000;
  text-align: left;
  border-radius: 0;
}
.checkbox-container:hover > .checkbox-custom {
  background-color: #D2D0CD;
}
.checkbox-container.disabled, .checkbox-container[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.checkbox-container.end {
  justify-content: space-between;
}
.checkbox-container.end .label {
  width: unset;
  padding-right: 12px;
  padding-left: 0;
}
.checkbox-custom {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #EAE9E8;
}
.checkbox-custom:after {
  content: url("/media/images/icons/check.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all ease-in 0.1s;
}
.checkbox-custom.checked {
  background-color: #00249C;
}
.checkbox-custom.checked:after {
  transform: translate(-50%, -50%) scale(1);
}

.progress {
  position: relative;
  border-radius: 50px;
  background-color: #F4F4F3;
}
.progress-bar {
  height: 100%;
  background-color: #78BE21;
  border-radius: 50px;
}
.progress-status-info {
  position: absolute;
  left: 50%;
  color: #FFFFFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3333333333);
}

.btn-basic,
.btn-primary,
.btn-red,
.btn-green {
  padding: 10px;
  border-width: 0;
  cursor: pointer;
  border-radius: 2px;
  letter-spacing: 1px;
  font-weight: 200;
  font-size: 1em;
  transition: all ease-in-out 0.2s;
}

.btn-green, .button-green, button-green {
  color: #fff;
}
.btn-trash, .button-trash, button-trash {
  background: #FF4900;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px;
  margin-right: 10px;
  outline: 0 !important;
}
.btn-trash:hover, .button-trash:hover, button-trash:hover {
  opacity: 0.6;
}
.btn-trash img, .button-trash img, button-trash img {
  width: 16px;
}
.btn-red, .button-red, button-red {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.btn:focus, .button:focus, button:focus {
  outline: 0 !important;
}

.button,
.btn-primary {
  background-color: #00249C;
}

.button-red:hover,
.button-red:focus,
.btn-red:hover,
.btn-red:focus {
  background: inherit;
}

.button-green,
.btn-green {
  background-color: #50aa38;
}

.button-green:hover,
.button-green:focus,
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background: #46a02e;
  outline: none !important;
}

.btn-primary.icon i,
.btn-green.icon i,
.btn-red.icon i {
  margin-right: 8px;
  vertical-align: baseline;
}

.btn.disabled,
.btn[disabled] {
  background: #cccccc;
  cursor: default;
}

.btn-green[disabled] {
  background: #444444;
}

.btn-basic {
  background-color: #777777;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #cccccc;
  border-color: transparent;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("/media/fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("/media/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("/media/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/media/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica-Oblique";
  src: url("/media/fonts/Helvetica-Oblique.ttf") format("truetype");
}
h1, h2, h3 {
  font-family: Montserrat-Bold, Arial, sans-serif;
}

.modal.in {
  background-color: rgba(5, 36, 156, 0.2);
}
.modal.in .modal-dialog {
  transform: translateY(-55%);
}
.modal-backdrop {
  display: none;
}
.modal .clearfix {
  padding-top: 20px;
}
.modal .modal-dialog {
  margin: 0 auto;
  top: 50%;
}
.modal .modal-dialog .modal-content {
  height: auto;
  max-height: 720px;
  overflow: auto;
  border: none;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}
.modal .modal-dialog .modal-header, .modal .modal-dialog .modal-body, .modal .modal-dialog .modal-footer {
  padding: 20px 0;
}
.modal .modal-dialog .modal-header, .modal .modal-dialog .modal-footer {
  flex-shrink: 0;
}
.modal .modal-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.modal .modal-dialog .modal-header .modal-title {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  flex: 1;
}
.modal .modal-dialog .modal-header .button .icon {
  width: 20px;
}
.modal .modal-dialog .modal-body {
  overflow: auto;
  flex: auto;
}
.modal .modal-dialog .modal-body .description p {
  margin-bottom: 24px;
}
.modal .modal-dialog .modal-body .description p b {
  margin: 0 6px;
}
.modal .modal-dialog .modal-footer {
  padding-bottom: 24px;
  justify-content: flex-end;
}
.modal .modal-dialog .modal-footer > button, .modal .modal-dialog .modal-footer > .button {
  margin-left: 12px;
}
.modal .modal-dialog .modal-search {
  margin-top: -12px;
  position: relative;
}
.modal .modal-dialog .modal-search input {
  width: 100%;
  min-height: 44px;
  position: sticky;
  top: 0;
  border-radius: 0;
  border-bottom: 1px solid #EAE9E8;
  margin-bottom: 1px;
  padding: 0;
  background-color: #FFFFFF;
}
.modal .modal-dialog .modal-search input:focus {
  border-color: #00249C;
  border-width: 2px;
}
.modal .modal-dialog .modal-search:after {
  content: url("/media/images/icons/search.svg");
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.modal.choseFile > .modal-dialog > .modal-content {
  display: flex;
  flex-direction: column;
  height: 75vh;
  max-height: 800px;
}
.modal.choseFile > .modal-dialog > .modal-content > .modal-body {
  display: flex;
  flex: 1;
  max-height: unset;
  padding: 0 !important;
}
.modal.choseFile > .modal-dialog > .modal-content > .modal-body angular-filemanager {
  width: 100%;
  display: flex;
}
.modal.choseFile > .modal-dialog > .modal-content > .modal-body angular-filemanager .file-manager {
  display: flex;
  width: 100%;
}
.modal.choseFile > .modal-dialog > .modal-content > .modal-body angular-filemanager .file-manager-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal.choseFile > .modal-dialog > .modal-content > .modal-body angular-filemanager .file-manager-head .container-actions {
  padding: 10px 15px;
}
.modal.choseFile > .modal-dialog > .modal-content > .modal-body angular-filemanager .file-manager-body {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  flex: auto;
}
.modal.choseFile > .modal-dialog > .modal-content > .modal-body angular-filemanager .file-manager-body .table-files thead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}
.modal#uploadfile .first p, .modal#uploadfile .second p, .modal#editFile .first p, .modal#editFile .second p, .modal#uploadPresentation .first p, .modal#uploadPresentation .second p, .modal.upload .first p, .modal.upload .second p {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.modal#uploadfile .first p > *:not(:first-child), .modal#uploadfile .second p > *:not(:first-child), .modal#editFile .first p > *:not(:first-child), .modal#editFile .second p > *:not(:first-child), .modal#uploadPresentation .first p > *:not(:first-child), .modal#uploadPresentation .second p > *:not(:first-child), .modal.upload .first p > *:not(:first-child), .modal.upload .second p > *:not(:first-child) {
  margin-left: 6px;
}
.modal#uploadfile .first .description .folder, .modal#uploadfile .second .description .folder, .modal#editFile .first .description .folder, .modal#editFile .second .description .folder, .modal#uploadPresentation .first .description .folder, .modal#uploadPresentation .second .description .folder, .modal.upload .first .description .folder, .modal.upload .second .description .folder {
  display: inline-block;
}
.modal#uploadfile .button.upload, .modal#editFile .button.upload, .modal#uploadPresentation .button.upload, .modal.upload .button.upload {
  border: 2px dashed #D2D0CD;
  border-radius: 6px;
  padding: 20px;
  text-align: left;
}
.modal#uploadfile .button.upload .icon, .modal#editFile .button.upload .icon, .modal#uploadPresentation .button.upload .icon, .modal.upload .button.upload .icon {
  width: 24px;
}
.modal#uploadfile .list .item, .modal#editFile .list .item, .modal#uploadPresentation .list .item, .modal.upload .list .item {
  margin-top: 20px;
}
.modal#uploadfile .list.files label, .modal#editFile .list.files label, .modal#uploadPresentation .list.files label, .modal.upload .list.files label {
  font-weight: 400;
  font-size: 16px;
}
.modal#uploadfile input[type=file], .modal#editFile input[type=file], .modal#uploadPresentation input[type=file], .modal.upload input[type=file] {
  display: none;
  width: 100%;
  margin: 0;
  outline: none;
  background-color: transparent;
}
.modal.mergePresentations .modal-dialog {
  transform: translateY(-50%);
}
.modal.mergePresentations .modal-content {
  min-width: 500px;
  max-height: unset;
  max-width: 60vh;
  margin: auto;
}
.modal.mergePresentations .modal-body {
  max-height: 88vh;
}
.modal.mergePresentations .modal-body .list-wrapper {
  margin-top: 50px;
}
.modal.mergePresentations .modal-body .list-header {
  display: flex;
}
.modal.mergePresentations .modal-body .list-header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal.mergePresentations .modal-body .list-header .container label {
  font-size: 16px;
  font-family: "Montserrat-Bold", Arial, sans-serif;
}
.modal.mergePresentations .modal-body .list-container {
  display: flex;
}
.modal.mergePresentations .modal-body .list-container .placeholder {
  border: none;
  min-height: 50px;
  width: 80%;
}
.modal.mergePresentations .modal-body .list-container .overrideDropzone {
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
  right: 0;
  /*background-color: red; */
  z-index: 1000;
}
.modal.mergePresentations .modal-body .list-column {
  padding: 0 20px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-height: 55vh;
  overflow-y: scroll;
}
.modal.mergePresentations .modal-body .list-column:not(:first-of-type) {
  border-left: 1px solid lightgray;
}
.modal.mergePresentations .modal-body .list-column:before, .modal.mergePresentations .modal-body .list-column:after {
  content: "";
  position: sticky;
  z-index: 3;
  width: 100%;
  display: block;
  min-height: 40px;
  background: linear-gradient(#ffffff 66%, rgba(255, 255, 255, 0) 100%);
}
.modal.mergePresentations .modal-body .list-column:before {
  top: -2px;
}
.modal.mergePresentations .modal-body .list-column:after {
  bottom: -2px;
  transform: rotate(180deg);
}
.modal.mergePresentations .modal-body .list-item {
  position: relative;
  cursor: grab;
}
.modal.mergePresentations .modal-body .list-item:not(:first-of-type) {
  margin-top: 12px;
}
.modal.mergePresentations .modal-body .list-item .inner {
  position: relative;
  width: 160px;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 75%;
  border: 3px solid #FFFFFF;
  background-color: #F4F4F3;
  outline: 2px dashed transparent;
  transition: 0.2s linear all;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modal.mergePresentations .modal-body .list-item .inner img.thumbnail, .modal.mergePresentations .modal-body .list-item .inner canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal.mergePresentations .modal-body .list-item .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: block;
  min-height: 33%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.66;
}
.modal.mergePresentations .modal-body .list-item .inner canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal.mergePresentations .modal-body .list-item .inner .overlay {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: right;
  padding: 10px;
  color: #FFFFFF;
}
.modal.mergePresentations .modal-body .list-item .inner .overlay > * {
  filter: drop-shadow(0px 0px 3px rgba(1, 1, 1, 0.3));
}
.modal.mergePresentations .modal-body .list-item .inner .overlay .properties {
  flex: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.modal.mergePresentations .modal-body .list-item .inner .overlay .properties > div {
  display: flex;
}
.modal.mergePresentations .modal-body .list-item .inner .overlay .properties .attachments {
  height: 12px;
}
.modal.mergePresentations .modal-body .list-item .inner .overlay .slide-number {
  flex: 2;
  line-height: 1;
}
.modal.mergePresentations .modal-body .list-item .outer {
  position: absolute;
  transform: translateX(100%);
  top: 0;
  right: 0;
  padding: 4px;
}
.modal.mergePresentations .modal-body .list-item .outer button {
  filter: opacity(0.3) grayscale(1);
}
.modal.mergePresentations .modal-body .list-item .outer button:hover {
  opacity: 1;
  filter: opacity(1) grayscale(0);
}
.modal.mergePresentations .modal-body .list-item .outer button.reset .icon {
  margin-right: 2px;
}
.modal.mergePresentations .modal-body .list-item.addition .slide-number {
  flex: 1;
}
.modal.mergePresentations .modal-body .list-item.dragged .inner {
  outline: 2px solid #05C3DD;
}
.modal.mergePresentations .modal-body .list-item.dragged-over .inner {
  transform: scale(0.95);
  opacity: 0.66;
  outline: 2px dashed #D2D0CD;
}
.modal.mergePresentations .modal-body .list-item.addition .slide-number:after, .modal.mergePresentations .modal-body .list-item.added .slide-number:after {
  content: "*";
  margin-left: 3px;
}
.modal.mergePresentations .modal-body .list-item.updated .inner, .modal.mergePresentations .modal-body .list-item.added .inner {
  outline: 2px solid #78BE21;
}
.modal.editkeywordgroups .modal-dialog {
  transform: translateY(-50%);
}
.modal.editkeywordgroups .modal-content {
  min-width: 500px;
  max-height: unset;
  max-width: 40vw;
  margin: auto;
}
.modal.editkeywordgroups .modal-body {
  max-height: 66vh;
  padding-bottom: 320px;
  box-sizing: border-box;
}
.modal#selector .modal-dialog {
  width: 800px;
}
.modal#selector .modal-body {
  padding-top: 0;
}
.modal#selector .breadcrumbs {
  margin: 0;
}
.modal#selector .breadcrumbs-container {
  margin: 0;
  padding: 20px 10px;
  z-index: 2;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  box-shadow: 0 15px 25px #ffffff;
}
.modal#selector table {
  margin-top: 20px;
}
.modal#selector table tr td:first-of-type {
  cursor: pointer;
}
.modal#information #information-target {
  width: 66%;
}
.modal#information ul {
  margin-top: 10px;
}
.modal#information li {
  list-style: initial;
  cursor: pointer;
}

.icon.folder {
  display: flex;
  align-items: center;
}
.icon.folder:before {
  content: url("/media/images/icons/folder.svg");
  margin-right: 10px;
}
.icon.folder.s:before {
  content: url("/media/images/icons/folder-s.svg");
  margin-right: 6px;
  margin-top: 4px;
}

.table > thead > tr > th:hover,
.file-manager-body table th:hover a {
  color: #00249C;
  cursor: pointer;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 88%;
    max-width: 1200px;
  }
}
/**
 * Access Entity Modal
 * app/employee/favorites/editFavoriteView.html
 * app/employee/employeeEditView.html
 */
#accessEntityModal .modal-dialog.modal-lg .modal-content {
  height: 720px;
  max-height: 720px;
  min-height: 720px;
}
#accessEntityModal .modal-dialog.modal-lg .modal-content .modal-body {
  min-height: 500px;
}

.angular-ui-tree-nodes .tree-node-content {
  display: flex;
  align-items: center;
  min-height: unset;
  margin: 0;
  padding: 10px 10px 10px 8px;
  color: initial;
  background: transparent;
  border: none;
  border-bottom: 1px solid #EAE9E8;
}
.angular-ui-tree-nodes .tree-node-content:hover {
  background: #fafafa;
}
.angular-ui-tree-nodes .tree-node-content.head {
  cursor: initial !important;
}
.angular-ui-tree-nodes .tree-node-content.head .title {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #444444;
}
.angular-ui-tree-nodes .tree-node-content.head .title:before {
  content: url("/media/images/folder.svg");
  margin-top: 2px;
  margin-right: 4px;
}
.angular-ui-tree-nodes .tree-node-content.head .actions {
  flex-grow: 0;
  color: initial;
}
.angular-ui-tree-nodes .tree-node-content.head .actions > button {
  color: #00249C;
}
.angular-ui-tree-nodes .tree-node-content input {
  font-family: Montserrat-Bold, Arial, sans-serif;
  min-width: 250px;
  padding: 6px 8px;
  box-shadow: none;
  border: none;
  background: transparent;
}
.angular-ui-tree-nodes .tree-node-content input:hover, .angular-ui-tree-nodes .tree-node-content input:focus {
  background: #f0f0f0;
}
.angular-ui-tree-nodes .tree-node-content .name {
  margin: 0;
  flex: 1;
  font-family: Montserrat-Regular, Arial, sans-serif;
  color: #444444;
}
.angular-ui-tree-nodes .tree-node-content .name > * {
  color: #999999;
  margin-left: 6px;
}
.angular-ui-tree-nodes .tree-node-content .tree-handle {
  width: 34px;
  height: 34px;
  background: transparent url("/media/images/drag-handle.svg") center center no-repeat padding-box;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-node .title {
  font-size: 14px !important;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-node .title:before {
  transform: scale(0.9);
  margin-right: 0;
}
.angular-ui-tree-nodes.presentation .tree-node-content {
  cursor: pointer;
}
.angular-ui-tree-nodes.presentation .tree-node-content .name a {
  color: #444444;
}
.angular-ui-tree-nodes .angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.folder-new {
  border: 2.4px dashed #D2D0CD;
  padding: 20px 10px;
  border-radius: 0;
  text-align: left;
  transform: translateY(-1px);
}
.folder-new:before {
  content: url("/media/images/icons/add.svg");
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 16px;
}

.tree-node {
  border: 1px solid #dae2ea;
  background: #f8faff;
  color: #7c9eb2;
}

.tree-handle {
  padding: 10px;
  background: #428bca;
  color: #FFF;
  margin-right: 10px;
}

.portfolio.overview {
  background-color: #F4F4F3;
}
.portfolio.overview:after {
  content: "";
  background: #F4F4F3;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio.overview .header {
  box-shadow: 0 15px 25px #F4F4F3;
}
.portfolio.overview .centeredButtonContainer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.portfolio.overview .centeredButtonContainer .portfolio-sections, .portfolio.overview .centeredButtonContainer .portfolio-new {
  flex-basis: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-right: 28px;
  margin-top: 28px;
  padding: 20px;
  border-radius: 16px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transform-origin: top center;
  will-change: transform;
  transform: skewX(0.001deg);
  transition: all 0.2s ease-in-out;
}
.portfolio.overview .centeredButtonContainer .portfolio-sections:hover, .portfolio.overview .centeredButtonContainer .portfolio-new:hover {
  transform: rotateX(12deg) translateY(-4px) scale(1.02);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06);
}
.portfolio.overview .centeredButtonContainer .portfolio-sections .top, .portfolio.overview .centeredButtonContainer .portfolio-new .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.portfolio.overview .centeredButtonContainer .portfolio-sections .top .title, .portfolio.overview .centeredButtonContainer .portfolio-new .top .title {
  font-family: Montserrat-Bold, Arial, sans-serif;
  color: #444444;
  font-size: 20px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.portfolio.overview .centeredButtonContainer .portfolio-sections .top span, .portfolio.overview .centeredButtonContainer .portfolio-new .top span {
  color: #999999;
  font-size: 10px;
  margin-bottom: 2px;
}
.portfolio.overview .centeredButtonContainer .portfolio-sections .bottom, .portfolio.overview .centeredButtonContainer .portfolio-new .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.portfolio.overview .centeredButtonContainer .portfolio-sections .bottom .region, .portfolio.overview .centeredButtonContainer .portfolio-new .bottom .region {
  flex: 1;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}
.portfolio.overview .centeredButtonContainer .portfolio-sections .bottom .icon, .portfolio.overview .centeredButtonContainer .portfolio-new .bottom .icon {
  max-width: 40px;
  max-height: 40px;
  margin-left: 10px;
}
.portfolio.overview .centeredButtonContainer .portfolio-new {
  border: 2px dashed #D2D0CD;
}
.portfolio.overview .centeredButtonContainer .portfolio-new:hover {
  background: white;
  border-color: transparent;
}
.portfolio.overview .centeredButtonContainer .portfolio-sections {
  background-color: #FFFFFF;
}
/* Form definition */
.portfolio label {
  display: block;
}
.portfolio select {
  color: initial !important;
  font-weight: initial;
}
.portfolio #category .input-container {
  display: inline-block;
  width: calc(100% - 58px);
}
.portfolio #category img {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 10px;
  vertical-align: bottom;
  max-height: 32px;
  max-width: 48px;
  box-sizing: content-box;
}
.portfolio .disabled {
  color: #999 !important;
}

#input-file {
  display: none;
}

.presentation.overview .content {
  margin-left: -20px;
}
.presentation.editor {
  background-color: #F4F4F3;
}
.presentation.editor .header {
  position: relative;
  box-shadow: none;
}
.presentation.editor .content {
  width: 1275px;
  height: auto;
  position: relative;
  display: flex;
  box-sizing: content-box;
}
.presentation.editor .content .left {
  margin-right: 8px;
}
.presentation.editor .content .left #slidesFrame {
  width: 1024px;
  height: 112px;
  padding: 0 8px;
  margin-bottom: 8px;
  display: flex;
  background-color: #F4F4F3;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper {
  flex: 1;
  overflow: scroll;
  overflow-y: hidden;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box {
  position: relative;
  float: left;
  border: 1px solid #eeeeee;
  background-color: darkgray;
  width: 122px;
  height: 92px;
  margin: 2px 4px;
  text-align: right;
  color: white;
  outline: none;
  -webkit-transition: outline ease-in-out 0.3s;
  -moz-transition: outline ease-in-out 0.3s;
  -ms-transition: outline ease-in-out 0.3s;
  -o-transition: outline ease-in-out 0.3s;
  transition: outline ease-in-out 0.3s;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box:hover {
  outline: 2px solid #1167cb;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box .slide-thumbnail-number {
  position: absolute;
  background: black;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 12px;
  width: 100%;
  text-align: center;
  z-index: 10;
  -webkit-transition: background ease-in-out 0.3s;
  -moz-transition: background ease-in-out 0.3s;
  -ms-transition: background ease-in-out 0.3s;
  -o-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box.slide-box-selected {
  outline: 2px solid #065da6;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box.slide-box-selected .slide-thumbnail-number {
  background: #00249C;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box.slide-box-selected:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box.slide-box-selected .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding-right: 5px;
  padding-top: 5px;
  z-index: 5;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box.slide-box-selected .overlay i {
  height: 22px;
  color: #076fc5;
  cursor: pointer;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box.slide-box-selected .overlay i:hover, .presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box.slide-box-selected .overlay i:focus, .presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box.slide-box-selected .overlay i.active {
  color: #ffffff;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-box.slide-box-selected .overlay i.highlight {
  color: #ffffff;
}
.presentation.editor .content .left #slidesFrame #slidesWrapper #slides .slide-background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.presentation.editor .content .left #slidesFrame .button-container.slide-actions {
  justify-content: center;
  padding-left: 8px;
}
.presentation.editor .content .left #editorContainer #editor, .presentation.editor .content .left #editorContainer #editorClone {
  position: relative;
  width: 1024px;
  height: 768px;
  background-color: #F4F4F3;
  overflow: hidden;
}
.presentation.editor .content .left #editorContainer #editor .slide-background, .presentation.editor .content .left #editorContainer #editorClone .slide-background {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.presentation.editor .content .left #editorContainer #editor .slide-element, .presentation.editor .content .left #editorContainer #editorClone .slide-element {
  position: absolute !important;
  box-sizing: content-box;
  outline: 1px dashed rgba(127, 127, 127, 0.8);
  overflow: hidden;
}
.presentation.editor .content .left #editorContainer #editor .slide-element .slide-element-header, .presentation.editor .content .left #editorContainer #editorClone .slide-element .slide-element-header {
  position: absolute !important;
  height: 16px;
  width: 100%;
  top: 0;
  padding: 2px;
  background-color: rgba(127, 127, 127, 0.8);
  color: #FFFFFF;
  text-align: left;
  font-family: Arial;
  font-size: 10px;
}
.presentation.editor .content .left #editorContainer #editor .slide-element.selected, .presentation.editor .content .left #editorContainer #editorClone .slide-element.selected {
  outline-color: rgba(17, 103, 203, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
}
.presentation.editor .content .left #editorContainer #editor .slide-element.selected .slide-element-header, .presentation.editor .content .left #editorContainer #editorClone .slide-element.selected .slide-element-header {
  background-color: rgba(17, 103, 203, 0.8);
}
.presentation.editor .content .left #editorContainer #editor .slide-element.no-border, .presentation.editor .content .left #editorContainer #editorClone .slide-element.no-border {
  border: 0;
}
.presentation.editor .content .left #editorContainer #editor .slide-element-image-view-image, .presentation.editor .content .left #editorContainer #editorClone .slide-element-image-view-image {
  object-fit: contain;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.presentation.editor .content .left #editorContainer #editor .slide-element .resize-shadow, .presentation.editor .content .left #editorContainer #editorClone .slide-element .resize-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 80;
}
.presentation.editor .content .left #editorContainer #editor .slide-element[entity-type=EFStepSlider], .presentation.editor .content .left #editorContainer #editor .slide-element[entity-type=EFThreeSixty], .presentation.editor .content .left #editorContainer #editor .slide-element[entity-type=EFSlideshow], .presentation.editor .content .left #editorContainer #editorClone .slide-element[entity-type=EFStepSlider], .presentation.editor .content .left #editorContainer #editorClone .slide-element[entity-type=EFThreeSixty], .presentation.editor .content .left #editorContainer #editorClone .slide-element[entity-type=EFSlideshow] {
  background-color: rgba(255, 255, 255, 0.4);
}
.presentation.editor .content .left #editorContainer #editor .slide-element[entity-type=EFImageView], .presentation.editor .content .left #editorContainer #editorClone .slide-element[entity-type=EFImageView] {
  overflow: visible;
}
.presentation.editor .content .left #editorContainer #editor .slide-element[entity-type=EFSlideshow] .slide-element-image-view-image, .presentation.editor .content .left #editorContainer #editorClone .slide-element[entity-type=EFSlideshow] .slide-element-image-view-image {
  width: 50%;
  height: 50%;
  object-fit: cover;
  box-sizing: border-box;
  padding: 4px;
}
.presentation.editor .content .left #editorContainer #editor .slide-element[entity-type=EFCurtain] .slide-element-curtain-background, .presentation.editor .content .left #editorContainer #editorClone .slide-element[entity-type=EFCurtain] .slide-element-curtain-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
}
.presentation.editor .content #optionsFrame {
  position: relative;
  min-width: 320px;
  flex: 1;
  padding: 36px 24px 10px;
  box-sizing: content-box;
  background-color: #F4F4F3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.presentation.editor .content #optionsFrame .top .title {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 20px;
}
.presentation.editor .content #optionsFrame .bottom {
  border-top: 1px solid lightgrey;
  padding-top: 20px;
}
.presentation.editor .content #optionsFrame .bottom .duplicate-delete button {
  width: 100%;
  position: relative;
}
.presentation.editor .content #optionsFrame .bottom .duplicate-delete button:first-of-type {
  margin-bottom: 10px;
}
.presentation.editor .content #optionsFrame label {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  margin: 36px 0 16px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.presentation.editor .content #optionsFrame .slide-editing {
  display: flex;
  flex-direction: column;
}
.presentation.editor .content #optionsFrame .slide-editing label {
  margin-top: 10px;
}
.presentation.editor .content #optionsFrame .slide-editing button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  margin: 0;
  padding: 15px 16px 12px 0;
  font-family: "Montserrat-Regular", Arial, sans-serif;
}
.presentation.editor .content #optionsFrame select:not([type=button]), .presentation.editor .content #optionsFrame input:not([type=button]) {
  border: 0;
  border-bottom: 1px solid lightgrey !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0;
}
.presentation.editor .content #optionsFrame .coordinates, .presentation.editor .content #optionsFrame .size {
  display: flex;
}
.presentation.editor .content #optionsFrame .coordinates .input-container, .presentation.editor .content #optionsFrame .size .input-container {
  position: relative;
  margin: 0;
  text-align: left;
  flex: 1;
  flex-basis: 40%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.presentation.editor .content #optionsFrame .coordinates .input-container ~ .input-container, .presentation.editor .content #optionsFrame .size .input-container ~ .input-container {
  padding-left: 12px;
}
.presentation.editor .content #optionsFrame .coordinates .input-container label, .presentation.editor .content #optionsFrame .size .input-container label {
  margin: 0;
  font-size: 14px;
}
.presentation.editor .content #optionsFrame .coordinates .input-container input, .presentation.editor .content #optionsFrame .size .input-container input {
  position: relative;
  padding: 10px;
  -webkit-appearance: none;
  border-bottom: 1px solid lightgrey;
  text-align: right;
  max-width: 100px;
  box-sizing: border-box;
  min-width: unset;
  height: unset;
  flex: auto;
}
.presentation.editor .content #optionsFrame .coordinates .input-container button, .presentation.editor .content #optionsFrame .size .input-container button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: unset;
  color: #100fa4;
  padding: 10px;
}
.presentation.editor .content #optionsFrame .coordinates .input-container button img, .presentation.editor .content #optionsFrame .size .input-container button img {
  width: 100%;
  height: 100%;
}
.presentation.editor .content #optionsFrame .tox-toolbar {
  background: none;
  margin: 0;
}
.presentation.editor .content #optionsFrame .tox-toolbar:not(:first-of-type) {
  border-top: 1px solid lightgrey;
}
.presentation.editor .content #optionsFrame .tox-toolbar:first-of-type .tox-toolbar__group {
  width: 100%;
}
.presentation.editor .content #optionsFrame .tox-toolbar__group {
  padding: 0;
}
.presentation.editor .content #optionsFrame .tox-toolbar__group button {
  justify-content: space-between;
  min-width: 60px;
  min-height: 44px;
  margin: 0;
}
.presentation.editor .content #optionsFrame .tox-toolbar__group button.tox-tbtn--select {
  padding: 0;
  margin: 0;
}
.presentation.editor .content #optionsFrame .tox-toolbar__group button .tox-tbtn__select-label {
  width: 90%;
}
.presentation.editor .content #optionsFrame .attachments label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.presentation.editor .content #optionsFrame .attachments label button .icon {
  width: 14px;
  height: 14px;
}
.presentation.editor .content #optionsFrame .attachments label.title {
  display: flex;
}
.presentation.editor .content #optionsFrame .attachments-item {
  display: flex;
  padding-right: 2px;
}
.presentation.editor .content #optionsFrame .attachments-item button {
  font-size: 14px;
}
.presentation.editor .content #optionsFrame .attachments-item button.file {
  text-align: left;
  padding-left: 0;
}
.presentation.editor .content #optionsFrame #toolboxContainer label:only-child {
  visibility: hidden;
  pointer-events: none;
}
.presentation.detail button:disabled {
  opacity: 0.3;
  background-color: transparent;
}
.presentation.import .content {
  position: relative;
  background-color: unset;
  margin-top: 30px;
}
.presentation.import .content input[type=file]#import {
  visibility: hidden;
}
.presentation.import .content label {
  margin-bottom: 16px;
}

.presentation-footer {
  position: absolute;
  bottom: 30px;
  max-width: 300px;
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-size: 14px;
  color: white;
  padding: 0 30px;
  box-sizing: content-box;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}
.presentation-footer.pagenumber {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.presentation-footer.infotextbutton {
  right: 0;
  width: 30px;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.4));
}

.horizontal-line {
  position: absolute;
  width: 1024px;
  height: 1px;
  background-color: white;
}

.image-box {
  position: relative;
  float: left;
  margin: 5px;
  border: 1px solid black;
  background-color: darkgray;
  width: 150px;
  height: 150px;
}
.image-box img {
  width: 100%;
  height: 100%;
}

.image-box-footer,
.video-box-footer,
.file-box-footer {
  position: absolute;
  padding: 2px;
  font-family: Arial;
  font-size: 10px;
  color: white;
  height: 25px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  word-wrap: break-word;
}

.presentation-images-section {
  width: 1300px;
}
.presentation-images-caption {
  margin-left: 5px;
  font-size: 24px;
  font-weight: 500;
}

.video-box {
  position: relative;
  float: left;
  margin: 5px;
  border: 1px solid black;
  background-color: darkgray;
  width: 150px;
  height: 150px;
}
.video-box img {
  width: 100%;
  height: 100%;
}

.presentation-videos-section {
  width: 1400px;
  height: 170px;
}
.presentation-videos-caption {
  margin-left: 5px;
}

.file-box {
  position: relative;
  float: left;
  margin: 5px;
  border: 1px solid black;
  background-color: darkgray;
  width: 150px;
  height: 150px;
}
.file-box img {
  width: 100%;
  height: 100%;
}

.presentation-files-section {
  width: 1400px;
  height: 170px;
}
.presentation-files-caption {
  margin-left: 5px;
}

.presentation-category-caption {
  float: left;
}

.slide-element-text {
  position: absolute !important;
  width: 100%;
  color: white;
  top: 16px;
  height: calc(100% - 16px);
}
.slide-element-text-input {
  position: absolute !important;
  background-color: transparent;
  border: 0px;
  left: 0px;
  top: -2px;
  display: none;
  resize: none;
}

.slide-element-play-button {
  position: absolute;
  color: white;
  text-align: center;
}
.slide-element-play-button-text {
  background-color: rgba(217, 26, 0, 0.7);
  width: 100%;
  margin-top: 20px;
}

.slide-element-button-title {
  position: absolute;
  color: white;
}

#editorContainer #editor .slide-element.selected, #editorContainer #editorClone .slide-element.selected {
  z-index: 100;
}
#editorContainer #editor .slide-element.selected[entity-type=EFText], #editorContainer #editorClone .slide-element.selected[entity-type=EFText] {
  overflow: visible !important;
}
#editorContainer #editor .slide-element.selected[entity-type=EFText] .tox.tox-tinymce, #editorContainer #editorClone .slide-element.selected[entity-type=EFText] .tox.tox-tinymce {
  overflow: visible;
}
#editorContainer #editor .slide-element.selected[entity-type=EFText] .tox-toolbar-overlord, #editorContainer #editorClone .slide-element.selected[entity-type=EFText] .tox-toolbar-overlord {
  position: absolute !important;
  top: 100%;
  width: 100% !important;
}

.tox .tox-menu {
  max-height: 40vh !important;
}

.table-files {
  user-select: none;
}
.table-files-body > tr, .table-files-head > tr {
  height: 50px;
}
.table-files-body > tr > th, .table-files-body > tr > td, .table-files-head > tr > th, .table-files-head > tr > td {
  padding: 10px !important;
  vertical-align: middle !important;
}
.table-files-body > tr > th label, .table-files-body > tr > td label, .table-files-head > tr > th label, .table-files-head > tr > td label {
  margin: 0;
}
.table-files-body > tr > th label .title, .table-files-body > tr > td label .title, .table-files-head > tr > th label .title, .table-files-head > tr > td label .title {
  margin-left: 10px;
}
.table-files-body > tr > th a, .table-files-body > tr > td a, .table-files-head > tr > th a, .table-files-head > tr > td a {
  color: #444444;
}
.table-files-body > tr > th .file-options, .table-files-body > tr > td .file-options, .table-files-head > tr > th .file-options, .table-files-head > tr > td .file-options {
  white-space: nowrap;
}
.table-files-body > tr > th .file-options-container, .table-files-body > tr > td .file-options-container, .table-files-head > tr > th .file-options-container, .table-files-head > tr > td .file-options-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.table-files-body > tr > th:last-of-type > th, .table-files-body > tr > th:last-of-type > td, .table-files-body > tr > td:last-of-type > th, .table-files-body > tr > td:last-of-type > td, .table-files-head > tr > th:last-of-type > th, .table-files-head > tr > th:last-of-type > td, .table-files-head > tr > td:last-of-type > th, .table-files-head > tr > td:last-of-type > td {
  border: none;
}
.table-files-body > tr.dir td:first-of-type, .table-files-head > tr.dir td:first-of-type {
  position: relative;
}
.table-files-body > tr.dir td:first-of-type .title, .table-files-head > tr.dir td:first-of-type .title {
  font-family: Montserrat-Bold, Arial, sans-serif;
}
.table-files-body > tr.dir td:first-of-type:before, .table-files-head > tr.dir td:first-of-type:before {
  content: url(/media/images/folder.svg);
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.table-files-body > tr.file.checked, .table-files-head > tr.file.checked {
  background-color: #EDF0FA;
}
.table-files-body > tr.file.last-selected, .table-files-head > tr.file.last-selected {
  box-shadow: inset 0 0 0 2px #d8ddf3;
}

.file-manager {
  display: block;
  width: 100%;
  height: auto;
}
.file-manager nav.navbar {
  display: none !important;
}
.file-manager .file-manager-body {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
}
.file-manager .file-manager-head .container-actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #F4F4F3;
}
.file-manager .file-manager-head .container-actions .file-actions {
  margin: 0;
  padding: 0;
}
.file-manager .file-manager-head .container-actions .searchbar {
  position: relative;
  width: 220px;
  background: #FFFFFF;
}
.file-manager .file-manager-head .container-actions .searchbar button {
  background-color: transparent;
  width: 24px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.file-manager .file-manager-head .breadcrumbs {
  padding: 20px;
  margin: 0;
}

.files .breadcrumbs {
  margin-top: 16px;
  margin-bottom: -10px;
}
.files .content {
  padding-top: 0;
}
.files .content .file-manager {
  width: 100%;
  height: 100%;
  margin: 0;
}
.files .content .file-manager .file-manager-head {
  position: fixed;
  z-index: 101;
  width: calc(100% - 360px);
  margin-left: -40px;
  margin-top: -10px;
  background-color: #FFFFFF;
  color: #444444;
}
.files .content .file-manager .file-manager-head > * {
  padding: 0 20px;
  display: block;
}
.files .content .file-manager .file-manager-head .container-actions {
  padding: 5px 40px;
  background-color: #F4F4F3;
}
.files .content .file-manager .file-manager-head .container-actions .file-actions {
  margin: 0;
  padding: 0;
}
.files .content .file-manager .file-manager-head .container-actions .file-actions button {
  background-color: transparent;
  margin: 0 30px 0 0;
  padding: 10px 0;
}
.files .content .file-manager .file-manager-head .container-actions .searchbar {
  top: 50px;
  right: 110px;
  position: fixed;
  background-color: #F4F4F3;
}
.files .content .file-manager .file-manager-body {
  padding-top: 155px;
}
.files .content .file-manager .file-manager-body tr.file label .title {
  margin-left: 0;
}

.breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: Montserrat-Bold, Arial, sans-serif;
}
.breadcrumbs {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  padding: 0;
  font-size: 16px;
  background-color: transparent;
}
.breadcrumbs:after, .breadcrumbs:before {
  /*content: '';*/
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 28px;
  background: linear-gradient(90deg, white, transparent);
  z-index: 100;
  transform: translateX(100%);
}
.breadcrumb > * {
  margin: 0 6px;
  color: #444444;
}
.breadcrumb:first-of-type {
  padding-right: 10px;
}
.breadcrumb .start {
  width: 24px;
  margin: 0 0 6px 0;
  cursor: pointer;
}
.breadcrumb:not(:first-of-type):before {
  content: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAZCAYAAAABmx/yAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAADqADAAQAAAABAAAAGQAAAABM+FBSAAABjElEQVQ4Ea2UwXGDMBBFwYFzXEJKgBngGlxB3IFNBynBqcRKBSnBnIEZcAcuwTnDDPlf0WoIBuNDdsZerbRv/0oCHAdWFMUevyPHj5pLyHVdDfV9r5IkyR6BV0hKJREF9mVZHiS+510uQlUB2kkilDMoK4mnvAa5AKUc7pVj2hLMVrV5nrdF8lli7hudBBKPvQXDMLz6vp+O4NMcbFuVinVdv3Rd1yB+NnNXFNtgz5yzZhVlBsoXJKaIv83cGv6IgvTWbhRlhS1inzlirYxiDbay4ZaYc6PISRpbQ/L7b+Q4KBK0bXuSeBY0sAKcSTJhdKKfsrugACOvtze7RyZXVcW7/RIQ4zO2EDCeVeThIFG3xURCvGeOaZOK5kR5EPoKBJITJfjEv6HxvpBYY05D8LzPbRRFF3hrf1olZI7cQiiSjp8a0rZVgXjkUhZQOAVx3Sri+eQ7OYT4TjZSZOw1iMNQWHiTRSgtvsgrQlDaCQT/ASU1iCeHVMxlBUqfcRwfJF70UOXnUS0m/kfCD/IMvynE8IYFAAAAAElFTkSuQmCC);
  transform: scale(0.6) translateY(2px);
  padding: 0;
}
.breadcrumb > a:hover, .breadcrumb > img:hover {
  transition: all 0.1s linear;
  opacity: 0.5;
  color: initial;
}

.employees .content table {
  margin: 0;
}
.employees .content tr {
  border: none;
}
.employees .content tr.updated {
  background-color: #cbffa8;
}
.employees .content .searchbar {
  position: fixed;
  top: 50px;
  right: 110px;
  z-index: 100;
}

#selectButtonAddEmployeesDialog select {
  width: 515px;
  height: 350px;
  background-image: none;
  overflow: scroll;
}

.releases table thead tr th, .releases table thead tr td, .releases table tbody tr th, .releases table tbody tr td {
  padding: 20px 10px;
}
.releases table thead tr th:not(:first-of-type), .releases table thead tr td:not(:first-of-type), .releases table tbody tr th:not(:first-of-type), .releases table tbody tr td:not(:first-of-type) {
  text-align: right;
}
.releases table tbody td:first-of-type {
  white-space: pre-line;
}
.releases table tbody td.version {
  width: 0;
  white-space: nowrap;
  text-align: right;
}
.releases table tbody td.state {
  text-align: right;
}
.releases table tbody td.state button {
  margin-left: auto;
}
.releases table tbody td.state .released {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.releases table tbody td.state .released .icon_check {
  width: auto;
  font-size: 18px;
  margin-left: 12px;
  padding: 0 13px;
}

.keywords .content .searchbar, .keywordgroups .content .searchbar, #editKeywordGroupModal .content .searchbar {
  position: fixed;
  top: 50px;
  right: 110px;
  z-index: 100;
}
.keywords .link-heading, .keywordgroups .link-heading, #editKeywordGroupModal .link-heading {
  color: #999999;
  cursor: pointer;
}
.keywords.keyword-item, .keywords .tag-item, .keywordgroups.keyword-item, .keywordgroups .tag-item, #editKeywordGroupModal.keyword-item, #editKeywordGroupModal .tag-item {
  display: inline-block;
  border: 1px black;
  background-color: #EAE9E8;
  border-radius: 30px;
  padding: 10px;
  margin-right: 5px;
  font-size: 12px;
  font-family: Montserrat-Bold, Arial, sans-serif;
}
.keywords tags-input .input, .keywordgroups tags-input .input, #editKeywordGroupModal tags-input .input {
  padding-top: 10px;
}
.keywords tags-input:hover, .keywordgroups tags-input:hover, #editKeywordGroupModal tags-input:hover {
  transition: all 0.5s;
  background-color: #F4F4F3;
}

tags-input .host {
  margin: 0;
}
tags-input .tags {
  background: none;
  border: none;
  box-shadow: none;
}
tags-input .tags .tag-item, tags-input .tags .input {
  padding: 6px 16px;
  margin: 3px 6px 3px 0;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  height: auto;
  line-height: 25px;
}
tags-input .tags .tag-item::-webkit-input-placeholder, tags-input .tags .input::-webkit-input-placeholder {
  color: #999;
}
tags-input .tags .tag-item .remove-button, tags-input .tags .input .remove-button {
  font-size: 20px;
  font-weight: 300;
}
tags-input .tags .tag-item .autocomplete, tags-input .tags .input .autocomplete {
  margin-bottom: 10px;
  margin-top: 0px;
  width: auto;
  min-width: 39%;
}
tags-input .tags .tag-item .autocomplete .suggestion-item.selected, tags-input .tags .tag-item .autocomplete .suggestion-item.selected em, tags-input .tags .input .autocomplete .suggestion-item.selected, tags-input .tags .input .autocomplete .suggestion-item.selected em {
  background-color: #00249C;
}
tags-input .tags .tag-item {
  background: #F4F4F3;
}
tags-input .tags .tag-item.selected, tags-input .tags .tag-item.selected .remove-button {
  color: #FFFFFF !important;
  background: #FF4900 !important;
}
tags-input .tags .tag-item.selected:active, tags-input .tags .tag-item.selected .remove-button:active {
  color: #cb3d35 !important;
}

.keywordsManagement table {
  width: 100%;
}

.keywordsManagement thead {
  font-weight: 600;
}

.keywordsManagement td {
  padding: 8px;
}

.keywordsManagement td.keyGroup,
.keywordsManagement td.keyLinks {
  width: 50%;
  vertical-align: top;
}

.keywordsManagement td.keyGroup {
  vertical-align: middle;
}

.keywordsManagement h4 {
  margin-top: 20px;
  margin-left: 8px;
}

.keyLinkGroup:nth-child(n+2) {
  padding-top: 4px;
}

.keyLinkGroupTitle {
  display: inline-block;
  font-weight: 600;
  padding-right: 6px;
}

.keyLink {
  width: auto;
  position: relative;
  display: inline-block;
}

.keyLink:last-child .comma {
  display: none;
}

.btn.addKeygroup {
  width: 100%;
  background: none;
  padding: 16px;
  padding-right: 20px;
  border-radius: 0px 0px 2px 2px;
}

.btn.addKeygroup:hover {
  background: #e2e2e2;
}

.btn.addKeygroup::before {
  float: right;
}

.login.front {
  position: relative;
  background-color: #00249C;
  width: 100%;
  height: 100vh;
}
.login-background {
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.login-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-wrapper .logo {
  width: 100%;
  box-sizing: border-box;
  max-width: 400px;
  padding: 0 50px 6rem;
  cursor: pointer;
}
.login-container {
  padding: 40px 30px;
  background: #FFFFFF;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 66px;
}
.login-container .title {
  font-family: Montserrat-Bold, Arial, sans-serif;
  font-size: 24px;
  margin: 0 auto;
}
.login-container .instruction {
  margin: 0 0 24px;
}
.login-container form {
  margin-top: 10px;
}
.login-container input, .login-container button {
  padding: 15px;
}
.login-container input {
  background-color: #F4F4F3;
  width: 100%;
  z-index: 2;
  border-radius: 50px;
  text-align: center;
}
.login-container input:not(:first-of-type) {
  margin-top: 12px;
}
.login-container button-container, .login-container .button-container {
  margin-top: 24px;
}
.login-container button a, .login-container .button a {
  color: #000000;
}
.login .language {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.login .language:before {
  content: url("/media/images/icons/settings.svg");
  margin: 2px 4px 0;
}
.login .language a {
  color: #FFFFFF;
  padding: 0 12px;
}
.login .language a:not(.active) {
  opacity: 0.33;
}

/*# sourceMappingURL=style.css.map */
