/* NAV */

/* navbar visible */
.navbar-visible .content {
	margin-left: 335px;
}
.navbar-visible .topbar {
    padding-left: 365px;
}
.navbar-visible .subheader {
    padding: 12px 30px 5px 0px;
    width: calc(100% - 365px);
}
/* navbar hidden */
.content {
	margin-left: 80px;
}
.topbar {
	padding-left: 110px;
}
.subheader {
    padding: 12px 30px 5px 0px;
    width: calc(100% - 110px);
}

/* general */
.content {
    padding-top: 10px;
    transition: none !important;
}
.topbar,
.topbar.navbar-small {
    transition: none !important;
}
.subheader .subheader-left h3 {
    margin-bottom: 0;
}
.navbar {
    box-shadow: none !important;
    transition: none !important;
}

/* second nav */
.navbar-group {
    margin-left: 75px;
    border-right: 2px solid #f0f4f7c2;
}
.navbar-group .navbar-header {
    position: fixed;
    height: 76px;
    width: 260px;
}
.navbar-group ul {
    padding-top: 125px;
    padding-bottom: 50px;
}
.navbar-group ul.navbar-menu li > a,
.navbar-group ul.navbar-menu li > p {
    display: block;
    white-space: nowrap;
    cursor: pointer;

    height: auto;
    line-height: unset;
    padding: 15px 0;
    border-bottom: 1px solid #e5e8ea;
    border-right: 2px solid white;
    background: #ffffff;
}
.navbar-group ul.navbar-menu .navbar-data:hover p,
.navbar-group ul.navbar-menu .navbar-data.active p
{
    background: #f3f6f9;
    /* border-right: 2px solid #d50c2d; */
    border-right: 2px solid #0016a7;
}
.navbar-group ul.navbar-menu li > p {
    padding-left: 20px;
}
.navbar-group ul.navbar-menu li > p > .nav-label,
.navbar-group ul.navbar-menu li > a > .nav-label {
    white-space: initial;
}
.navbar-group-first,
.navbar-group-last {
    background: #f4f7f9;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
}
.navbar-group-first {
    position: fixed;
    left: 75px;
    top: 76px;
    width: 260px;
}
.navbar-group-last {
    position: fixed;
    bottom: 0;
    left: 75px;
    width: 260px;
    height: 50px;
}
.navbar-group-last span {
    color: #444444;
}

/* nav collapse */
.navbar-collapse .navbar {
    width: 75px;
}
.navbar-collapse ul.navbar-menu li {
    margin-bottom: 10px;
}
.navbar-collapse ul.navbar-menu li > a {
    line-height: unset;
    font-size: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 5px 0;
}
.navbar-collapse ul.navbar-menu li > a > .nav-label {
    font-size: 10px;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    min-width: unset;
    text-align: center;
}
.navbar-collapse ul.navbar-menu li > a.active i {
    color: #6fb4ef;
}

/* nv border image */
.topbar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.2rem;
    background: url(/assets/img/veu_colorbar.svg) center center/cover repeat-y border-box #000;
}
.navbar-group .navbar-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.2rem;
    background: #3e3ec2;
}

/* content placeholder */
.content-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 320px;
}
.content-placeholder i {
    font-size: 60px;
    color: #e4e8ee;
}
.content-placeholder p {
    font-size: 32px;
    color: #e4e8ee;
    margin-top: 50px;
}

/* border radius */
.card {
    border-radius: 10px;
}
.form-control {
    border-radius: 5px;
}

.form-control:focus {
    background: #edf1ff;
    border: 0.5px solid #0016a7;
}

.p-box {
    background: #f3f6f9;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
    white-space: break-spaces;
}


/* icon edit logo */
.icon-edit-logo {
    position: absolute;
    right: 5px;
    top: -5px;
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 5px;
    color: grey;
    background: #ffffff;
}


/* radio btn */
.btn-checkbox input {
    position: absolute;
    opacity: 0;
}
.btn-checkbox-info input:checked + span {
    background-color: #0016a7;
    border-color: #0016a7;
    color: #fff;
}
.btn-checkbox-danger input:checked + span {
    background-color: #d50c2d;
    border-color: #d50c2d;
    color: #fff;
}
.btn-checkbox input {
    position: absolute;
    opacity: 0;
}


/* select2 */
.select2-container--open {
    z-index: 9995 !important;
}
.select2-container--focus {
    outline: 0 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f3f6f9 !important;
}
.select2-results__options {
    background: #fafbfd;
}

.topbar .topbar-action > button, .topbar .topbar-action > div, .topbar .topbar-action > span {
    padding-right: 12px;
}

/* table */
.th-action,
.td-action {
    width: 5% !important;
}

.dataTables_filter input {
    padding: 10px !important;
    border-radius: 10px !important;
    width: 200px !important;
}
.dataTables_filter input:focus {
    outline: none !important;
}

/* calendar */
.fc-day-past {
    background: #eff0f3;
}
.fc .fc-timegrid-col.fc-day-today,
.fc .fc-daygrid-day.fc-day-today {
    background: #8c96d7;
}
.fc-day-sat,
.fc-day-sun {
    background: #c7cceb;
}
.fc-daygrid-event-dot {
    display: none !important;
}
.fc-event {
    padding-left: 10px !important;
    border-radius: 20px !important;
}


.modal-medium {
    top: 5vh;
    max-height: 90vh;
}
@media (max-width: 400px) {
	.list-bars .list-item {
        flex-wrap: wrap;
	}
}
@media (max-width: 576px) {
	.modal-medium {
		top: 0;
        max-height: 100vh;
        border-radius: 0;
	}
	.list-mobile-simple .list-item-badge,
    .list-mobile-simple .list-item-badge:before,
    .list-mobile-simple::before {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.modal-right {
		width: calc(100vw - 60px) !important;
		min-width: calc(100vw - 60px) !important;
		max-width: calc(100vw - 60px) !important;
	}
}
@media (max-width: 667px)
{
    .topbar .nav-section .input-search.active {
        position: absolute;
        top: 5px;
        left: 70px;
        right: 10px;
        width: calc(100vw - 80px);
        height: 60px;
        border-radius: 10px;
        z-index: 1;
    }
}

.text-fade {
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}
.text-truncate {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-truncate[data-lines="2"] {
    -webkit-line-clamp: 2;
}
.text-truncate[data-lines="3"] {
    -webkit-line-clamp: 3;
}
.text-truncate[data-lines="4"] {
    -webkit-line-clamp: 4;
}
.text-truncate[data-lines="5"] {
    -webkit-line-clamp: 5;
}
.text-truncate[data-lines="6"] {
    -webkit-line-clamp: 6;
}
.text-truncate[data-lines="7"] {
    -webkit-line-clamp: 7;
}
.text-truncate[data-lines="8"] {
    -webkit-line-clamp: 8;
}
.text-truncate[data-lines="9"] {
    -webkit-line-clamp: 9;
}
.text-truncate[data-lines="10"] {
    -webkit-line-clamp: 10;
}
.read-more {
    padding: 15px 20px;
    text-align: center;
}
.text-read-more {
    display: none;
}
.text-read-less {
    display: block;
}
.truncated .text-read-more {
    display: block;
}
.truncated .text-read-less {
    display: none;
}

/* validation */
#form_validation_info {
    display: none;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    width: 300px;
}

/* summernote */
.note-editor.note-frame .note-editing-area .note-editable {
    min-height: 50vh;
}