/*html, body {
	height: var(--vh-zoom);
}*/
:root {
    --current-zoom: 100%;
    --vh-zoom: 100vh;
}

html {
    zoom: var(--current-zoom);
}

.h-100 {
	height: 100%;
}

.h-100vh {
	height: var(--vh-zoom) !important;
}

.w-100 {
	width: 100%;
}

.flex-direction-column {
	flex-direction: column;
}

.flex-direction-row {
	flex-direction: row;
}

.scroll-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.scroll {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}

@media (max-width: 900px) {
	.bg-img {
		display: none !important;
	}
}

.pull-right {
	float: right;
}

.dropdown-menu {
    -webkit-animation-duration: 0s; 
   animation-duration: 0s;
   box-shadow: 0px 6px 7px 1px rgba(0,0,0,.175);
   -webkit-box-shadow: 0px 6px 7px 1px rgba(0,0,0,.175);
}

.mh-300 {
	max-height: 330px !important;
	height: 330px !important;
}

.avatar-xs {
	height: 2rem;
    width: 2rem;
    margin-bottom: 20px; 
}

.toast-success {
	background-color: #34c38f !important;
}

.toast-error {
	background-color: #f46a6a !important;
}

.font-16 {
	font-size: 1.1em;
}

.main-content-fs {
	height: var(--vh-zoom);
}

.page-content-fs {
	position: relative;
    height: 100%;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}


.flex-1 {
	flex: 1 !important;
}

.text-bold {
	font-weight: bold;
}

.state {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: url(../images/error-img.png);
	background-size: auto 40%;
	background-position: center;
	background-repeat: no-repeat;*/
}

.state:not(.loader):before {
    content: 'No data found';
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9c9c9;
}

.state.loader {
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.state.loader:after {
    content: '';
    position: absolute;
    width: 3em !important;
    height: 3em !important;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color: var(--primary-color);
}


.w-auto {
	width: auto;
}

.btn[disabled], input.btn[disabled], select[disabled] {
	cursor: not-allowed;
	pointer-events: none;
}


.toast {
	max-height: 97vh;
}

#cookies-consent {
	position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    align-items: center;
    align-content: baseline;
}

#cookies-consent p {
	margin-bottom: 0;
	color: #fff;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.apex-charts {
    position: relative;
    min-height: 300px !important;
}

#vertical-menu-btn {
    display: none;
}

.banner-img {
    max-width: 1024px;
    min-width: 1024px;
    width: 1024px;
    max-height: 250px;
    min-height: 250px;
    height: 250px;
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
}

.banner-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    display: flex;
    justify-content: center;
}

.banner-blur {
    width: 100%;
    height: 100%;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    position: absolute;
    top: 0;
    background-size: cover;
}

.profile-w {
    padding-left: 5rem;
    padding-right: 5rem;
}

@media (max-width: 992px) {
    #vertical-menu-btn {
        display: block;
    }

    .profile-w {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .banner-img {
        max-width: 512px;
        min-width: 512px;
        width: 512px;
        max-height: 125px;
        min-height: 125px;
        height: 125px;
    }

    .banner-container {
        height: 125px;
        min-height: 125px;
        max-height: 125px;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }
}

.tui-full-calendar-weekday-schedule-bullet {
    display: none !important;
}

.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
    padding-left: 0 !important;
}

.main-content-fs table tbody tr td, .main-content-fs table thead th {
    white-space: nowrap !important;
}

.cp {
    cursor: pointer;
}


.bottom-bar-enabled .bottom-bar {
    bottom: 0;
}

.detail-bar-enabled .detail-bar {
    right: 0;
}

.bottom-bar-enabled .rightbar-overlay { /*, .detail-bar-enabled .rightbar-overlay*/
    display: block;
}

.bottom-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%;
    z-index: 9999;
    bottom: -200px;
    left: 0;
    right: 0;
}

.detail-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    position: absolute;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%;
    height: 100%;
    z-index: 100;
    right: -100vw;
    top: 0;
}

.justify-space-between {
    justify-content: space-between;
}

.date-notify {
    display: none;
}

#textarea {
    resize: none;
}

.date-notif {
    display: none;
}

.swal2-container {
    z-index: 999999999 !important;
}

.swal2-actions {
    margin: .8em auto 0;
}

.swal2-content {
    font-size: .9em;
}

.swal2-icon {
    margin: 1em auto 1em;
}

.position-absolute {
    position: absolute !important;
}

.profile-photo-upload {
    width: 100%; 
    height: 100%; 
    background-color: #000000ad; 
    top: 0; 
    border-radius: 5em;
    display: none;
    z-index: 9999 !important;
}

.profile-photo-container.active .profile-photo-upload {
    display: flex;
}

.banner-photo-container button {
    right: 0; 
    top: 0; 
    margin: 10px;
    opacity: 0.9;
    display: none;
}

.banner-photo-container.active button {
    display: block;
}

.w-rad {
    border-radius: 5em;
}

.payslip-icon {
    height: 20em;
    background: url(../images/img-2.png);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.table-break td {
    white-space: normal !important;
    word-break: break-all !important;
}


@media print {
    .rightbar-title {
        display: none !important;
    }
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
}


.nowrap {
    white-space: nowrap;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    font-size: 0.9em;
}


@media screen and (max-width:601px) {
    table.table-mobile {
        word-wrap:break-word;
    }
    table.table-mobile thead {
        display:none
    }
    table.table-mobile tbody td {
        background: #fbfbfb;
        display:block;
        float:left;/* ie9 and under hack */
        width:100%;
        clear:both;
        padding:10px;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    table.table-mobile tbody, table.table-mobile tbody tr {
        display:block
    }
    .table-mobile td:before {
        content:attr(data-th);
        display:block;
        font-weight:bold;
        margin:0 0 2px;
        color:#000;
    }
    .table-mobile tbody tr {
        float:left;width:100%;
        margin-bottom:10px;
        border-left: 1px solid #eff2f7;
        border-right: 1px solid #eff2f7;
        border-bottom: 1px solid #eff2f7;
        margin-bottom: 30px;
    }
}

.avatar-xl {
    width: 8rem;
    height: 8rem;
}

.profile-user-wid {
    margin-top: -65px;
}

table.table-fixed {table-layout:fixed;}
table.table-fixed td{width:1px;white-space:nowrap;}

#header-rm {
    background: #fff;
}

.header-title {
    background: #FCFCFD;
}

.profile-photo-container {
    width: 130px;
    height: 130px;
}

.profile-photo-container .img-thumbnail {
    width: 130px !important;
    height: 130px !important;
}

.img-hover {
    cursor: pointer;
}

.img-hover:hover {
    border: 2px solid var(--main-color);
}

@media screen and (max-width: 575px) {
    .ca-container .row {
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin-bottom: 10px;
    }
}

.page-content {
    padding: calc(70px) calc(24px / 2) 60px calc(24px / 2);
}