.ui-dialog .ui-dialog-content {padding: .36em .36em;}
.ui-dialog-titlebar {display: none;}
.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 40px;
    opacity: 0;
    display: block;
    z-index: 3;
}

.ui-widget {
    /*font-family: ContiStagSans -> in backend is as ContiStagSans;*/
    font-family: ContiStagSans, arial;
    font-size: 13px;
}
.ui-jqgrid {font-size: 12px;}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 5px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 5px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 5px;
}

.ui-tabs {
    padding: 0px;
    background-color: #ffffff;
}

.ui-tgm-tabs {
    background-color: #ffffff;
}

.ui-widget-header {
    border: none;
    background: #ffffff;
    color: #000;
    font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #ffffff;
    font-weight: normal;
    color: #000;
    border-bottom: solid 2px #ffa500 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 12px 0px 9px 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 0px;
}

.ui-tabs .ui-tabs-tab {
    border: none;
    background: #ffffff;
    font-weight: normal;
    color: #454545;
    min-width: 112px;
    text-align: center;
    float: left;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 16px 16px;
    background: none;
    border-top: solid 2px #eeeeee;
    margin-top: -1px;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0px;
}

.ui-tabs.ui-widget.ui-widget-content {
    border: 0px;
    min-height: 1204px;
}

.dialog_content__tabs .ui-tabs.ui-widget.ui-widget-content {
    min-height: unset;
}

.dialog_content__tabs .ui-tabs .ui-tabs-panel {
    height: 698px;
}



.jqtabs_contents_wrap {
    margin: -16px;
}






.upl_wrap {
    /*	margin-top: -32px;*/
}

#details_uploader_upload_wrap {
    width: 100%;
    /*height: 64px;*/
    height: auto;
    float: left;
    margin-top: 8px;
    font-size: 13px;
    text-align: center;
    color: #808080;
}


#uploader_buttons {
    width: 100%;
    display: flex;
}

#uploader_buttons .button {
    /* float: left; */
    width: 50%;
}



.message.error {
    color: #fff;
}

.toast-click {
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 8px;
    z-index: 102;
    position: relative;
}

#upl_text {
    font-size: 16px;
    margin-top: 24px;
}

.swal_text_links_wrap {
    margin-top: 24px;
}


.uploader2_wrap {
    width: 100%;
    height: 74px;
    background-color: #cacbce;
    text-align: center;
    display: block;
    padding-top: 64px;
    cursor: pointer;
}

.inactive {
    color: #b0a6a6;
}
.inactive:hover {
    opacity: 1;
}


.swal_text_img_wrap {width: 100%;float: left;}

.swal_text_img {width: 100%;}

.button_delete {
    background-color: #ff2d37;
}.button_delete:hover {
     background-color: #9c9d9d;
     color:#ffffff;
 }


#swal2-warning-d {
    position: absolute;
    z-index: 64000;
}

.swal2-actions {
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 8px auto 0;
}

.swal2-content {
    font-weight: unset;
    line-height: 16px;
}

.jstree-filter-wrap .filter_cell {
    width: calc(100% - 8px);
}
input.jstree-filter-input {
    width: 99%;
}

.error {
    color: #ff2d37;
}

.uprofile_input_validation.error {
    border: solid 1px #ff2d37;
}


.cell_label {
    font-weight: bold;
}


.filter_search {
    width: 96%;
}


.filter_icon_search {
    background: url("icons/search.svg"), linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5));
    background-position: 97% center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}



/*
#users2_search::after{
    content: url("icons/search.svg");
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    opacity:0.64;
}
*/

.filter_label {
    height: 20px;
    width: 100%;
    float: left;
}
.filter_button_wrap {
    width: 100%;
    min-height: 36px;
    float: left;
}
.filter_button_actions {
    min-width: 36px;
}

.dropmenu {
    position: absolute;
    width: 154px;
    background-color: #9C9D9D;
    margin-top: 0px;
    /* padding: 4px 0px; */
    margin-top: 0px;
}

#dropmenu_menutop {
    display: none;
    margin-left: -50px;
}

#dropmenu_menutop.visible {
    display: block;
}

.dropmenu_line {
    width: 100%;
    float: left;
    padding: 8px 0px;
    cursor: pointer;
}

.dropmenu_line:hover {
    background-color: #6E6E6E;
}



.dropmenu_icon {
    float: left;
    margin-left: 12px;
}
.dropmenu_cell {
    float: left;
    margin-left: 12px;
    margin-top: 5px;
}
.dropmenu_icon_img {
    width: 20px;
}

#user_image_top {
    height: 44px;
    border-radius: 50%;
    /* border: solid 2px #777; */
    padding: 4px;
    width: auto;
}

#main_top_menu_icon__user_wrap {
    /* margin-right: 12px; */
    cursor: pointer;
    float: unset;
    display: table-cell;
    width: 60px;
    text-align: center;
}

#main_top_menu_left_wrap {
    margin-top: -5px;
    min-width: 80px;
    z-index: 10001;
    position: relative;
}

#main_top_menu_icon__arrow_wrap {
    cursor: pointer;
    height: 48px;
    /* padding-top: 11%; */
    width: 32px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    float: unset;
}

#user_image_menu {
    /*     width: 60px; */
    border-radius: 50%;
    /*     padding: 2px;
        border: solid 2px #6e6e6e; */
}

#menu_profile_wrap {
    display: block;
    width: 100%;
    padding-top: 4px;
    border-bottom: solid 2px #2f2b2b;
    background-color: #363636;
    color: #fff;
}

#menu_profile_group {
    color: #9C9D9D;
    font-size: 11px;
}

#menu_profile_icon_wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    cursor: pointer;
}



.menu_profile_line {
    display: block;
}


.icons_arrow_down_div {
    background-image: url('../css/icons/chevron-down.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-position: center center;
}


#dropmenu_menutop__arrow.opened {
    transform: rotate(180deg);
}

/* .user_image.active {
    border: solid 2px #e0e0e0 !important;
} */


.uprofile_label {
    width: 124px;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}

.uprofile_input_wrap {
    width: 266px;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}
.uprofile_input_wrap input {
    width: 254px;
}

.uprofile_line {
    width: 400px;
}

#page_title__uprofile {
    margin-bottom: 12px;
}

.uprofile_image {
    width: 132px;
    margin-top: 2px;
    cursor: pointer;
}

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 175px;
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 175px;
}

.swal2-container {
    z-index: 10002;
}

.disabled {opacity: 0.44;}



.ui-jqgrid-view  .ui_active__1 {
    color: #1bbd1b;
    font-weight: bold;
    font-size: 0.9em;
}

.ui-jqgrid-view  .ui_active__0 {
    font-size: 0.9em;
}



/*//LODC toggles*/
.settings_line {height: 48px;}










.note-editable {
    background-color: #fff;
}

.note-modal-backdrop {z-index: 2;}




div#swal2-content span, div#swal2-content div, div#swal2-content td {
    /*font-family: ContiStagSans !important -> in backend is as ContiStagSans;*/
    font-family: ContiStagSans !important;
}


#swal2-html-container span {
    font-family: ContiStagSans !important;
}