caption {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 20px;
	color: #fff;
	background-color: #0163b6;
	font-weight: 500;
	display: table-caption;
	caption-side:top;
}
.table > :not(:first-child) {
	border-top: none;
	border-color: inherit;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
}
tr td div:first-of-type {
	display: flex;
}
.hasDatepicker{
	background-color: white !important;
}
tr td div:last-of-type , tr{
	max-height: 115px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
#clear_calend{
	width: 100%;
}

#clear_calend img {
	margin: 0 auto;
}
tr:hover td div:last-of-type, tr td div:last-of-type:hover {
	max-height: 100%;
}
td {
    cursor: pointer;
}
.vkz_files li{
	cursor: pointer;
}
.vkz_files {
	list-style: none;
	padding: 0;
}
.vkz_files li {
	padding: 7px 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	border-left: 10px solid #8bc63e;
	box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
	-2px -2px 5px 0 rgba(0,0,0,.1),
	2px 2px 5px 0 rgba(0,0,0,.1),
	-2px 2px 5px 0 rgba(0,0,0,.1);
	font-size: 20px;
	letter-spacing: 2px;
	transition: 0.3s all linear;
}
.vkz_files li:hover {border-left: 10px solid transparent;}
.vkz_files li:hover {border-right: 10px solid #8bc63e;}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager li, .pagination>li {
	display: inline;
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}