
/* begin general */
.max-h-10 {
    max-height: 10%!important;
}

.max-h-20{
    max-height: 20%!important;
}

.max-h-30 {
    max-height: 30%!important;
}

.max-h-40 {
    max-height: 40%!important;
}

.max-h-50 {
    max-height: 50%!important;
}

.max-h-60 {
    max-height: 60%!important;
}

.max-h-70 {
    max-height: 70%!important;
}

.max-h-80 {
    max-height: 80%!important;
}

.max-h-90 {
    max-height: 90%!important;
}

.max-h-100 {
    max-height: 100%!important;
}

.max-w-10 {
    max-width: 10%!important;
}

.max-w-20 {
    max-width: 20%!important;
}

.max-w-30 {
    max-width: 30%!important;
}

.max-w-40 {
    max-width: 40%!important;
}

.max-w-50 {
    max-width: 50%!important;
}

.max-w-60 {
    max-width: 60%!important;
}

.max-w-70 {
    max-width: 70%!important;
}

.max-w-80 {
    max-width: 80%!important;
}

.max-w-90 {
    max-width: 90%!important;
}

.max-w-100 {
    max-width: 100%!important;
}

.max-w-100-all * {
    max-width: 100%!important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

@media (min-width:768px) {
    .max-w-md-80 {
        max-width: 80%;
    }
}

.scroll-on-hover {
    overflow: hidden;
}

.scroll-on-hover:hover {
    overflow: auto!important;
}

.vertical-align-middle {
    vertical-align: middle!important;
}

#app_add_widget .scroll-on-hover:hover {
    margin-right: -20px!important;
}

/*#app_notif_panel .scroll-on-hover:hover {
    padding-right: 20px!important;
}*/

/* end general */

/* begin form layout */
.clmn {
    vertical-align: top;
    padding-left: 5px;
}

.clmn-1 {
    width: 100%;
    vertical-align: top;
    padding-left: 5px;
}

.clmn-2 {
    width: 50%;
    vertical-align: top;
    padding-left: 5px;
}

.clmn-3 {
    width: 33.333%;
    vertical-align: top;
    padding-left: 5px;
}

.clmn-4 {
    width: 25%;
    vertical-align: top;
    padding-left: 5px;
}

.clmn-5 {
    width: 20%;
    vertical-align: top;
    padding-left: 5px;
}

.clmn-6 {
    width: 16.67%;
    vertical-align: top;
    padding-left: 5px;
}

.clmn-7 {
    width: 14.28%;
    vertical-align: top;
    padding-left: 5px;
}

.clmn-8 {
    width: 12.5%;
    vertical-align: top;
    padding-left: 5px;
}

.clmn-9 {
    width: 10.28%;
    vertical-align :middle
    padding-left: 5px;
}

@media (max-width: 780px) {
    .clmn, .clmn-2,.clmn-3,.clmn-4,.clmn-5,.clmn-6 {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

.ui-fieldset-content table {
    table-layout: fixed;
}


/* end form layout */

/* begin scrollbar styling */
.scroll-style-1::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}
.scroll-style-1::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.scroll-style-1::-webkit-scrollbar-thumb {
    background: #e4e6ef;
    border: 0px none #ffffff;
    border-radius: 50px;
}
.scroll-style-1::-webkit-scrollbar-thumb:hover {
    background: #a9aaac;
}
.scroll-style-1::-webkit-scrollbar-thumb:active {
    background: #a9aaac;
}
.scroll-style-1::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
.scroll-style-1::-webkit-scrollbar-track:hover {
    background: transparent;
}
.scroll-style-1::-webkit-scrollbar-track:active {
    background: transparent;
}
.scroll-style-1::-webkit-scrollbar-corner {
    background: transparent;
}
/* end scrollbar styling */

table.grids {
    width: 100%;
    table-layout: fixed;
}

.columns-selector .dropdown-item {
    padding: 0.25rem 1.25rem;
}

.columns-selector .dropdown-item i {
    color: inherit;
}

.dropdown-menu.columns-selector > .ui-outputpanel {
    max-height: 400px;
    overflow-y: auto;
}

.header .header-separator.header-separator-ver {
    width: 1px;
    height: 22px;
}

.header-menu-wrapper i.header-icon {
    font-size: 1.5rem;
    color: var(--gray-dark);
}

/*@media (min-width: 992px) {
    .header {
        background-color: #fff;
    }
}*/

.ui-datatable .status {
    text-align: center;
}

body .ui-datatable.care-service-table tbody td {
    padding: 0;
    overflow: visible;
}

body .ui-datatable.care-service-table .form-group {
    margin-bottom: 0;

}



[direction=rtl] .brand-toggle img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}



.qz-menu-item-active .ui-menuitem-text {
    /*color: #fff !important;*/
    font-weight: 700;
}

table.sge-range {
    width: 100%;
}

div, h3 {
    outline: none !important;
}

.actions-column {
    width: 120px;
    text-align: center !important;
}

body .ui-datatable-resizable tbody td.actions-column {
    white-space: nowrap;
}

.actions-column-1 {
    width: 30px;
    text-align: center !important;
}

.actions-column-2 {
    width: 80px;
    text-align: center !important;
}

.actions-column-3 {
    width: 120px;
    text-align: center !important;
}

.actions-column-4 {
    width: 160px;
    text-align: center !important;
}

/*body .ui-datatable tbody td.actions-column {
    overflow: visible;
}
*/
body .ui-datatable-tablewrapper, body .ui-datatable-resizable {
    overflow: auto;
    width: 100%;
}

body .ui-datatable-footer {
    background-color: transparent;
    border: 0;
}

body .ui-datatable-resizable tbody td {
    white-space: normal;
}

/*body .ui-datatable-resizable table {
    display: block;
    table-layout: auto;
}*/

/* begin dashboard */
.widget-container .ui-outputpanel-loading.ui-widget {
    width: 100%;
    /*margin-top: 20px;*/
}

.btn-3d {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    background-image: url("/javax.faces.resource/img/3d.png.faces");
    left: 26px;
}

.btn-3d.checked {
    background-image: url("/javax.faces.resource/img/3d-b.png.faces");
}

.grid-stack-item-content .dropdown-menu{
    transform: translate3d(-143px, 35px, 0px)!important;
}

body .ui-colorpicker-container {
    z-index: 2000!important;
}

/* end dashboard */

table {
    width: 100%;
} 

/* begin shorcuts */
.shortcuts-toggle {
    height: 20px;
    width: 40px;
    background-color: white;
    position: absolute;
    right: 27px;
    top: 100%;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    border: 1px solid #3699ff;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1;
}

.shortcuts-toggle i {
    color: #000;
}
.shortcuts-container.hide .shortcuts-toggle img {
    transform: rotate(180deg);
}

.shortcuts-container {
    transform: translateY(-100%);
    transition: transform 0.50s ease 0.00ms;
    position: absolute;
    top: 100%;
    z-index: -1;
}

/*.shortcuts-container.hide {
    transition: none;
}*/

.shortcuts-container .card.card-custom {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.shortcuts-container .card-body {
    box-shadow: 0px 11px 7px -9px #9f9f9f;
    border-top: 3px solid #ebedf3;
}


.shortcuts-container.hide .card-body {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .shortcuts-header {
        display: none;
    }
}
/* end shorcuts */

/* begin user menu */
#kt_quick_user .overlay .overlay-layer {
    background-color: rgba(0, 0, 0, 0.6);
}
/* end user menu */

/* begin modal */

/*body .ui-dialog.ui-widget-content {
    border: 0;
}

body .ui-dialog .ui-dialog-footer {
    padding: 1em 1em;
    text-align: right;
}

body .ui-dialog.ui-widget-content .ui-dialog-titlebar {
    background-color: #007bff;
    padding: 1.5rem 1.75rem;
}

body .ui-dialog.ui-widget-content .ui-dialog-title {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

body .ui-widget-overlay {
    opacity: 0.2;
}

body .ui-dialog {
    margin-top: 1.75rem;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-maximize {
    margin-top: 10px;
}*/

body .ui-dialog .ui-dialog-content {
    max-height: calc(90vh - 100px);
}

body .ui-dialog {
    max-width: 100%;
    max-height: 100vh;
}

body .ui-dialog.error .ui-dialog-titlebar {
    background: #ffc0c0;
}

body .ui-dialog.error .ui-dialog-content {
    background: #ffe6e6;
}

/* end modal */

/* begin messages */
.ui-messages-error, .ui-messages-info, .ui-messages-warn {
    position: fixed;
    z-index: 4;
    opacity: 0.9;
    right: 10px;
}

[direction=rtl] .ui-messages-error, [direction=rtl] .ui-messages-info, [direction=rtl] .ui-messages-warn {
    left: 10px;
	right: auto;
}

.inline-msg .ui-messages-error, .inline-msg .ui-messages-info, .inline-msg .ui-messages-warn {
    position: relative;
}

body .ui-messages-error, body .ui-message-error {
    color: #ffffff;
    background-color: #df384a;
    border-color: #df384a;
    max-width: 600px;
}

body .ui-messages-warn, body .ui-message-warn {
    max-width: 600px;
}

body .ui-messages-error a {
    color: white;
}

body .ui-messages-error a:hover {
    color: #ffc7b1;
}

/* end messages */

/* colors */
.text-pink {
    color: var(--pink);
}

.text-blue {
    color: var(--blue);
}

/* nested datatable */
.ui-expanded-row-content table {
    border: 1px solid #c1d0e1;
    /*margin-left: 47px;*/
}
.ui-expanded-row-content th {
    background-image: none !important;
    border: 0 !important;
    text-transform: none !important;
    border-radius: 0 !important;
}

.ui-expanded-row-content th.ui-state-active {
    box-shadow: none !important;
    background-color: #f5f5f5;
}
/* end nested datatable */

/* drug autocomplete */
#form\:drug_panel {
    max-width: 60%;
}

#form\:drug_panel table {
    table-layout: fixed;
}

#form\:drug_panel table td {
    overflow-wrap: break-word;
}
.background-header {
    background-color: #eee;
}

/* expressions */
.cdtExpr {
    min-height: 38px;
}
.clmnEval {
    width: 300px;
}

.exprResult {
    color: #4cacff;
    text-decoration: underline;
}

a.formula-node-icon:before {
    content: " ";
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    padding: 0;
    float: left;
}

a.condition-icon:before {
    background-image: url("/javax.faces.resource/icons/expr-icons/condition.png.faces");
}

a.logicOperator-icon:before, a.operator-icon:before {
    background-image: url("/javax.faces.resource/icons/expr-icons/operator.png.faces");
}

/* end expressions */

/* teeth modal */
.teeth-hist-tooltip {
    position: fixed;
    /*    top: 163px!important;*/
    /* left: 20px; */
    color: #000000;
    padding: 5px;
    background-color: #f4f1f1;
    max-height: 200px;
    max-width: 500px;
    width: 100%;
    overflow-y: auto;
    /* margin: 0 5px; */
    border: 1px solid black;
}

.teeth-tooltip {
    display: flex;
    flex-direction: column;
}

.teeth-tooltip > div {
    padding: 5px;
}

.camembert {
    height: 280px;
}

.progressbar-container {
    width: 500px;
    padding: 1rem;
    border-radius: 5px;
    background-color: #fff;
}

.progress-value {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .875rem;
    padding-bottom: .25rem;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    color: #273238;
}

progress::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 8px;
}

progress::-webkit-progress-value {
    background-color: #273238;
    border-radius: 8px;
}

progress::-moz-progress-bar {
    background-color: #eee;
    border-radius: 8px;
}
/* end teeth modal */

.editExprCdt {
    /*margin-left: 40%!important;*//*WIDTH OPTIM*/
    margin-left: 10px;/*WIDTH OPTIM*/
}
.cdtExpr {
    min-height: 40px;
}


.monthly-datatable.ui-datatable-resizable table {
    table-layout: auto;
    width: auto;
    min-width: 99%;
}

body .ui-datatable.monthly-datatable {
    overflow-x: auto;
}

body .ui-datatable.monthly-datatable tbody td {
    white-space: nowrap;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.b-morelines_section_button {
    text-align: left;
    cursor: pointer;
    color: blue;
    font-weight: normal;
    font-size: 11px;
}

.flex-gap-5 {
    gap: 5px;
}

.flex-gap-10 {
    gap: 10px;
}

.flex-gap-20 {
    gap: 20px;
}

.flex-gap-30 {
    gap: 30px;
}

/* careBulletin dataview */

.services-data-view .ui-dataview-header {
    display: none;
}

.services-data-view .ui-dataview-content.ui-widget-content {
    border: 0;
    padding: 0;
}

.careBelletinEdit .ui-accordion-header {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.careBelletinEdit .ui-accordion .ui-accordion-content {
    overflow: inherit;
}

.careBelletinEdit .ui-accordion.ui-widget.ui-state-default {
    background-image: none;
    background-color: transparent;
}

.careBelletinEdit .ui-accordion .ui-accordion-header {
    background-color: #efefef;
    /*margin-bottom: 10px;*/
}

.careBelletinEdit .ui-accordion .ui-accordion-header .ui-icon {
    display: block;
}

.careBelletinEdit .ui-accordion.ui-accordion-header {
    border: 0;
}

.service-header .ui-panel-titlebar-icon {
    display: none;
}

/* avatar */
body .ui-avatar.ui-avatar-xl {
    font-size: 2rem !important;
}

body .ui-avatar .ui-avatar-dynamic {
    mix-blend-mode: initial;
}

body .ui-avatar.ui-avatar-lg.avatar-sm {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
}

body .ui-avatar.ui-avatar-lg.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
}

body .ui-avatar.avatar-20 {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
}
body .ui-avatar.avatar-30 {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
}
body .ui-avatar.avatar-40 {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
}
body .ui-avatar.avatar-50 {
    width: 50px;
    height: 50px;
    font-size: 2rem;
}
body .ui-avatar.avatar-70 {
    width: 70px;
    height: 70px;
    font-size: 2.5rem;
}

body .ui-avatar.avatar-75 {
    width: 75px;
    height: 75px;
    font-size: 3.5rem;
}

body .ui-avatar.avatar-100 {
    width: 100px;
    height: 100px;
    font-size: 5rem;
}

body .ui-avatar.avatar-120 {
    width: 120px;
    height: 120px;
    font-size: 5rem;
}

body .ui-avatar.avatar-140 {
    width: 140px;
    height: 140px;
    font-size: 7rem;
}

body .ui-avatar.avatar-200 {
    width: 200px;
    height: 200px;
    font-size: 7rem;
}

@media (min-width:992px) {
    body .ui-avatar.avatar-lg-120 {
        width: 120px;
        height: 120px;
        font-size: 5rem;
    }
}

/* end avatar */


.sge-collapse-link.collapsed .sge-expanded-icon, .sge-collapse-link:not(.collapsed) .sge-collapsed-icon {
    display: none;
}


a.fc-daygrid-event {
    cursor: pointer;
}

/* dropdown icons */
.dropdown-icon > button .ui-button-text:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
}

.dropdown-icon.icon-school > button .ui-button-text:before {
    content: "\f549";
}

.dropdown-icon.icon-graduation-cap > button .ui-button-text:before {
    content: "\f19d";
}

.dropdown-icon.icon-user-graduate > button .ui-button-text:before {
    content: "\f501";
}

.dropdown-icon.icon-gavel > button .ui-button-text:before {
    content: "\f0e3";
}

.dropdown-icon.icon-asterisk > button .ui-button-text:before {
    content: "\f069";
}

.dropdown-icon.icon-user-tie > button .ui-button-text:before {
    content: "\f508";
}

.dropdown-icon.icon-professor-chalkboard > button .ui-button-text:before {
    content: "\f51c";
}

.dropdown-icon.icon-bank > button .ui-button-text:before {
    content: "\f594";
}

.dropdown-icon.icon-staff > button .ui-button-text:before {
    content: "\f0c0";
}

.dropdown-icon.icon-calendar-check > button .ui-button-text:before {
    content: "\f274";
}

.dropdown-icon.icon-plus > button .ui-button-text:before {
    content: "\f067";
}
/* end dropdown icons */

/* dropdown edit toolbar */
.dropdown-toggle.menu-style.btn:after {
    content: "\f133";
    font-family: 'Ki';
    line-height: inherit;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 0;
}
.dropdown-toggle.cogs-style.btn:after {
    content: "\f013";
    font-family: 'Font Awesome 5 Free';
    line-height: inherit;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 0;
}
/* end dropdown edit toolbar */

.sge-help-text-icon {
    cursor: help;
}

.sge-canteen-menu-calendar-page .fc-event-time {
    display: none;
}
.sge-canteen-menu-calendar-page a.fc-event:hover {
    color: #d5e4f0;
}

.sge-canteen-menu-calendar-page a.fc-event ul {
    padding-left: 20px;
    white-space: normal;
}

.sge-activity-page .fc-event-time {
    display: none;
}

.copyright-logo {
    width: 50px;
    /*background-color: #fff;*/
}

/* Treetable */
.scroll-only-v .ui-treetable-scrollable-body {
    overflow-x: hidden;
}
/* End Treetable */

.roleEdit .ui-tree-container {
    max-height: 400px;
}

body.roleEdit  .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-treenode-label {
    white-space: normal;
}

body.permissionFolderSelect #searchResultsRegion {
    display: none !important;
}


/* config param ckeditor */
.simple-text span#cke_1_bottom {
    display: none;
}

.simple-text span#cke_1_top {
    display: none;
}
/* end config param ckeditor */

body .border-0.ui-datagrid .ui-datagrid-content {
    border: 0;
}

body .p-0.ui-datagrid .ui-datagrid-content {
    padding: 0;
}

body .bg-transparent.ui-datagrid .ui-datagrid-content {
    background: none;
}

/* image overlay */
.hovereffect {
    /*float:left;*/
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor: default;
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
}

.hovereffect a.info {
    /*display: inline-block;*/
    /*text-decoration: none;*/
    padding: .65rem 1rem;
    border-radius: .42rem;
    /*border: 1px solid #fff;*/
    /*margin: auto;*/
    /*margin: 50px 0 0 0;*/
    /*background-color: transparent;*/
}

.hovereffect a.info:hover {
    /*box-shadow: 0 0 5px #fff;*/
    /*background-color: rgba(0, 123, 255, 0.65);*/
}

.hovereffect a.info {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    text-transform: uppercase;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect-nf:hover img {
    filter: none;
    filter: none;
    -webkit-filter: none;
}
/* end image overlay */

.subheader-disabled .subheader {
    display: none;
}

/* environment indicator */
.environment {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 58px;
    height: 58px; 
    z-index: 1000;
    pointer-events: none;
    /*
    background-color: rgba(170, 0, 0, 0.5);
    left: -3.5em;
    transform: rotate(-45deg);
    overflow: hidden;
    position: absolute;
    top: 30px;
    white-space: nowrap;
    width: 15em;
    z-index: 99999;
    pointer-events: none;
    opacity: 0.75;
    */
}

.Development {
    /*background: transparent url("/javax.faces.resource/icons/environment/development-r.gif.faces") no-repeat center left;*/
}
.Integration {
    background: transparent url("/javax.faces.resource/icons/environment/recette-r.gif.faces") no-repeat center left;
}
.Production {
    /*background: transparent url("/javax.faces.resource/icons/environment/production-r.gif.faces") no-repeat center left;*/
    display: none;
}
/* end environment indicator */

.emp-filter {
    display: flex;
    align-items: center;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    position: relative;
    padding-top: 20px;
    padding-right: 10px;
    flex-direction: column;
}

.emp-filter .legend {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: white;
    padding-right: 5px;
    padding-left: 5px;
}

.emp-filter .filter-item {
    flex: 1;
}

body .ui-datatable .study-plan-dt .ui-datatable-data > tr > td {
    padding: 0.3rem;
}

body .ui-datatable .study-plan-dt thead th {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.ui-editable-column {
    cursor: pointer;
}

body .ui-datatable > .ui-datatable-tablewrapper > .p-0 .ui-datatable-data > tr:not(.ui-rowgroup-header) > td {
    padding: 0;
}

/* studentSelfData */
@media (max-width: 1200px) {
    .customSteps {
        display: none;
    }

    .step-indicator-panel {
        display: block;
    }
}

@media (min-width: 1199px) {
    .step-indicator-panel {
        display: none;
    }
}
/* end studentSelfData */


.hide-header .ui-dataview-header {
    display: none;
}

/* card action overlay */
.overlay-action .overlay a {
    display: none;
}
@media (min-width:992px) {
    .overlay-action {
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }

    .overlay-action:hover .overlay-content {
        filter: grayscale(1) blur(2px);
        -webkit-filter: grayscale(1) blur(2px);
    }

    .overlay-action .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        display: flex;
    }

    .overlay-action .overlay a {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        opacity: 0;
        filter: alpha(opacity=0);
        color: #fff;
        z-index: 1;
        padding: .65rem 1rem;
        border-radius: .42rem;
        display: block;
    }

    .overlay-action:hover .overlay a {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* end card action overlay */

.header-wrap th {
    white-space: normal !important;
}

@media print {
    .item-id {
        display: none!important;
    }
}

/*.print-mode .d-print-none {
    display: none!important;
}*/

.topbar .btn.btn-icon.no-bg-hover:active, 
.topbar .btn.btn-icon.no-bg-hover.active, 
.topbar .btn.btn-icon.no-bg-hover:hover, 
.topbar .btn.btn-icon.no-bg-hover:focus, 
.topbar .show .btn.btn-icon.no-bg-hover.btn-dropdown {
    background-color: transparent !important;
}

.notif-panel p {
    margin-bottom: 0 !important;
}

.flash-news-widget .carousel-indicators li {
    background-color: #727272;
}

.ajax-error .ui-dialog-titlebar {
    display: none;
}

.ui-draggable-disabled .ui-draggable-handle {
    cursor: inherit;
}

.ui-datatable-tablewrapper p {
    pointer-events: none;
}

/* Workunit */
body .ui-progressbar.warning .ui-progressbar-value {
    background: #ffa800;
}
body .ui-progressbar.success .ui-progressbar-value {
    background: #1bc5bd;
}

.scan-qr-code-button {
    float: right;
    margin-top: 25px;
    margin-right: -12px;

}

.alert.alert-light-warning {
    background-color: #fff4de;
    border-color: #ffca64;
    color: #d89004;
}

.avoid-clicks {
    pointer-events: none;
}

.sticky-toolbar-toggler {
    position: absolute;
    left: -30px;
    background-color: white;
    padding: 10px 10px;
    top: 0;
    -webkit-box-shadow: -7px 0 7px -7px rgb(82 63 105 / 15%);
    box-shadow: -7px 0 7px -7px rgb(82 63 105 / 15%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0.5;
}

.sticky-toolbar.with-toggler.show .sticky-toolbar-toggler, .sticky-toolbar-toggler:hover {
    opacity: 1;
}

.sticky-toolbar.with-toggler {
    margin-right: -300px;
    transition-duration: 0.5s;
    border-top-left-radius: 0;
}

.sticky-toolbar.with-toggler.show {
    transform: translateX(-300px);
}

.sticky-toolbar.with-toggler.show .sticky-toolbar-toggler i {
    transform: rotate(180deg);  
}

.paragraph-mb-0 p {
    margin-bottom: 0!important;
}

/* hide amcharts credits */
g[aria-labelledby$="title"] {
    display: none;
}

body .ui-datatable.internal-supp-article-table tbody td {
    padding: 6px;
}

.cv-page .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 11px;
}

.cal-badge {
    display: flex;
    flex-shrink: 0;
    flex-direction:column;
    height: max-content;
    /*background-color: #b30db3 !important;*/
    width: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
}

.cal-badge-month {
    /*font-size: 1.175rem;*/
    text-align: center;
    background-color: #fff;
    color: #000;
    font-weight: 700 !important;
    text-transform: uppercase;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cal-badge-day {
    font-size: 1.5rem;
    font-weight: 700;
}

/* text diff match */
ins {
    background-color: #e7ffe7;
}

del {
    background-color: #ff000030;
}

/* end text diff match */

/*div[dir='rtl'] {
    text-align: right;
}*/

.filter-LEFT .select-filter-toggler {
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer;
}

.filter-TOP .select-filter-toggler {
    display: none;
}

.show-filter .select-filter-toggler, .show-filter .select-filter-toggler i {
    color: #3699ff;
    display: none!important;
}

.filter-LEFT .select-filter-container {
    display: none;
}
.filter-LEFT.show-filter .select-filter-container {
    display: block;
}

.filter-LEFT.show-filter .ui-datatable-resizable table {
    table-layout: initial;
}

@media (min-width: 992px) {
.filter-LEFT.show-filter .search-container {
    max-width:71%;
}
}

.filter-LEFT.show-filter .datatable-container {
    overflow: auto;
}

.filter-LEFT .filter-buttons {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.filter-LEFT .filter-panel {
    max-height: calc(100vh - 250px);
}

.filter-LEFT .filter-panel:hover {
    margin-right: -13.5px!important;
}

.filter-LEFT .search-container {
    flex: auto;
}

    .filter-LEFT .search-container {
        flex: 5;
    }

/*
@media (max-width:768px) {
    body .ui-datatable-tablewrapper, body .ui-datatable-resizable {
        overflow: auto;
    }

    body .ui-datatable-resizable table, body .ui-datatable table {
        table-layout: auto;
    }
}*/

.hide-loading .ui-outputpanel-loading {
    display: none;
}

/* Responsive datatable (reflow)*/
@media (max-width: 640px) {
.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
    font-weight: 700;
}

body .ui-datatable.ui-datatable-reflow .ui-datatable-data > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}

body .ui-datatable.ui-datatable-reflow .ui-datatable-data > tr > td {
    display: flex !important;
}

body .ui-datatable-reflow .ui-datatable-data td[role="gridcell"].actions-column .ui-column-title,
body .ui-datatable-reflow .ui-datatable-data td[role="gridcell"].ui-selection-column  .ui-column-title {
    display: none;
}

body .ui-datatable-reflow .ui-datatable-data td.ui-selection-column.select-row > * {
    display: none !important;
}

body .ui-datatable-reflow .ui-datatable-data td[role="gridcell"].actions-column{
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: center;
}

body .ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:first-child {
    padding-top: 1rem !important;
}

.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title:after {
    content: " :";
}

}


.sge-notif-type {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
}

.sge-notif-type-0 {
    color: #5883f0;
}

.sge-notif-type-0:before {
    content: "\f05a";
}

.sge-notif-type-1 {
    color: #e9c300;
}

.sge-notif-type-1:before {
    content: "\f071";
}

.sge-notif-type-2 {
    color: #c70000;
}

.sge-notif-type-2:before {
    content: "\f06a";
}
.sge-notif-type-3 {
    color: #bec2c2;
}

.sge-notif-type-3:before {
    content: "\f0ae";
}

.fb-radio {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .empl-data-scroller .ui-datascroller-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
    .empl-data-scroller .ui-datascroller-list .ui-datascroller-item{
        flex: 0 0 49%;
        margin-bottom: 0;
    }
}


.empl-data-scroller .ui-datascroller-list .ui-datascroller-item{
    margin-bottom: 20px;
}

.clubs-list .ui-carousel-items-content {
    padding-top: 12px;
    padding-bottom: 12px;
}

.actions-column {
    overflow: visible !important;
}

.right-bar-menu .ui-menu-list {
    width: 100%;
}

.right-bar-menu li h3 {
    background-image: none !important;
}

.right-bar-menu li h3 .fa,.right-bar-menu li h3 .fas,.right-bar-menu li h3 .far {
    margin-right: 4px;
}

.sticky-menu-button {
    border-top: 2px solid #cecece;
    border-left: 2px solid #cecece;
    border-right: 2px solid #cecece;
}

.sticky-menu-panel.ui-slideouttab-panel {
    border-color: #cecece;
}

/*.with-right-bar .content .main-container {
	padding-right:68px;
}

.with-right-bar .footer {
	width:calc(100% - 50px);
}*/

/*
.right-bar-menu .ui-menuitem-text, .right-bar-menu .subMenu {
	display: none;
}*/



/* Scroll to top */
#scrollToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 18px;
    opacity: 0.5;
}

[direction=rtl] #scrollToTop {
	left: 15px;
	right: auto;
}

#scrollToTop:hover {
  background-color: #555;
  opacity: 1;
}

#html5-watermark, #html5lightbox-watermark {
    display: none !important;
}

body .ui-menu.ui-menubar.student-main-menu {
    background-color: #fff;
}

body .ui-menu.ui-menubar.student-main-menu>ul>li.ui-menuitem>.ui-menuitem-link>.ui-menuitem-text,
body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-icon-triangle-1-s:last-child,
body .ui-menu.ui-menubar.student-main-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-icon{
    color: #555;
}

body .ui-menu.ui-menubar.student-main-menu>ul.ui-menu-list>.ui-menuitem.ui-menuitem-active > .ui-menuitem-link {
    background: #eee;
}

body .ui-menu.ui-menubar.student-main-menu> ul.ui-menu-list > li.ui-menuitem.ui-menuitem-active > .ui-menuitem-link .ui-menuitem-text {
    color: #555;
}

body .ui-menu.ui-menubar.student-main-menu ul li.ui-menuitem .ui-menuitem-link .ui-menuitem-text {
    font-size: 1.1rem;
    font-weight: 500;
}

body.menu-top .content.main-content {
    margin-top: 6.25rem;
}

.student-main-menu {
    margin-left: -1rem;
}
.top-main-menu-wrapper {
    background-color: #fff;
    /*margin-bottom: 1.25rem;*/
    position:fixed;
    top: 65px;
    width:100%;
    z-index: 2;
    -webkit-box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075)!important;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075)!important;
}

@media (max-width: 991.98px) {

    .top-main-menu-wrapper {
        display: none;
    }

    .top-main-menu-wrapper.menu-top-on {
        display: block;
    }

    body.menu-top .content.main-content {
        margin-top: 1rem;
    }

    .top-main-menu-wrapper .student-main-menu {
        height: 100% !important;
    }
    .top-main-menu-wrapper {
        background-color: #fff;
        /*margin-bottom: 1.25rem;*/
        position:fixed;
        top: 54px;
        width:100%;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        -webkit-box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075)!important;
        box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075)!important;
    }

    .top-main-menu-wrapper .ui-menu-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        /*height: 100vh !important;*/
        padding: 1rem;
    }

    .top-main-menu-wrapper .ui-menu-list .ui-menu-parent.subMenu {
        flex: 0;
    }

    .top-main-menu-wrapper .ui-menu-list .ui-icon-triangle-1-s {
        position: absolute;
        right: 20px;
    }

    .top-main-menu-wrapper .ui-menu .ui-menu-list .ui-menu-parent .ui-menu-child {
        position: relative;
        top: 0 !important;
        width: 100%;
        box-shadow: none;
        padding-left: 17px;
    }
}

.ui-menu.student-main-menu .ui-menu-parent .ui-menu-child {
    width: 13.5rem;
}

.p-mb-0 p {
    margin-bottom: 0;
}

.label-with-filter:before {
    content: "\f0b0";
    display: inline;
    font-family: 'Font Awesome 5 Free';
    color: #f64e60;
    margin-left: 5px;
}

.required.label-with-filter:before {
    content: "\f0b0 *";
    display: inline;
    font-family: 'Font Awesome 5 Free';
    color: #f64e60;
    margin-left: 5px;
}

/* main menu bookmarks */
#mainMenuForm a.remove-bookmark,
#mainMenuForm a.add-bookmark {
    position: absolute;
    right: -1px;
    opacity: 0.6;
    top: 8px;
    z-index: 1;
}

[direction=rtl] #mainMenuForm a.remove-bookmark,
[direction=rtl] #mainMenuForm a.add-bookmark {
    right: auto;
	left: -1px;
}

#mainMenuForm .ui-menuitem {
    position: relative;
}

/*input:placeholder-shown .clear-menu-search-field {
    display: block;
}*/

input:not(:placeholder-shown) .clear-menu-search-field {
    display: none;
}

#menuSearchInput::-webkit-search-cancel-button {
    filter: contrast(0);
}

.mwi-100px img {
    max-width: 100px;
}

.attachment-download-box:hover .fas.fa-download {
    color: var(--primary);
}

#kt_subheader_total {
    max-height: 40px;
    overflow: hidden;
}

#kt_subheader_search {
    flex: 1;
}

#mainContainerWrapper.full-screen {
    width: 100vw;
    background-color: #fff;
    display: block;
    position: fixed !important;
    height: 100vh;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 98;
    overflow: auto;
}

#mainContainerWrapper.full-screen .container {
    padding: 0 1rem;
    margin: 0;
    max-width:unset;
}

#mainContainerWrapper.full-screen .edi-audit-container {
    display: none;
}

#mainContainerWrapper.full-screen > .container > .card-footer {
    display: none;
}

.menu-search-icon {
	position: absolute;
	top: 11px;
    right: 38px;
}

[direction=rtl] .menu-search-icon {
	top: 11px;
    left: 38px;
	right: auto;
}

.card-footer {
    border-top: 1px dotted #ccc;
    clear: both;
    font-size: 11px;
    margin-top: 60px;
    color: #737373;
    text-align: center;
}

.card-footer dt {
    text-align: start;
    width: 120px!important;
}

.card-footer dd {
    text-align: start;
}

.card-footer dl {
    display: inline-block;
    margin-right: 50px;
    padding-top: 23px;
}

.search-result-count {
	top:30px;
	left:40px;
}

[direction=rtl] .search-result-count {
	right:40px;
	left: auto;
}

[direction=rtl] .fas.fa-arrow-left {
    transform: rotate(180deg);
}

[direction=rtl] .fas.fa-chevron-right {
	transform: rotate(180deg);
}

[direction=rtl] .fas.fa-chevron-left {
	transform: rotate(180deg);
}

td.striped-bg {
    background-image: repeating-linear-gradient(-45deg, #fff 2px, #e7e7e7 3px, #e7e7e7 4px, #fff 7px);
}

.dropdown-change-ticket-status.btn.btn-light.dropdown-toggle:after {
    color: #fff!important;
}

td.ui-editable-column {
    position: relative;
}

td.ui-editable-column:not(.ui-cell-editing):after {
    content: "\f304";
    position: absolute;
    bottom: 4px;
    right: 3px;
    font-family: 'Font Awesome 5 Free';
    color: #bcbcbc;
    font-size: 0.8rem;
    font-weight: 700;
}

/* loading screen */
.loader-wrapper {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #00000000;
      display:flex;
      justify-content: center;
      align-items: center;
      z-index: 1001;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #1f1f1f;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* end loading screen */

.percentage-field:after {
    content: "%";
}

@media print {
  img,canvas,.image-container, .canvas-wrapper, .widget-chart-container, .avoid-page-break {
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    max-width: 100%;
  }
}