.is-sticky, #header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
    border-bottom: 1px solid rgba(234, 234, 234, 0.5);
    background-color: #FFF;
    transition: 250ms;
}
#header.is-sticky .header-logo img {
    width: 70px;
    height: 49px;
}
#header.is-sticky .header-container {
    height: 70px;
    min-height: 0;
}

/* Add here all your CSS customizations */
.main {
    background-color: #ECECEC;
}

.main-table {
    height: 100vh;
}

.card {
    height: 100%;
}

._loading_overlay_overlay {
    position: fixed !important;
    background-color: rgba(255, 2555, 255, 0.85) !important;
    height: 100vh !important;
    width: 100vw !important;
    z-index: 100000 !important;
    animation: 1.15s infinite ease-in-out;
}
.bounce-loader {
    width: 40px;
}


/* Sign Screens - Wrappers */
.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
}

.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}

.body-sign .card-sign {
	background: transparent;
}

.body-sign .card-sign .card-title-sign .title {
	background-color: #CCC;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 13px 17px;
	vertical-align: bottom;
}

.body-sign .card-sign .card-body {
	background: #FFF;
	border-top: 5px solid #CCC;
	border-radius: 5px 0 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 33px 33px 15px;
}

/* Sign Screens - Elements */
.body-sign .checkbox-custom {
	margin-top: 8px;
}

.body-sign .line-thru {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	position: relative;
}

.body-sign .line-thru span {
	color: #CCC;
	position: relative;
	z-index: 3;
}

.body-sign .line-thru:before {
	background-color: #FFF;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.body-sign .line-thru:after {
	border-bottom: 1px solid #DADADA;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}

/* Lock Screen */
.body-locked {
	background: url(../img/patterns/noisy_net.png) repeat;
	max-width: none;
	min-height: 400px;
}

.body-locked.body-locked-inline {
	background: none;
	bottom: 0;
	height: 100%;
	left: 0;
	min-height: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.body-locked .card-sign {
	margin: 0 auto;
	max-width: 400px;
	padding-top: 40px;
}

.body-locked .card-sign .card-body {
	border-radius: 5px;
	position: relative;
}

.body-locked .current-user {
	margin-top: 60px;
	margin-bottom: 35px;
}

.body-locked .current-user .user-image {
	border: 5px solid #CCC;
	border-radius: 150px;
	height: 150px;
	left: 50%;
	position: absolute;
	margin-left: -75px;
	top: -75px;
	width: 150px;
}

.body-locked .current-user .user-name {
	font-size: 32px;
	font-size: 2rem;
}

.body-locked .current-user .user-email {
	font-size: 11.2px;
	font-size: 0.7rem;
}

/* Locked Screen - Responsive Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
	.body-locked .card-sign, .body-locked.body-locked-inline .card-sign {
		padding-top: 0;
	}

	.body-locked .center-sign, .body-locked.body-locked-inline .center-sign {
		padding-top: 0;
	}

	.body-locked .center-sign .current-user, .body-locked.body-locked-inline .center-sign .current-user {
		margin-bottom: 45px;
		margin-left: 100px;
		margin-top: 10px;
	}

	.body-locked .center-sign .current-user .user-image, .body-locked.body-locked-inline .center-sign .current-user .user-image {
		height: 100px;
		left: 35px;
		margin-left: 0;
		margin-top: 0;
		top: 15px;
		width: 100px;
	}
}
/* Lock Screen - Modal */
.mfp-lock-screen.mfp-bg {
	background: #000 url(../img/patterns/noisy_net.png) repeat;
	opacity: 0.99;
	z-index: 9998;
}

.mfp-lock-screen.mfp-wrap {
	background: none;
	z-index: 9999;
}

/* dark */
html.dark .body-sign .card-sign .card-body {
	background-color: #2e353e;
}

html.dark .body-sign .line-thru:before {
	background-color: #2e353e;
}

html.dark .body-sign .line-thru:after {
	border-bottom-color: #282d36;
}