@import "normalize.css";
@font-face {
  font-family: 'SourceSansPro';
  src: url("/fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: 'SourceSansPro Bold';
  src: url("/fonts/SourceSansPro-Bold.ttf");
}
@font-face {
  font-family: 'SourceSansPro BoldItalic';
  src: url("/fonts/SourceSansPro-BoldItalic.ttf");
}
@font-face {
  font-family: 'SourceSansPro Thin';
  src: url("/fonts/SourceSansPro-Light.ttf");
}
.ui-font {
  font-family: 'Inter';
  font-weight: normal;
}
.content-font {
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
}
.title-font {
  font-family: 'Inter';
  font-weight: bold !important;
}
.title-italic-font {
  font-family: 'Inter';
  font-weight: normal !important;
}
.smaller-font {
  font-size: 0.85em;
}
.gray-font {
  color: gray;
}
.deemph {
  opacity: 0.6;
}
.hidden-element {
  display: none;
}
DIV.navigation {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: left top;
  /*background:@blue;*/
  height: 100vh;
  padding-left: 60px;
  padding-right: calc(10px);
  padding-top: calc(20px);
  margin-bottom: calc(50px);
}
.navigation A {
  display: block;
}
.navigation A:link {
  color: #005fc7;
  text-decoration: none;
}
.navigation A:visited {
  color: #005fc7;
  text-decoration: none;
}
.navigation A:hover {
  color: #005fc7;
}
.navigation A:active {
  color: #333333;
}
.navigation li.active a {
  color: #333333;
}
.navigation UL {
  padding: 0px;
  margin: 0px;
}
.navigation UL LI {
  list-style-type: none;
  color: #005fc7;
  padding-top: calc(4px);
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(16px);
  display: flex;
}
.navigation UL LI.level0 {
  margin-top: calc(2px);
  text-transform: uppercase;
}
.navigation UL LI.level0:not(.active) {
  margin-bottom: calc(2px);
}
.navigation UL LI.level0.pause-before {
  margin-top: calc(20px);
}
.navigation UL LI.level1.pause-before {
  margin-top: calc(20px);
}
.navigation UL LI.active,
.navigation UL .level1,
.navigation UL .level2,
.navigation UL .level3,
.navigation UL .level4 {
  color: #333333;
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
}
.navigation UL LI.level1::before {
  content: ">\00A0";
  color: #005fc7;
}
.navigation UL LI.level2::before {
  content: ">>\00A0";
  color: #005fc7;
}
.navigation UL LI.level3::before {
  content: ">>>\00A0";
  color: #005fc7;
}
.navigation UL LI.level4::before {
  content: ">>>>\00A0";
  color: #005fc7;
}
.logotip {
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(15px);
  padding-bottom: calc(7px);
  color: #005fc7;
}
.logotip-podnaslov {
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(10px);
  padding-bottom: calc(12px);
  color: #005fc7;
}
.foot-moto {
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(12px);
  padding-top: calc(20px);
  text-align: center;
}
html {
  font-family: 'Inter';
}
TD.leftcolumn {
  vertical-align: top;
  padding-bottom: calc(50px);
  width: 46ch;
}
TD.rightcolumn {
  vertical-align: top;
  width: 60vw;
  background-repeat: no-repeat;
  background-position: right 0px top 15px;
  background-size: calc(50px);
  padding-bottom: calc(50px);
  padding-top: 60px;
  padding-right: 60px;
}
TD {
  padding: 0px;
}
H1 {
  font-family: 'Inter';
  font-weight: bold !important;
  font-size: calc(24px);
  margin-block-end: unset;
  margin-block-start: unset;
  color: #005fc7;
}
DIV.crta {
  height: 1px;
  background: #005fc7;
  width: 100%;
}
DIV.sivacrta {
  height: 1px;
  background: #B8B8B8;
  width: 100%;
  margin-left: calc(30px);
  margin-right: calc(10px);
  margin-bottom: calc(10px);
  display: none;
}
DIV.sivacrta2 {
  height: 1px;
  background: #B8B8B8;
  width: 100%;
  margin-left: calc(30px);
  margin-right: calc(10px);
  margin-bottom: calc(5px);
  display: none;
}
TABLE.formtable {
  padding: 1em;
  background-color: white;
  width: 100%;
  font-family: 'Inter';
  font-weight: normal;
  font-size: 1em;
}
TABLE.formtable thead td {
  padding: 1em;
}
TABLE.formtable tbody {
  padding: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
TABLE.formtable tbody tr:not(.hidden-undefined-element) {
  display: flex;
  flex-direction: column;
}
TABLE.formtable tbody tr {
  padding-right: calc(32px);
  padding-bottom: 1.5em;
}
TABLE.formtable tbody td:first-child {
  padding-bottom: unset;
  padding-right: unset;
  text-transform: uppercase;
}
TABLE.formtable tbody TR > td:first-child {
  font-size: 0.75em;
}
TABLE.formtable tbody TR.has-save-cancel {
  flex-basis: 100%;
  height: auto;
  padding-bottom: unset;
  padding-right: unset;
}
TABLE.formtable tbody TR.has-save-cancel div {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: auto;
}
TABLE.formtable tbody TR.has-save-cancel td.save-cancel-cell {
  padding-bottom: unset;
  padding-right: unset;
  height: auto;
}
TABLE.formtable TD:nth-child(3) {
  width: calc(200px);
}
TABLE.formtable TD {
  color: #005fc7;
  vertical-align: middle;
  /*height:20px;*/

}
TABLE.formtable TD IMG {
  padding-top: calc(5px);
}
TABLE.formtable TD INPUT.button-box {
  vertical-align: top;
}
TABLE.formtable TD.save-cancel-cell {
  height: calc(20px);
  text-align: center;
}
TABLE.formtable TD.longertd {
  vertical-align: top;
  height: calc(50px);
}
TABLE.formtable TD.longertdtext {
  vertical-align: top;
  padding-top: calc(5px);
}
.preview-flex-break {
  flex-basis: 100%;
  height: 0;
}
TABLE.formtable.info {
  width: 100%;
}
TABLE.formtable.info .field-not-null-indicator {
  display: none;
}
TABLE.formtable.info tbody {
  flex-direction: column;
}
TABLE.formtable.info tbody tr {
  padding-right: 1em !important;
  padding-bottom: 1em !important;
}
TABLE.formtable.info tbody tr:not(.hidden-undefined-element) {
  display: flex;
  flex-direction: row;
}
TABLE.formtable.info tbody tr:last-child {
  padding-bottom: unset !important;
}
TABLE.formtable.info tbody td:first-child {
  text-transform: unset;
}
TABLE.formtable.info tbody TR > td:first-child {
  font-size: 1em;
  padding-right: 1em !important;
}
TABLE.formtable.info tbody TR:not(:last-child, .no_label) > td:first-child::after {
  content: ":";
}
TABLE.formtable.info tbody div.single-select-box,
TABLE.formtable.info tbody div.multi-select-box,
TABLE.formtable.info tbody select {
  background: white !important;
  padding: 0 !important;
  border: unset !important;
  width: auto;
  min-height: unset;
  height: unset;
}
TABLE.formtable.info tbody div.single-select-box *,
TABLE.formtable.info tbody div.multi-select-box *,
TABLE.formtable.info tbody select * {
  background: white !important;
  padding: 0 !important;
  border: unset !important;
  width: auto;
  min-height: unset;
  height: unset;
}
TABLE.formtable.info tbody div.single-select-box a::after,
TABLE.formtable.info tbody div.multi-select-box a::after,
TABLE.formtable.info tbody select a::after {
  content: ",   ";
  white-space: pre;
}
TABLE.formtable.info tbody div.single-select-box a:last-of-type::after,
TABLE.formtable.info tbody div.multi-select-box a:last-of-type::after,
TABLE.formtable.info tbody select a:last-of-type::after {
  content: "";
}
TABLE.formtable.info tbody div.single-select-box .item::after,
TABLE.formtable.info tbody div.multi-select-box .item::after,
TABLE.formtable.info tbody select .item::after {
  content: ",   ";
  white-space: pre;
}
TABLE.formtable.info tbody div.single-select-box .item:last-of-type::after,
TABLE.formtable.info tbody div.multi-select-box .item:last-of-type::after,
TABLE.formtable.info tbody select .item:last-of-type::after {
  content: "";
}
TABLE.formtable.info tbody .save-cancel-cell {
  display: none;
}
TABLE.formtable.info tbody p {
  color: #333333;
}
TABLE.formtable.info tbody #btnEditSkenLink {
  display: none;
}
TABLE.formtable.info tbody .fa-external-link {
  display: none;
}
TABLE.formtable.info .selectize-control.single .selectize-input:after {
  display: none;
}
TABLE.formtable.info textarea {
  height: fit-content;
}
TABLE.formtable.info input,
TABLE.formtable.info textarea,
TABLE.formtable.info .selectize-input,
TABLE.formtable.info .check-box,
TABLE.formtable.info select {
  pointer-events: none;
}
TABLE.formtable.info input a,
TABLE.formtable.info textarea a,
TABLE.formtable.info .selectize-input a,
TABLE.formtable.info .check-box a,
TABLE.formtable.info select a {
  pointer-events: auto;
}
TABLE.formtable.info select {
  appearance: none;
}
TABLE.formtable.info div[id$="_single__div"] {
  display: none !important;
}
TABLE.formtable.info div[id$="_icon__div"] {
  display: none !important;
}
TABLE.formtable.info input[id$="btnDeleteImage"],
TABLE.formtable.info input[id$="btnEditImage"] {
  display: none !important;
}
TABLE.formtableold {
  /*background: pink;*/
  margin-left: 1em;
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(10px);
  margin-bottom: calc(10px);
}
TABLE.formtableold TR > td {
  font-size: 16px;
}
TABLE.formtableold TD:first-child {
  width: 15em;
  padding-right: calc(10px);
}
TABLE.formtableold TD:nth-child(3) {
  width: calc(200px);
}
TABLE.formtableold TD {
  color: #005fc7;
  padding-bottom: calc(2px);
  vertical-align: middle;
  /*height:20px;*/

}
TABLE.formtableold TD IMG {
  padding-top: calc(5px);
}
TABLE.formtableold TD INPUT.button-box {
  vertical-align: top;
  margin-top: 1em;
}
TABLE.formtableold TD.save-cancel-cell {
  height: calc(20px);
  text-align: center;
}
TABLE.formtableold TD.longertd {
  vertical-align: top;
  height: calc(50px);
}
TABLE.formtableold TD.longertdtext {
  vertical-align: top;
  padding-top: calc(5px);
}
TABLE.infotable {
  /*background: pink;*/
  width: 100%;
  margin-top: calc(20px);
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(10px);
  margin-bottom: calc(10px);
}
TABLE.infotable TD:first-child {
  width: calc(210px);
}
TABLE.infotable TD:nth-child(2) {
  padding-left: calc(10px);
  width: calc(210px);
}
TABLE.infotable TD:nth-child(3) {
  width: calc(100px);
  flex: 1;
}
TABLE.infotable TD {
  padding-bottom: calc(2px);
  padding-right: calc(32px);
  vertical-align: top;
}
.infotable.additional_list TD > DIV {
  padding-left: 0em;
  text-indent: 0em;
  padding-bottom: 0.7em;
}
.infotable.additional_list * {
  font-size: calc(12px);
}
TABLE.infotable A:not(.not-active),
TABLE.listtable A:not(.not-active),
table.formtable A:not(.not-active),
.tabContent A:not(.not-active) {
  color: black;
  font-weight: 600;
}
TABLE.infotable A.relationAdd,
TABLE.listtable A.relationAdd,
table.formtable A.relationAdd,
.tabContent A.relationAdd {
  color: white;
  font-weight: normal;
}
TABLE.infotable A:hover,
TABLE.listtable A:hover,
table.formtable A:hover,
.tabContent A:hover {
  text-decoration: none;
}
TABLE.infotable A:link,
TABLE.listtable A:link,
table.formtable A:link,
.tabContent A:link {
  text-decoration: none;
}
TABLE.infotable A:active,
TABLE.listtable A:active,
table.formtable A:active,
.tabContent A:active {
  text-decoration: none;
}
TABLE.infotable A:visited,
TABLE.listtable A:visited,
table.formtable A:visited,
.tabContent A:visited {
  text-decoration: none;
}
DIV.validation-message {
  padding: 1em;
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
  font-size: calc(12px);
  font-weight: bold !important;
  color: #fc5c62;
  background-color: #ffeaea;
  border: 1px solid #fc5c62;
  border-radius: calc(5px);
}
.validation-message:empty {
  display: none;
}
DIV.validation {
  padding-left: calc(30px);
  padding-bottom: calc(10px);
  font-family: 'Inter';
  font-weight: normal;
  font-size: 0.85em;
  color: #333333;
}
.save-cancel-cell > div {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: auto;
  width: 100%;
}
.save-cancel-cell {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: auto;
}
input[id$="btnSpremi"] {
  order: 2;
}
input[id$="btnSave"] {
  order: 2;
}
TABLE.listtable {
  margin-bottom: calc(10px);
  width: 100%;
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
  font-size: calc(16px);
}
TABLE.listtable TH {
  font-family: 'Inter';
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  color: #005fc7;
  font-size: calc(12px);
}
TABLE.listtable TD {
  text-align: left;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.25em;
}
TABLE.listtable TR {
  height: calc(20px);
}
TABLE.listtable TBODY TR:nth-child(even) {
  background-color: white;
}
TABLE.listtable TBODY TR:nth-child(odd) {
  background-color: #f0f0f0;
}
TABLE.listtable TBODY TR:first-child {
  background-color: #f0f0f0;
}
TABLE.listtable TBODY TR.active {
  background-color: #EAEAEA/*#D8D8D8*/;
  font-weight: bold;
}
TABLE.listtable2 {
  margin-bottom: calc(10px);
  width: 100%;
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
  font-size: calc(16px);
  margin-top: calc(32px);
}
TABLE.relation-form {
  margin-top: calc(20px);
  margin-bottom: calc(10px);
  width: 100%;
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
}
TABLE.relation-form TH {
  font-family: 'Inter';
  font-weight: normal;
  text-align: left;
  margin-right: calc(10px);
}
TABLE.relation-form TD {
  padding-right: 10px;
  margin-right: calc(10px);
  text-align: left;
}
TABLE.relation-form TR {
  height: calc(20px);
}
TABLE.relation-form TD:last-child {
  flex: 1;
}
TABLE.relation-form TH:last-child {
  flex: 1;
}
TABLE.relation-form-old {
  margin-left: calc(2px);
  margin-bottom: calc(10px);
  width: 100%;
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
}
TABLE.relation-form-old TH {
  font-family: 'Inter';
  font-weight: normal;
  text-align: left;
  margin-right: calc(10px);
  font-size: 0.75em;
  color: #005fc7;
  text-transform: uppercase;
}
TABLE.relation-form-old TD {
  padding-right: 10px;
  margin-right: calc(10px);
  text-align: left;
  font-size: 1em;
}
TABLE.relation-form-old TD:last-child {
  flex: 1;
}
TABLE.relation-form-old TH:last-child {
  flex: 1;
}
DIV.pager {
  width: 100%;
  font-size: calc(16px);
}
DIV.pager .cms-ui-pager {
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
  font-weight: normal;
  color: #005fc7;
}
DIV.pager .cms-ui-pager SPAN.middle-label {
  margin-left: calc(5px);
  margin-right: calc(5px);
  font-weight: bold;
}
DIV.pager .cms-ui-pager A {
  margin-left: calc(3px);
  margin-right: calc(3px);
}
DIV.pager .cms-ui-pager A:not(.not-active) {
  color: #005fc7;
}
DIV.pager .cms-ui-pager A:hover {
  text-decoration: none;
}
DIV.pager .cms-ui-pager A:link {
  text-decoration: none;
}
DIV.pager .cms-ui-pager A:active {
  text-decoration: none;
}
DIV.pager .cms-ui-pager A:visited {
  text-decoration: none;
}
A.not-active {
  pointer-events: none;
  cursor: default;
  color: #EAEAEA/*#D8D8D8*/;
}
DIV.static-content {
  width: 100%;
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(10px);
  margin-bottom: calc(10px);
  margin-top: calc(32px);
}
DIV.static-content H3 {
  color: #005fc7;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: calc(5px);
}
DIV.static-content A {
  color: #333333;
  font-size: 16px;
  display: block;
}
DIV.static-content DIV.indented {
  margin-left: calc(20px);
  margin-bottom: calc(10px);
}
DIV.static-content DIV {
  -webkit-column-break-inside: avoid;
  -moz-break-inside: avoid;
  break-inside: avoid;
}
DIV.static-content.two-column {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
DIV.tekst {
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(16px);
  max-width: calc(450px);
  padding-bottom: calc(100px);
}
DIV.search-bar {
  margin-bottom: calc(20px);
  border-radius: calc(10px);
  border: solid;
  border-width: calc(2px);
  border-color: #005fc7;
  color: #005fc7;
  padding: 1em;
  position: relative;
}
DIV.search-bar input,
DIV.search-bar select,
DIV.search-bar .selectize-input,
DIV.search-bar .selectize-dropdown-content {
  font-size: 16px;
}
DIV.search-bar DIV[id$="filter-elements"] .datatip {
  padding-right: calc(32px);
  padding-bottom: 1.5em;
}
DIV.search-bar > div:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
}
DIV.search-bar > a :first-child {
  position: absolute;
  top: 0;
  right: 0;
}
#filter-elements {
  display: flex;
  flex-wrap: wrap;
}
DIV.datatip {
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(12px);
  padding-right: calc(32px);
  display: flex;
  flex-direction: row;
}
DIV.datatip > :first-child {
  flex-wrap: wrap-reverse;
  display: flex;
  text-transform: uppercase;
}
.filter-label {
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(12px);
  cursor: pointer;
  text-transform: uppercase;
}
.twocolumnlist {
  column-count: 2;
}
DIV.show-all {
  margin-left: 3em;
  text-align: right;
  margin-bottom: 0.5em;
}
.hidden-element {
  display: none;
}
.hidden-undefined-element {
  display: none !important;
}
.file-icon {
  width: 40px;
  max-width: 40px;
  display: inline-block;
}
.small-icon {
  width: 30px;
  max-width: 30px;
}
.file-name {
  display: inline;
  font-size: calc(9px);
}
DIV.html-editor-wrapper-small {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  height: 200px;
}
DIV.html-editor-wrapper {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.concrete-entity-name {
  font-family: 'Inter';
  font-weight: bold !important;
  color: #333333;
  padding-left: 2ch;
}
.field-not-null-indicator {
  display: inline;
  padding-left: 0.5em;
}
.inlineblock {
  display: inline-block;
}
.image-gallery > a {
  padding-right: 5px;
}
.float-right {
  float: right;
}
.darkblue {
  color: darkblue;
}
.lightblue {
  color: lightblue;
}
.black {
  color: #333333;
}
.yellow {
  color: #feda43;
}
.orange {
  color: #eb7d34;
}
.red {
  color: #eb3434;
}
.white {
  color: white;
}
.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
#nercDiv {
  height: 700px;
  width: 800px;
  border-radius: calc(10px);
  border: 1.5px solid #005fc7;
}
.inputForm {
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 373px;
}
.entity {
  font-weight: bold;
}
.entity.geoname {
  color: darkgreen;
}
.entity.person {
  color: blue;
}
.entity.organization {
  color: darkred;
}
.entity.money {
  color: hotpink;
}
.entity.temporalexpression,
.entity.datum {
  color: green;
}
.entity.ethnic {
  color: brown;
}
textarea {
  resize: none;
}
.listItem {
  padding-left: calc(5px);
  font-family: 'Inter';
}
.relationAdd {
  float: right;
}
.relations {
  display: flex;
  flex-direction: column;
  margin-top: calc(20px);
  margin-bottom: calc(10px);
}
.relationsActions {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 0.25em;
}
.iframecontent TD.leftcolumn {
  width: 0;
}
.iframecontent TD.rightcolumn {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
}
span[id="filter-arrow-closed"],
span[id="filter-arrow-open"] {
  font-size: 16px;
  color: #005fc7;
  font-size: small;
  margin-top: 2px;
}
.created-edited-entity-footer {
  /*font-size: 10px;*/
  font-size: calc(12px);
  text-align: center;
}
table.first-col-left TD:first-child,
table.first-col-left TH:first-child {
  text-align: left;
}
table.col-left TD,
table.col-left TH {
  text-align: left !important;
}
table tr.hovering input.delete_button {
  /*display: block !important;*/
  visibility: visible !important;
}
table.hovering .show-on-table-hover {
  visibility: visible !important;
}
table .hidden {
  visibility: hidden;
}
table.infotable thead td,
.bolded-table-cell {
  font-weight: bold;
  font-family: 'Inter';
}
.bolded-table-row {
  font-weight: bold;
  font-family: 'Inter';
}
.bolded-table-row > td {
  color: #005fc7;
  text-transform: uppercase;
  font-weight: normal;
}
.bolded-table-row > td:first-child {
  text-align: right !important;
  font-weight: bold;
}
.doublewidth {
  width: 597px;
}
.doublewidth2 {
  width: 612px;
}
.oneandhalfwidth {
  width: 444px;
}
.oneandhalfwidth2 {
  width: 459px;
}
.fullwidth {
  width: 291px;
}
.fullwidth2 {
  width: 306px;
}
.twothirdwidth {
  width: 188px;
}
.halfwidth {
  width: 138px;
}
.thirdwidth {
  width: 86px;
}
.quarterwidth {
  width: 61px;
}
.zerowidth {
  width: 0px;
}
/**** input box ****/

.input-box,
.input-box-table-entry {
  height: 2.25em;
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
  border: 1px;
  border-radius: calc(5px);
  padding-left: calc(10px);
  background: #ebf2fa;
  padding-top: 0px;
  padding-bottom: 0px;
}
.input-box.twoline {
  height: calc(40px);
  vertical-align: top;
  padding-top: 0.5em;
  resize: none;
}
.input-box.threeline {
  height: calc(60px);
  vertical-align: top;
  padding-top: 0.5em;
  resize: none;
}
.input-box.fourline {
  height: calc(80px);
  vertical-align: top;
  padding-top: 0.5em;
  resize: none;
}
.input-box.fiveline {
  height: calc(100px);
  vertical-align: top;
  padding-top: 0.5em;
  resize: none;
}
.input-box.sevenline {
  height: calc(120px);
  vertical-align: top;
  padding-top: 0.5em;
  resize: none;
}
.input-box.twentyline {
  height: calc(400px);
  vertical-align: top;
  padding-top: 0.5em;
  resize: none;
}
.input-box.tenline {
  height: calc(200px);
  vertical-align: top;
  padding-top: 0.5em;
  resize: none;
}
.input-box.error {
  background: #fc5c62;
}
.input-box:disabled {
  opacity: 0.5;
}
/**** button box ****/

.button-box {
  font-family: 'Inter';
  font-weight: normal;
  font-size: calc(16px);
  border: none;
  border-radius: calc(5px);
  text-align: center;
  background: #005fc7;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.button-box:hover {
  background: #005fc7;
}
.button-box.disabled {
  color: #EAEAEA/*#D8D8D8*/;
  pointer-events: none;
}
.button-box:disabled:hover {
  background: #ebf2fa;
}
.button-box.small {
  height: 2.25em;
  font-size: calc(12px);
}
.button-box.uredi {
  color: white;
  background: #005fc7;
}
.button-box.obrisi {
  color: white;
  background: red;
}
.button-box.odustani {
  color: #333333;
  background: #feda43;
}
#btnCancel,
#btnCancel:hover {
  color: #333333;
  background: #feda43;
}
[id*="btnPonisti"],
[id*="btnPonisti"]:hover {
  color: #333333;
  background: #feda43;
}
[id*="btnCancel"],
[id*="btnCancel"]:hover {
  color: #333333;
  background: #feda43;
}
/**** multi select ****/

.multi-select-box {
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
}
.multi-select-box DIV.selectize-input {
  min-height: 2.25em;
  padding-left: calc(10px);
}
/**** single select ****/

.single-select-box {
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
  display: inline-block;
}
.single-select-box DIV.selectize-input {
  min-height: 2.25em;
  padding-left: calc(10px);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/**** check box ****/

.check-box {
  vertical-align: middle;
  display: inline-block;
  /* remove standard checkbox */

  /* add label*/

  /* add box */

}
.check-box input[type=checkbox]:not(old),
.check-box input[type=radio]:not(old) {
  width: calc(10px);
  height: calc(10px);
  margin-top: 0;
  padding-top: 0;
  font-size: 1em;
  opacity: 0;
}
.check-box input[type=checkbox]:not(old) + label,
.check-box input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: calc(-20px);
  line-height: calc(15px);
  height: calc(20px);
  font-family: 'Inter';
  font-weight: bold;
  font-weight: 300;
  color: #333333;
}
.check-box input[type=checkbox]:not(old) + label .text,
.check-box input[type=radio]:not(old) + label .text {
  float: right;
  padding-top: calc(3px);
}
.check-box input[type=checkbox]:not(old) + label > span,
.check-box input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: calc(4px) calc(4px) calc(4px) calc(10px);
  background: #EAEAEA/*#D8D8D8*/;
}
.check-box input[type=checkbox]:not(old):checked + label > span,
.check-box input[type=radio]:not(old):checked + label > span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: calc(4px) calc(4px) calc(4px) calc(10px);
  background: #EAEAEA/*#D8D8D8*/;
}
.check-box input[type=checkbox]:not(old):checked + label > span:before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  color: #005fc7;
  display: block;
  width: 1em;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-shadow: 0 0 0.0714em #73994d;
  font-weight: bold;
}
a.button-box:link,
a.button-box:visited {
  text-decoration: none;
  color: #000;
}
.copy-of-textarea {
  margin-block-start: 0;
  margin-block-end: 0;
  max-height: 70vh;
  overflow-y: auto;
}
select {
  min-height: 2.25em;
  background-color: #ebf2fa;
  /*border: @px1 solid #d0d0d0;*/
  border: calc(1px);
  border-radius: calc(5px);
  padding-left: calc(10px);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/**
 * selectize.bootstrap2.css (v0.12.1) - Bootstrap 2 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 calc(12px) calc(4px) #ffffff;
  box-shadow: inset 0 0 calc(12px) calc(4px) #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 calc(2px) calc(5px) rgba(0, 0, 0, 0.2);
  box-shadow: 0 calc(2px) calc(5px) rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: calc(3px) calc(10px);
  border-bottom: calc(1px) solid #d0d0d0;
  background: #f8f8f8;
  /*-webkit-border-radius: @px4 @px4 0 0;
  -moz-border-radius: @px4 @px4 0 0;
  border-radius: @px4 @px4 0 0;
      */

}
.selectize-dropdown-header-close {
  position: absolute;
  right: calc(10px);
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: calc(-12px);
  line-height: calc(20px);
  font-size: calc(20px) !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: calc(1px) solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: calc(24px) !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(17px);
  text-align: center;
  font-weight: bold;
  font-size: calc(12px);
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: calc(1px) 0 0 0;
  border-left: calc(1px) solid #cccccc;
  -webkit-border-radius: 0 calc(2px) calc(2px) 0;
  -moz-border-radius: 0 calc(2px) calc(2px) 0;
  border-radius: 0 calc(2px) calc(2px) 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #005fc7;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #e0e0e0;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: @px14;
  line-height: @px20;
  */
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  /*background: #ffffff;*/
  cursor: text;
  display: inline-block;
}
.selectize-input {
  background-color: #ebf2fa;
  /*border: @px1 solid #d0d0d0;*/
  border: calc(1px);
  border-radius: calc(5px);
  /*padding: @px7 @px10;*/
  min-height: 2.25em;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*-webkit-border-radius: @px4;
  -moz-border-radius: @px4;
  border-radius: @px4;*/

}
.selectize-control.multi .selectize-input.has-items {
  padding: calc(5px) calc(10px) calc(2px);
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  /*-webkit-box-shadow: inset 0 @px1 @px2 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 @px1 @px2 rgba(0, 0, 0, 0.15);*/
  border: calc(2px) solid #005fc7;
}
.selectize-input.dropdown-active {
  /*-webkit-border-radius: @px4 @px4 0 0;
  -moz-border-radius: @px4 @px4 0 0;
  border-radius: @px4 @px4 0 0;*/
  /*border: @px1 solid red;*/
  border: calc(2px) solid #005fc7;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 calc(3px) calc(3px) 0;
  padding: calc(1px) calc(3px);
  background: white;
  color: #333333;
  border: calc(1px) solid #005fc7;
  border-radius: 2px;
}
.selectize-control.multi .selectize-input > div.active {
  background: #ebf2fa;
  /*color: #ffffff;*/
  border: calc(1px) solid #005fc7;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #474747;
  background: #fafafa;
  border: calc(1px) solid #e0e0e0;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: green;
  height: calc(1px);
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: calc(1px) solid #cccccc;
  background: #ebf2fa;
  margin: calc(-1px) 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 calc(1px) calc(3px) rgba(0, 0, 0, 0.1);
  box-shadow: 0 calc(1px) calc(3px) rgba(0, 0, 0, 0.1);
  /*-webkit-border-radius: 0 0 @px4 @px4;
  -moz-border-radius: 0 0 @px4 @px4;
  border-radius: 0 0 @px4 @px4;
      */

}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: calc(1px);
  -moz-border-radius: calc(1px);
  border-radius: calc(1px);
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: calc(3px) calc(10px);
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #999999;
  /*background: #ffffff;*/
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #005fc7;
  color: #ffffff;
}
.selectize-dropdown .active.create {
  color: #ffffff;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(200px);
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: calc(15px);
  margin-top: calc(-3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(5px) calc(5px) 0 calc(5px);
  border-color: #000000 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: calc(-4px);
  border-width: 0 calc(5px) calc(5px) calc(5px);
  border-color: transparent transparent #000000 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: calc(15px);
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 calc(4px) 0 calc(-2px) !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown {
  margin: calc(2px) 0 0 0;
  z-index: 1000;
  border: calc(1px) solid rgba(0, 0, 0, 0.2);
  /*border-radius: @px4;*/
  -webkit-box-shadow: 0 calc(5px) calc(10px) rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 calc(5px) calc(10px) rgba(0, 0, 0, 0.2);
  box-shadow: 0 calc(5px) calc(10px) rgba(0, 0, 0, 0.2);
}
.selectize-dropdown .optgroup-header {
  font-size: calc(11px);
  font-weight: bold;
  text-shadow: 0 calc(1px) 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  *width: 100%;
  height: calc(1px);
  margin: calc(9px) calc(1px);
  *margin: calc(-5px) 0 calc(5px);
  overflow: hidden;
  background-color: #EAEAEA/*#D8D8D8*/;
  border-bottom: calc(1px) solid #ffffff;
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.selectize-dropdown [data-selectable].active {
  background-color: #005fc7;
  /*background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
      */

}
.selectize-dropdown-content {
  padding: calc(5px) 0;
}
.selectize-dropdown-header {
  padding: calc(6px) calc(10px);
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.input-active,
.selectize-input.input-active:hover,
.selectize-control.multi .selectize-input.focus {
  background: #ffffff !important;
  /*border-color: rgba(82, 168, 236, 0.8) !important;*/
  outline: 0 !important;
  outline: thin dotted \9 !important;
  /*-webkit-box-shadow: inset 0 @px1 @px1 rgba(0,0,0,.075), 0 0 @px8 rgba(82,168,236,.6) !important;
  -moz-box-shadow: inset 0 @px1 @px1 rgba(0,0,0,.075), 0 0 @px8 rgba(82,168,236,.6) !important;
  box-shadow: inset 0 @px1 @px1 rgba(0,0,0,.075), 0 0 @px8 rgba(82,168,236,.6) !important;
      */

}
.selectize-control.single .selectize-input {
  color: #333333;
  /*text-shadow: 0 @px1 @px1 rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, @lightgray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(@lightgray));
  background-image: -webkit-linear-gradient(top, #ffffff, @lightgray);
  background-image: -o-linear-gradient(top, #ffffff, @lightgray);
  background-image: linear-gradient(to bottom, #ffffff, @lightgray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: @lightgray @lightgray #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      */

  /*background-color: @lightgray;*/

  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 @px1 0 rgba(255,255,255,.2), 0 @px1 @px2 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 @px1 0 rgba(255,255,255,.2), 0 @px1 @px2 rgba(0,0,0,.05);
  box-shadow: inset 0 @px1 0 rgba(255,255,255,.2), 0 @px1 @px2 rgba(0,0,0,.05);
      */

}
.selectize-control.single .selectize-input:hover,
.selectize-control.single .selectize-input:focus,
.selectize-control.single .selectize-input:active,
.selectize-control.single .selectize-input.active,
.selectize-control.single .selectize-input.disabled,
.selectize-control.single .selectize-input[disabled] {
  color: #333333;
  background-color: #EAEAEA/*#D8D8D8*/;
  *background-color: #d9d9d9;
}
.selectize-control.single .selectize-input:active,
.selectize-control.single .selectize-input.active {
  background-color: #cccccc \9;
}
.selectize-control.single .selectize-input:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 calc(-15px);
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.selectize-control.single .selectize-input.disabled {
  background: #EAEAEA/*#D8D8D8*/ !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input {
  padding-left: calc(7px);
  padding-right: calc(7px);
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: calc(7px);
  padding-right: calc(7px);
}
.selectize-control.multi .selectize-input > div {
  color: #333333;
  text-shadow: none;
  /*
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, @lightgray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(@lightgray));
  background-image: -webkit-linear-gradient(top, #ffffff, @lightgray);
  background-image: -o-linear-gradient(top, #ffffff, @lightgray);
  background-image: linear-gradient(to bottom, #ffffff, @lightgray);
  background-repeat: repeat-x;
      
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: @lightgray @lightgray #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/

  /* *background-color: @lightgray; */

  /*background: pink;*/

  /*border-bottom:solid;
  border-bottom-width:@px1;
  border-bottom-color:black;
  border-top:none;
  border-left:none;
  border-right:none;*/

  /*border:none;*/

  /*border: @px1 solid #cccccc;*/

  /*-webkit-border-radius: @px4;
  -moz-border-radius: @px4;
  border-radius: @px4;*/

  /*
  -webkit-box-shadow: inset 0 @px1 0 rgba(255,255,255,.2), 0 @px1 @px2 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 @px1 0 rgba(255,255,255,.2), 0 @px1 @px2 rgba(0,0,0,.05);
  box-shadow: inset 0 @px1 0 rgba(255,255,255,.2), 0 @px1 @px2 rgba(0,0,0,.05);*/

}
/* element u listi */

.selectize-control.multi .selectize-input > div.active {
  background: #ebf2fa;
  border: none;
  /*border:solid;
  border-color:black;
  border-width:@px4;
  */

  /*-webkit-box-shadow: 0 @px1 @px2 rgba(0,0,0,.05);
  -moz-box-shadow: 0 @px1 @px2 rgba(0,0,0,.05);
  box-shadow: 0 @px1 @px2 rgba(0,0,0,.05);
  color: #ffffff;
  text-shadow: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  border-color: #0077b3 #0077b3 #004466;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  border: @px1 solid #0088cc;
      */

}
[data-tip] {
  position: relative;
}
[data-tip]:before {
  content: '';
  /* hides the tooltip when not hovered */
  display: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1a1a1a;
  position: absolute;
  top: 50px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: 55px;
  left: 0px;
  padding: 5px 8px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: 0.75em;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
  display: inline-block;
  max-width: 150px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.ajaxtooltip {
  position: absolute;
  /*leave this alone*/
  display: none;
  width: 300px;
  left: 0;
  top: 0;
  background: #ebf2fa;
  border-radius: calc(5px);
  border-color: #005fc7;
  border-style: solid;
  padding: 1em;
  z-index: 100;
}
dialog {
  border-radius: calc(10px);
  border-color: #005fc7;
}
dialog.edit {
  display: inline-table;
  position: absolute;
  margin: unset;
  top: calc(20px);
  left: 46ch;
  right: calc(20px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: unset;
  border-radius: unset;
  border-color: unset;
  border-style: unset;
  background-color: unset;
}
@media only screen and (max-width: 1300px) {
  dialog.edit {
    left: 26ch;
  }
}
@media only screen and (max-width: 1100px) {
  dialog.edit {
    left: 13ch;
  }
}
dialog.editdelete {
  background-color: #ebf2fa;
  position: absolute;
  margin: 0;
  width: 300px;
}
dialog.delete {
  background-color: #fffbd6;
  border-color: #feda43;
  position: absolute;
  margin: 0;
  width: 300px;
}
.dialogbuttons {
  display: flex;
  justify-content: space-between;
}
.dialogbuttons input:first-child,
.dialogbuttons button:first-child {
  margin-right: 2em;
}
.linkWrapper A {
  pointer-events: none;
  text-decoration: none;
  color: #333333 !important;
  font-weight: normal !important;
  font-family: Inter;
}
.linkWrapper A:focus {
  outline: none;
}
table.card {
  border-radius: calc(10px);
  border-color: #005fc7;
  border-style: solid;
  border-width: calc(2px);
  border-collapse: separate;
  padding: 0;
}
.tab {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: calc(210px);
}
.tabContent {
  position: relative;
  display: none;
  width: 100%;
  padding-left: 42px;
}
.tabContent > div:nth-child(even) {
  background-color: #f0f0f0;
}
.tabContent A:link {
  color: #333333;
  font-weight: bold;
}
.tabContent > .relationsActions {
  position: absolute;
  /* Position it absolutely */
  right: 0;
}
.tabContent > div:not(.relationsActions) {
  margin-right: 100px;
}
.tabOpen {
  display: flex;
  flex-direction: column;
}
.tabs {
  display: flex;
}
.tabLink {
  font-family: 'Inter';
  font-size: calc(12px);
  text-align: end;
  text-transform: uppercase;
  margin-bottom: calc(5px);
  color: #005fc7;
  cursor: pointer;
}
.tabLink.active {
  font-weight: bold;
}
