﻿.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.zkblue {
	color: #0d6efd !important;
}
.bg-zkblue {
	background-color: #0d6efd !important;
}
.zkindigo {
	color: #6610f2 !important;
}
.bg-zkindigo {
	background-color: #6610f2 !important;
}
.zkpurple {
	color: #6f42c1 !important;
}
.bg-zkpurple {
	background-color: #6f42c1 !important;
}
.zkpink {
	color: #d63384 !important;
}
.bg-zkpink {
	background-color: #d63384 !important;
}
.zkred {
	color: #dc3545 !important;
}
.bg-zkred {
	background-color: #dc3545 !important;
}
.zkorange {
	color: #fd7e14 !important;
}
.bg-zkorange {
	background-color: #fd7e14 !important;
}
.zkyellow {
	color: #ffc107 !important;
}
.bg-zkyellow {
	background-color: #ffc107 !important;
}
.zkgreen {
	color: #198754 !important;
}
.bg-zkgreen {
	background-color: #198754 !important;
}
.zkteal {
	color: #20c997 !important;
}
.bg-zkteal {
	background-color: #20c997 !important;
}
.zkcyan {
	color: #0dcaf0 !important;
}
.bg-zkcyan {
	background-color: #0dcaf0 !important;
}
.zkgray {
	color: #dddddd !important;
}
.bg-zkgray {
	background-color: #dddddd !important;
}
.zklightgray {
	color: #cccccc !important;
}
.bg-zklightgray {
	background-color: #cccccc !important;
}
.zkdarkgray {
	color: #888888 !important;
}
.bg-zkdarkgray {
	background-color: #888888 !important;
}
.zkunselect {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
tr.zkstrikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 20px solid rgba(220, 53, 69, 0.5);
    /*border-bottom: 20px solid #dc3545;*/
    width: 100%;
}
.zkdelete {
    position: relative;
    overflow: hidden;
}
.zkdelete:before, .zkdelete:after {
    position: absolute;
		font-family: "Font Awesome 6 Pro";
    content: '\f05e';
		color: #F64E60;
		font-size: 200px;
		font-weight: 900;
    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;
}
.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;
    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;
}
.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%;
}
.form-control:focus::placeholder {
		color: #A1A5B7 !important;
}
/*
.modal.fade {
  transition: opacity 0.5s linear 0.5s;
}
*/
/*
.flip-container {
	perspective: 1000px;
  -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
	-webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 100%;
	height: 400px;
}
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
  padding: 10px;
}
.front {
	z-index: 2;
	transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  	background: #E5E9F1;
}
.back {
	transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.thumbnail {
background: none;
  border: none;
}
.mb {
margin-bottom: 20px;
}
*/
/*
.modal.fade {
  -webkit-transition-duration: 1s!important;
  transition-duration: 1s!important;
}
*/
.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
    }
}
