﻿body {
	font-family: "Open Sans", Helvetica, sans-serif !important;
}
table {
	font-family: "Roboto Condensed", Helvetica, sans-serif !important;
}
table.dataTable tbody tr.selected {
  background-color: var(--bs-gray-300) !important;
	box-shadow: inset 0 0 0 9999px var(--bs-gray-300) !important;
	color: #111 !important;
}
table.dataTable tbody tr.selected td {
  background-color: var(--bs-gray-300) !important;
	box-shadow: inset 0 0 0 9999px var(--bs-gray-300) !important;
	color: #111 !important;
}
table.dataTable tbody tr.selected td a:not(.menu-link) {
	color: var(--bs-primary) !important;
	text-decoration: none !important;
	font-weight: inherit !important;
}
h1, h2, h3 {
	font-family: Karla, Helvetica, sans-serif !important;
	/*font-size-adjust: 1.1 !important;*/
}
.nav-tabs a.nav-link:hover {
  border-color: var(--bs-gray-300) !important;
  border-bottom-color: transparent !important;
}
.nav-tabs a.nav-link.active,
.nav-tabs a.nav-link.active:hover,
.nav-tabs a.nav-link.active:focus {
  border-color: var(--bs-gray-300) !important;
  border-bottom-color: transparent !important;
}
.nav-tabs,
.nav-tabs a.nav-link {
  border-bottom: 1px solid var(--bs-gray-300) !important;
	font-family: "Roboto Condensed", Helvetica, sans-serif !important;
}
.accordion-button:not(.collapsed) {
	background-color : var(--bs-body) !important;
}
.accordion-collapse:not(.collapsed) {
  border-top: 1px solid var(--bs-gray-300) !important;
}
.form-check-input:not(:checked) {
	background-color: var(--bs-gray-500) !important;
}
.form-floating > label {
	color: var(--bs-gray-500) !important;
}
.form-floating > label::after {
	background-color: transparent !important;
}
.zkblog {
	font-size: 1.2em !important;
}
.zkbig {
	font-size-adjust: 1.1 !important;
}
.zkselect option {
	color : var(--bs-gray-700) !important;
}
.zkgray {
	color : var(--bs-gray-500) !important;
}
.zkblink {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  20% {
    opacity: 0;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.zksuite {
    overflow: hidden;
    text-align: right;
 }
.zksuite > span {
    position: relative;
    display: inline-block;
}
.zksuite > span:before, .zksuite > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px dashed #A1A5B7;
    width: 40px;/*592px;*/
    margin: 0 10px/*20px;*/;
}
.zksuite > span:before {
    right: 100%;
}
.zksuite > span:after {
    left: 100%;
}
.zkdelete {
    position: relative;
    overflow: hidden;
}
.zkdelete:before, .zkdelete:after {
    position: absolute;
		font-family: "Font Awesome 6 Pro";
    content: '\f05e';/*'\f2ed';*/
		color: #F64E60;
		font-size: 200px;
		font-weight: 900;
		/*border-radius: 10px;*/
    /*background: #7239EA;*/
    opacity: 0.5;
		display: flex;
		align-items: center;
		justify-content: center;
    width: 25%;
    height: 25%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.zkeventdeleted {
  text-decoration: line-through #F64E60;
}
.zkpast {
    position: relative;
    overflow: hidden;
}
.zkpast:before, .zkpast:after {
    position: absolute;
		font-family: "Font Awesome 6 Pro";
    content: '\f1da';
		color: #F64E60;
		font-size: 200px;
		font-weight: 900;
		/*border-radius: 10px;*/
    /*background: #7239EA;*/
    opacity: 0.5;
		display: flex;
		align-items: center;
		justify-content: center;
    width: 25%;
    height: 25%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.timeline {
    width: 100%;
    position: relative;
    padding: 1px 0;
    list-style: none;
    /*font-weight: 500*/
}
.timeline .timeline-item {
    padding-left: 0;
    padding-right: 30px
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 30px;
    padding-right: 0
}
.timeline .timeline-item .timeline-event {
    width: 100%
}
.timeline:before {
    border-right-style: solid
}
.timeline:before,
.timeline:after {
    content: " ";
    display: block
}
.timeline:after {
    clear: both
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%!important;
    margin-left: 2px;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: #009EF7;/*rgba(52, 40, 104, .1)*/
}
.timeline.timeline-line-solid:before {
    border-right-style: solid
}
.timeline.timeline-line-dotted:before {
    border-right-style: dotted
}
.timeline.timeline-line-dashed:before {
    border-right-style: dashed
}
.timeline .timeline-item {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 60px
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table
}
.timeline .timeline-item:after {
    clear: both
}
.timeline .timeline-item:last-child {
    margin-bottom: 0!important
}
.timeline .timeline-item.timeline-item-right>.timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event {
    float: right!important
}
.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before,
.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
    right: auto!important;
    border-left-width: 0!important
}
.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before {
    left: -15px!important;
    border-right-width: 15px!important
}
.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
    left: -14px!important;
    border-right-width: 14px!important
}
.timeline .timeline-item>.timeline-event:before {
    top: 10px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent
}
.timeline .timeline-item>.timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent
}
.timeline .timeline-item>.timeline-point {
    top: 25px
}
.timeline .timeline-item:nth-of-type(2) {
    margin-top: 40px
}
.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
    clear: both!important
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: right;
    clear: right
}
.timeline .timeline-item.timeline-item-right>.timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point {
    left: -14px
}
.timeline .timeline-item>.timeline-event {
    position: relative;
    float: left
}
.timeline .timeline-item>.timeline-event:before {
    border-left-color: #e0e0e0;/*rgba(52, 40, 104, .04);*/
    border-right-color: #e0e0e0;/*rgba(52, 40, 104, .04)*/
}
.timeline .timeline-item>.timeline-event:after {
    border-left-color: #e0e0e0;/*rgba(52, 40, 104, .04);*/
    border-right-color: #e0e0e0;/*rgba(52, 40, 104, .04)*/
}
.timeline .timeline-item>.timeline-event:before,
.timeline .timeline-item>.timeline-event:after {
    content: "";
    display: inline-block;
    position: absolute
}
.timeline .timeline-item>.timeline-point {
    color: #009EF7;/*#5d5386;*/
    background: #009EF7;/*#5d5386;*/
    right: -14px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: 8px;
    margin-right: 8px;
    position: absolute;
    z-index: 100;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 0 0 2px /*5px*/ #ffffff/*#f2f3f8*/
}
@media screen and (max-width:768px) {
    .timeline.timeline {
        width: 100%;
        max-width: 100%
    }
    .timeline.timeline .timeline-item {
        padding-left: 72px;
        padding-right: 0
    }
    .timeline.timeline .timeline-item.timeline-item-right,
    .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
        padding-left: 72px;
        padding-right: 0
    }
    .timeline.timeline .timeline-item .timeline-event {
        width: 100%
    }
    .timeline.timeline:before {
        left: 42px;
        width: 0;
        margin-left: -1px
    }
    .timeline.timeline .timeline-item {
        width: 100%;
        margin-bottom: 20px
    }
    .timeline.timeline .timeline-item:nth-of-type(even) {
        margin-top: 0
    }
    .timeline.timeline .timeline-item>.timeline-event {
        float: right!important
    }
    .timeline.timeline .timeline-item>.timeline-event:before,
    .timeline.timeline .timeline-item>.timeline-event:after {
        right: auto!important;
        border-left-width: 0!important
    }
    .timeline.timeline .timeline-item>.timeline-event:before {
        left: -15px!important;
        border-right-width: 15px!important
    }
    .timeline.timeline .timeline-item>.timeline-event:after {
        left: -14px!important;
        border-right-width: 14px!important
    }
    .timeline.timeline .timeline-item>.timeline-point {
        transform: translateX(-50%);
        left: 42px!important;
        margin-left: 0
    }
    .timeline.timeline .timeline-label {
        transform: translateX(-50%);
        margin: 0 0 20px 42px
    }
    .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
        margin-top: 0
    }
    .timeline .time-right {
        left: 0
    }
}
