#loading {
	/* background: url('<?= base_url('assets/img/loading.gif') ?>') no-repeat center center; */
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
	background-color: #00000078;
	display: block;
}

.group {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bigSqr {
	display: block;
	margin: 10px auto;
	padding: 3px;
	position: relative;
	width: 80px;
	height: 80px;
	/* overflow: hidden; */
	transform-origin: bottom left;
	-webkit-animation: bigSqrShrink 2s linear infinite;
	animation: bigSqrShrink 2s linear infinite;
}

.square {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
}

.first {
	left: 0px;
	top: 40px;
}

.second {
	left: 40px;
	top: 40px;
	-webkit-animation: drop2 2s linear infinite;
	animation: drop2 2s linear infinite;
}

.third {
	left: 0px;
	top: 0px;
	-webkit-animation: drop3 2s linear infinite;
	animation: drop3 2s linear infinite;
}

.fourth {
	left: 40px;
	top: 0px;
	-webkit-animation: drop4 2s linear infinite;
	animation: drop4 2s linear infinite;
}

.text {
	line-height: 16px;
	font-family: "Open Sans", "Roboto", Arial, sans-serif;
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 10px auto;
	padding: 3px;
}

@-webkit-keyframes bigSqrShrink {
	0% {
		transform: scale(1);
	}

	90% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.5);
	}
}

@keyframes bigSqrShrink {
	0% {
		transform: scale(1);
	}

	90% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.5);
	}
}

@-webkit-keyframes drop2 {
	0% {
		transform: translateY(-50px);
	}

	25% {
		transform: translate(0);
	}

	100% {
		transform: translate(0);
	}
}

@keyframes drop2 {
	0% {
		transform: translateY(-50px);
	}

	25% {
		transform: translate(0);
	}

	100% {
		transform: translate(0);
	}
}

@-webkit-keyframes drop3 {
	0% {
		transform: translateY(-50px);
	}

	50% {
		transform: translate(0);
	}

	100% {
		transform: translate(0);
	}
}

@keyframes drop3 {
	0% {
		transform: translateY(-50px);
	}

	50% {
		transform: translate(0);
	}

	100% {
		transform: translate(0);
	}
}

@-webkit-keyframes drop4 {
	0% {
		transform: translateY(-50px);
	}

	75% {
		transform: translate(0);
	}

	100% {
		transform: translate(0);
	}
}

@keyframes drop4 {
	0% {
		transform: translateY(-50px);
	}

	75% {
		transform: translate(0);
	}

	100% {
		transform: translate(0);
	}
}
.nav-item > a > span, .nav-item > a > i, .collapse-item{
	/* font-size: 1rem !important; */
}
.container-fluid{
	height: calc(100vh - 36px - 4.375rem) ;
}
.select2 {
	width: 100% !important;
}
.container-icon-doc {
	position: relative;
	text-align: center;
}

.container-icon-doc>img {
	width: 30px;
}

.container-icon-doc>span {
	position: absolute;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000
}
