﻿.btn-shared {
    float: right;
    bottom: 29px;
    right: 18px;
    position: fixed;
    z-index: 1350;
    /* width: 60px; */
    text-align: center;
}

    .btn-shared .btn-floating.sm {
        margin-top: 17px;
        margin-left: 4px;
    }

    .btn-shared .btn:first-child {
        border-bottom-left-radius: 0px;
    }

    .btn-shared .btn:last-child {
        border-top-right-radius: 0px;
    }

    .btn-shared .btn:only-child {
        border-bottom-left-radius: 50px;
    }

    .btn-shared .dropdown-menu {
        left: -89px !important;
        top: 58px !important;
    }

.icon-success {
    color: #46be8a;
}

.dataTables_empty {
    text-align: center;
    padding: 110px !important;
}

/*.dataTables_filter label {
        float: left;
    }

    .dataTables_filter input {
        border-radius: 30px;
        margin-left: 25px;
        padding: 0.5rem 1rem;
    }*/

.dataTables_wrapper {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px;
}


/*çağrı form*/
.call-form-detail .list-group-item {
    padding: 25px 15px;
    border-top-color: #e4eaec;
}
/*çağro form*/


.navbar {
    min-height: 56px;
}

body {
    padding-top: 56px;
}

/*footable expanded row style*/
tr[data-expanded="true"] {
    background-color: #f3f7f9 !important;
}

/*footable detail row style*/
.footable-details {
}

.page-profile .card-block {
    text-transform: capitalize;
}

.form-label {
    border-bottom: 1px solid #e4eaec;
    width: 100%;
    display: inline-block;
    background-color: #f3f7f9;
    padding: 8px;
    border-radius: 3px;
}


.gallery {
}

    .gallery a {
    }

        .gallery a img {
        }

.blink {
    animation: blinkAnimation 0.8s infinite;
    color: #f96868;
}

@keyframes blinkAnimation {
    0% {
        color: #f96868;
    }

    50% {
        color: transparent;
    }

    100% {
        color: #f96868;
    }
}

@keyframes fadeAnimation {
    0% {
        background-color: #fffef1;
    }

    80% {
        background-color: #fffef1;
    }

    100% {
        background-color: transparent;
    }
}

.animation-new-record {
    animation: fadeAnimation 2s 1;
    background-color: #transparent;
}


.blink-border {
    animation: blinkBorderAnimation 0.8s infinite;
    /* border: 3px solid !important; */
    border-color: #f96868;
}

@keyframes blinkBorderAnimation {
    0% {
        border-color: #f96868;
    }

    50% {
        border-color: transparent;
    }

    100% {
        border-color: #f96868;
    }
}


.blink-color-white {
    animation: blink-color-white-animation 0.8s infinite;
    color: #fff;
}

@keyframes blink-color-white-animation {
    0% {
        color: #fff;
    }

    50% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

.hide {
    display: none !important;
}

[ng-click]:not([type=search]) {
    cursor: pointer;
}

.app-table-empty {
    border: 1px dashed #dce0e2;
    padding: 80px !important;
    text-align: center;
    font-size: 110%;
    background-color: #fbfbfb;
}

    .app-table-empty.sm {
        padding: 30px !important;
        font-size: 100%;
    }

        .app-table-empty.sm .btn {
            font-size: 100%;
            width: 40px;
            height: 40px;
        }

        .app-table-empty.sm .app-help-icon {
            line-height: 2.2em;
        }

    .app-table-empty.noborder {
        border: none;
    }

.app-help-icon {
    border: 1px solid;
    margin: 6px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 1.9em;
    background-color: #45bf89;
    color: #fff;
}

.loader-wrapper {
    background-color: #0000001c;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
}

.loader-box {
    width: auto;
    height: auto;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 37%;
    left: 50%;
    padding: 20px 50px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 12px 0px #0000002e;
    padding-bottom: 30px;
}

    .loader-box .loader {
        background-color: #62a8ea;
    }

    .loader-box span {
        width: 100%;
        display: inline-block;
        padding: 8px 0px;
    }

    .loader-box button {
        border: none;
        border-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        width: calc(100% + 2px);
        padding: 3px 0px;
        position: absolute;
        bottom: 0;
        left: 0;
        visibility: hidden;
        outline: none;
        cursor: pointer;
        opacity: 0.7;
        margin: -1px;
    }

    .loader-box:hover button {
        visibility: visible;
    }


.invalid {
    border: 1px solid #ff4c52 !important;
}

    .invalid:focus {
        border: 1px solid #ff4c52;
        box-shadow: 0 0 0 0.2rem rgba(255,76,82,.25);
    }


.td-wrap {
    white-space: initial !important;
}


.call-form-action {
    /* border-left: 2px solid #e4eaec; */
    /* margin-left: 124px; */
    margin-bottom: 0 !important;
}

    .call-form-action.insert {
        /* border-left: 2px dashed #62a8ea; */
        position: relative;
        z-index: 1;
        padding: 0px 20px;
    }

    .call-form-action .panel-body {
        padding: 0px;
    }

    .call-form-action.insert .panel-footer {
        padding-left: 0px;
        padding-right: 15px;
    }

.form-group .empty {
    border: 1px dashed #dce0e2;
    padding: 80px !important;
    text-align: center;
    font-size: 110%;
    background-color: #fbfbfb;
}

.select2-with-filter {
}

    .select2-with-filter .select2-search__field {
        width: calc(100% - 203px);
        float: left;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-right: none !important;
    }

    .select2-with-filter .select2-footer {
        /* border: 1px solid transparent; */
        text-align: right;
        /* padding-top: 1px; */
        margin-bottom: 4px;
        display: inline-block;
    }

        .select2-with-filter .select2-footer .btn-sm {
            padding-top: 6px;
            padding-bottom: 5px;
        }

        .select2-with-filter .select2-footer .btn-group > .btn:first-child {
            border-radius: 0;
            border-right: none;
        }

        .select2-with-filter .select2-footer .btn-group > .btn:last-child {
            border-left: none;
        }


/*.select2-container--default.select2-container--open .select2-selection {
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        border-color: #62a8ea;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px fade(#62a8ea, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px fade(#62a8ea, .6);
    }*/

.date-helper-wrapper {
    overflow-x: hidden;
    margin-top: -1px;
    border-color: #62a8ea;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid #62a8ea;
    padding: 8px;
    border-top: 1px solid #d2e9ff;
    text-align: center;
    position: absolute;
    z-index: 1311;
    background-color: #fff;
    width: calc(100% - 60px);
}

.date-helper-datepicker {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}

.date-helper-timegroup {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}


    .date-helper-timegroup .xl {
        font-size: 16px;
        font-weight: 600;
    }

    .date-helper-timegroup .sm {
        font-size: 11px;
    }

    .date-helper-timegroup .time-seperator {
    }

.date-helper-input-active input {
    border-color: #62a8ea;
    /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    /*border: 1px solid #62a8ea;*/
    padding: 8px;
    border-bottom-color: #e4eaec;
    border-right: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .date-helper-input-active input:focus {
        border-right: unset;
        border-bottom-color: #e4eaec;
    }


.date-helper-input-active .form-control {
}

.date-helper-input-active .input-group-addon {
    border-color: #62a8ea;
    border-left: unset;
}


.blur-content {
    opacity: .3;
    pointer-events: none;
    /*filter: blur(3px);*/
}

    .blur-content::selection {
        background-color: transparent;
    }

.panel-sm {
    border: 1px solid #f1f4f5;
    background-color: #fbfbfb;
}

    .panel-sm .panel-heading {
    }

    .panel-sm .panel-title {
        padding: 12px;
        padding-bottom: 10px !important;
    }

    .panel-sm .panel-body {
        padding: 5px 16px 10px;
    }

        .panel-sm .panel-body .row {
            margin: 0px -6px;
            padding: 3px 0px;
        }

        .panel-sm .panel-body .col-md-4 {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            padding-right: 0;
            padding-left: 6px;
        }

        .panel-sm .panel-body .col-md-8 {
            padding-left: 0;
            font-weight: 400 !important;
        }

    .panel-sm .panel-actions {
        margin-right: -24px;
    }

.form-control.readonly {
    opacity: 1;
    background-color: #f3f7f9;
}

.avatar-sm {
    width: 40px !important;
}

.avatar-md {
    width: 50px !important;
}


.site-menubar-fold .site-menubar-search {
    display: none;
}

.site-menubar-fold .navbar-brand-logo {
    content: url("/content/rebrand/default/logo/logo-icon.png");
}

.btn-floating.sm {
    width: 3rem;
    height: 3rem;
    font-size: 100%;
}


    .btn-floating.sm i {
        margin-right: 2px;
    }

/**********************SWEET ALERT*/

/*.swal-icon--warning__body {
        height: 27px;
    }

    --.swal-icon--success__ring
    */
.swal-icon {
    zoom: 0.8;
}

.swal-title:not(:last-child) {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #37474f;
    background-color: #f96867;
    color: #fff;
    margin-top: 0;
}

.swal-text {
    font-family: Roboto,sans-serif;
    font-size: 1rem;
    line-height: unset;
    color: unset;
}

.bg-soft {
    background-color: #f1f4f5;
}



.panel.filter {
    margin-bottom: 12px;
}

    .panel.filter .filter-body {
        display: none;
        position: absolute;
        background: #f1f4f5;
        z-index: 99;
        margin-left: -20px;
        padding: 20px;
        box-shadow: 0px 6px 5px 2px #0000002b;
        margin-top: -3px;
        padding-top: 2px;
        border-radius: 3px;
    }

    .panel.filter .filter-body-wrapper {
    }

    .panel.filter.show .filter-body {
        display: block;
        width: 100%;
    }

        .panel.filter.show .filter-body .form-control-label {
            padding-bottom: 0px;
            margin-bottom: 0;
        }

    .panel.filter.show {
        box-shadow: 0px 0px 5px 2px #0000002b;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #f1f4f5;
    }

        .panel.filter.show .actions .wb-refresh,
        .panel.filter.show .actions .wb-more-horizontal,
        .panel.filter.show .actions .wb-chevron-down {
            display: none;
        }

    .panel.filter .actions .wb-refresh,
    .panel.filter .actions .wb-close,
    .panel.filter .actions .wb-chevron-down {
        padding: 10px 10px;
        margin: -10px;
    }

    .panel.filter .search-bar .actions {
        /* padding: 0px 12px; */
    }

    .panel.filter .actions .wb-close,
    .panel.filter .actions .wb-refresh,
    .panel.filter .actions .wb-chevron-down {
        padding: 7px 14px;
    }

    .panel.filter .actions .wb-close {
        display: none;
    }

    .panel.filter.show .actions .wb-close {
        display: block;
    }


    .panel.filter .panel-body {
        padding: 20px;
        padding-bottom: 0px;
    }

    .panel.filter .filter-advance {
        display: none;
    }

    .panel.filter .filter-section {
        color: #535353;
    }

        .panel.filter .filter-section .title {
            /* color: red; */
        }


.panel-heading-search {
    padding: 30px 0px 15px 30px;
    width: calc(100% - 27px) !important;
}


blockquote .icon-help {
    opacity: 0.5;
}


.entity-detail {
    display: none;
}



/*.img-list-wrapper {
            float: left;
            width: 100%;
            padding-top: 8px;
            padding-bottom: 16px;
            overflow: hidden;
        }
    */
.file-list {
    border-right: 8px solid transparent;
}

.file-item {
    display: inline-block;
}

    .file-item .file-item-wrapper {
        border: 1px solid #e4eaec;
        width: 96px;
        height: 96px;
        text-align: center;
        background-color: #fff;
        color: #c7c7c7;
        padding: 4px;
        margin-right: 12px;
        margin-bottom: 14px;
    }

        .file-item .file-item-wrapper.upload {
            display: none;
        }

        .file-item .file-item-wrapper.preview {
            display: none;
        }


        .file-item .file-item-wrapper i {
            margin-top: 31px;
        }

        .file-item .file-item-wrapper input {
            display: none;
        }

        .file-item .file-item-wrapper img {
            width: 100%;
            height: 100%;
        }

.mfp-title {
    display: none;
}

/*.table thead tr th:nth-last-child(1),
    .table thead tr th:nth-last-child(2) {
        width: 70px !important;
    }*/
.table thead tr th .action {
    width: 70px !important;
}

.btn-input-clear {
    float: right;
    padding: 6px;
    position: relative;
    top: 5px;
    right: 16px;
    cursor: pointer;
    position: absolute;
    display: none;
    /* background-color: #fff; */
    z-index: 100;
    /* border: 1px solid; */
}


.badge-filter-row {
    padding-bottom: 4px;
    padding-left: 0px;
    margin-left: -3px;
}

    .badge-filter-row .badge {
        font-size: 95%;
        font-weight: 300;
        padding: 5px 9px;
        border-radius: 18px !important;
        margin-right: 8px;
        margin-bottom: 8px;
    }

        .badge-filter-row .badge:hover {
            text-decoration: line-through;
            cursor: pointer;
        }

        .badge-filter-row .badge .badge-label {
            font-weight: 500;
        }

        .badge-filter-row .badge .badge-value {
            white-space: normal;
        }

    .badge-filter-row .badge-clear {
        float: left;
        padding: 6px;
        margin-top: -2px;
        left: 6px;
        cursor: pointer;
        position: absolute;
    }

.filter-footer {
    border-top: 1px solid #e4eaec;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 11px;
    padding-right: 17px !important;
}

    .filter-footer .form-group {
        text-align: right;
        padding-right: 3px;
    }

        .filter-footer .form-group .fav-btn {
            border-left: none;
            background-color: #fff;
        }

        .filter-footer .form-group iput[type=text] {
            border-right: none;
        }

.panel-heading.filter {
    padding: 30px 0px 15px 30px;
    width: calc(100% - 27px) !important;
}

/** SLIDE PANEL */
.sidepanel-container {
    position: fixed;
    top: 68px;
    right: 0px;
    background-color: white;
    bottom: 0;
    width: 40%;
    min-width: 680px;
    box-shadow: -5px 0px 9px 1px #0000002e;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
    z-index: 1350;
}

.site-menubar-hide .sidepanel-container {
    min-width: 100%;
}

.sidepanel-container .header {
    border: 1px solid transparent;
}

    .sidepanel-container .header .actions {
        float: right;
        margin-top: 15px;
        margin-right: 11px;
    }

    .sidepanel-container .header .title {
        font-size: 18px;
        color: #fff;
        padding: 2px 19px;
        margin-top: 18px;
    }

.slidePanel-inner {
    margin: 18px 18px;
}

.sidepanel-btn-group {
    padding: 18px;
    text-align: right;
}



/***************/

.diveder-spot {
    border-bottom: 1px dashed;
    float: left;
    width: 100%;
    margin-top: 14px;
    position: absolute;
}

.table-edit td:hover {
    cursor: pointer;
    border-left: 1px dashed;
    padding-left: .48rem;
}

.table-edit td.edit {
    padding: 0px;
    border: none;
}

    .table-edit td.edit input[type=text] {
        width: calc(100% - 10px);
        padding-top: 13px;
        padding-bottom: 12px;
        padding-left: 7px;
        border: 1px dashed red;
    }
/***/
.panel.report {
    margin: 0px 0px;
    border: 1px solid #d6d6d6;
    /* height: 1000px; */
    border-radius: 0px;
    box-shadow: 0px 5px 20px 0px #00000014;
    /* max-width: 1000px; */
}

    .panel.report .panel-chart {
        margin: 0px;
    }

    .panel.report .panel-footer {
        text-align: center;
        padding: 23px;
        overflow: hidden;
    }

    .panel.report .panel-body {
        /* height: 794px; */
        overflow: auto;
        padding-top: 20px;
    }

    .panel.report .panel-heading {
        margin: 0;
        /*background-color: #efefef;*/
        overflow: hidden;
        border-bottom: 1px dashed #f4c70e;
    }

        .panel.report .panel-heading .logo,
        .panel.report .panel-heading .title,
        .panel.report .panel-heading .info {
            /* border: 1px solid; */
        }

        .panel.report .panel-heading .logo {
            margin: 0px;
            padding: 0px;
            width: 100px;
            text-align: center;
            padding-left: 3px;
            margin-bottom: 0px;
            overflow: hidden;
        }

            .panel.report .panel-heading .logo .img {
                display: block;
                width: 130px;
                height: 74px;
                margin-top: 14px;
                margin-bottom: 0px;
                margin-bottom: 16px;
                background-image: url('/content/rebrand/default/logo/logo-report.png');
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
            }

        .panel.report .panel-heading .title {
            text-align: left;
            padding: 0;
            border-top: 1px solid #e4eaec;
            padding-top: 14px;
            padding-bottom: 16px;
        }

            .panel.report .panel-heading .title h3 {
                font-size: 180%;
                padding: 4px 35px;
            }


        .panel.report .panel-heading .info {
            padding: 0;
            margin: 0;
            padding-top: 9px;
            padding-right: 10px;
            /* border-top: 1px dashed #f4c70e; */
            font-size: 81%;
            margin-top: -56px;
        }

        .panel.report .panel-heading p {
            margin: 0;
            /* border: 1px solid; */
            padding-bottom: 9px;
        }

            .panel.report .panel-heading p label {
                margin: 0;
            }

            .panel.report .panel-heading p span {
                font-weight: 500;
                padding: 0px 6px;
            }


        .panel.report .panel-heading .info p:first-child {
            padding-left: 35px;
        }

        .panel.report .panel-heading .info p:last-child {
            text-align: right;
        }


    .panel.report .panel-body .sub-report-title {
        /* background-color: #d6d6d6; */
        padding: 8px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        font-size: 18px;
        margin-bottom: 25px;
        border-bottom: 2px solid #f4c70e;
        /* margin-bottom: 20px; */
        text-transform: capitalize;
        /* background-color: #f4c70e; */
        /* padding: 8px 12px; */
        padding-bottom: 4px;
    }

        .panel.report .panel-body .sub-report-title span {
            /* border-bottom: 2px solid #f4c70e; */
            /* display: block; */
            padding: 6px 13px;
            background-color: #f4c70e;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }



.table.report thead {
}

    .table.report thead th {
        background-color: rgb(234, 234, 234) !important;
        color: #000 !important;
    }

.table.report {
    border: 1px solid rgb(234, 234, 234);
}

.report-body {
    page-break-after: always;
    margin-bottom: 40px;
}

.report-form {
}

    .report-form th {
        background-color: #fbfbfb;
    }

    .report-form td {
    }

/***/

/***********************/

.widget {
}

    .widget .card {
        margin-bottom: 0;
    }

    .widget .card-header {
    }

    .widget .card-block {
        padding-top: 00px;
        padding-bottom: 00px;
    }

.card-completed-options .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    margin-bottom: -13px;
}

    .card-completed-options .btn:hover {
        color: #fff !important;
    }


/**************************/
.app-lock-screen-wrapper {
}

    .app-lock-screen-wrapper .app-lock-screen {
        background-color: #00000087;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        color: #000;
        z-index: 1501;
        text-align: center;
    }

        .app-lock-screen-wrapper .app-lock-screen .page-content {
            margin-top: 250px;
            border-radius: 5px;
            /* border: 1px solid #f7f7f7; */
            background-color: #f7f7f7;
            width: 560px;
            padding-bottom: 0px;
            box-shadow: 4px 4px 13px 0px #00000059;
        }

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget-lite-list {
    overflow-x: hidden;
    overflow-y: auto;
    height: 185px;
}

.table-select tr {
    cursor: pointer;
}

.animation-delay-50 {
    -webkit-animation-duration: .05s;
    -o-animation-duration: .05s;
    animation-duration: .05s;
}

.animation-delay-150 {
    -webkit-animation-duration: .15s;
    -o-animation-duration: .15s;
    animation-duration: .15s;
}

.animation-delay-250 {
    -webkit-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s;
}

.animation-delay-350 {
    -webkit-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
}

.animation-delay-450 {
    -webkit-animation-duration: .45s;
    -o-animation-duration: .45s;
    animation-duration: .45s;
}

.animation-delay-550 {
    -webkit-animation-duration: .55s;
    -o-animation-duration: .55s;
    animation-duration: .55s;
}

.animation-delay-650 {
    -webkit-animation-duration: .65s;
    -o-animation-duration: .65s;
    animation-duration: .65s;
}

.animation-delay-750 {
    -webkit-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s;
}

.animation-delay-850 {
    -webkit-animation-duration: .85s;
    -o-animation-duration: .85s;
    animation-duration: .85s;
}

.animation-delay-950 {
    -webkit-animation-duration: .95s;
    -o-animation-duration: .95s;
    animation-duration: .95s;
}


.avatar .avatar-remove {
}

    .avatar .avatar-remove:hover {
    }

.input-daterange.time {
}

    .input-daterange.time .input-group:first-child {
        width: 60%;
    }

    .input-daterange.time .input-group:last-child {
        width: 40%;
    }


.widget .input-search {
    width: calc(100% - 30px);
    left: 30px;
}

.widget .cancel-search {
    padding: 11px 4px;
    position: absolute;
    left: 0px;
}

.page-index .list-icon {
    float: left;
    padding: 10px 13px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #e3eaec;
}

.page-index .list-group-item a,
a.row-link {
    color: #62a8ea !important;
}

    .page-index .list-group-item a:hover,
    a.row-link:hover {
        text-decoration: underline;
    }



.page-readonly {
}

    .page-readonly span.form-control {
        border: none;
        font-weight: 500;
        background-color: #f3f7f9;
    }

    .page-readonly span.input-group-addon {
        border: none;
    }

    .page-readonly .row {
    }

    .page-readonly .form-group {
        margin-bottom: 6px;
    }

/* file styles start */
.file-list {
    /* float: left; */
    /* display: inline-block; */
    /* width: 100%; */
}

    .file-list .blockquote {
        font-size: 100%;
    }

    .file-list .file-wrapper {
        display: inline-block;
        float: left;
        margin: 10px;
    }

    .file-list .file {
        border: 1px solid #e3eaec;
        display: inline-block;
        padding: 10px;
        text-align: center;
    }

        .file-list .file:hover .file-preview .file-action {
            display: block;
        }

        .file-list .file .file-preview {
        }

            .file-list .file .file-preview img {
                width: 96px !important;
            }

            .file-list .file .file-preview .file-action {
                background-color: #00000029;
                display: none;
                /* height: 60px; */
                /* float: left; */
                position: absolute;
                /* width: 116px; */
                /* height: 99px; */
                cursor: pointer;
                top: 0;
                bottom: 0;
                height: auto;
                left: 15px;
                right: -2px;
                width: auto;
            }


                .file-list .file .file-preview .file-action .file-action-remove {
                    float: right;
                    width: 38px;
                    color: #fff;
                    height: 30px;
                    padding: 0;
                    width: 30px;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }

                    .file-list .file .file-preview .file-action .file-action-remove i {
                        padding: 0;
                        margin-top: 7px;
                    }

                .file-list .file .file-preview .file-action .file-action-zoom {
                    width: 100%;
                    height: 96px;
                    display: inline-block;
                    z-index: 0;
                }

                .file-list .file .file-preview .file-action a {
                    background-color: unset;
                    border: none;
                    color: #e4e4e4;
                    cursor: pointer;
                    text-decoration: none;
                    padding: 5px;
                }


                    .file-list .file .file-preview .file-action a i {
                        margin-top: 10px;
                        padding: 26px;
                    }


                    .file-list .file .file-preview .file-action a:hover {
                        color: #ffffff;
                        text-decoration: none;
                    }


    .file-list .file-footer {
        padding-top: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        width: 100%;
    }

        .file-list .file-footer .file-name {
            float: left;
            /* border: 1px solid; */
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: calc(100% - 60px);
            text-align: left;
        }

        .file-list .file-footer .file-size {
            float: right;
            width: 60px;
            /* border: 1px solid; */
            text-align: right;
        }
/* file styles end */


.disable-feature {
    display: none !important;
}

.no-menu .page {
    margin-left: 0px;
}

.no-menu #side-menu-container {
    display: none;
}

.no-menu .site-footer {
    margin-left: 0px !important;
}


.hr-line {
    margin-top: 20px;
    text-align: center;
    border-bottom: 1px solid rgb(228, 234, 236);
    margin-bottom: 23.7px;
    line-height: 0.2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .hr-line span {
        background-color: #fbfbfb;
        padding: 0px 20px;
    }

.page-header-actions .btn-outline {
    background-color: #fff;
    color: #000;
}



.list-view {
}

    .list-view .empty {
        text-align: center;
        list-style: none;
        padding-top: 110px;
        background-color: #f1f4f5;
        margin: -33px;
        padding-bottom: 20px;
    }


        .list-view .empty .icon {
            font-size: 15em;
            color: #dadada;
            padding-left: 10px;
        }

        .list-view .empty .text {
            font-size: 130%;
        }

    .list-view .list-header {
        border-bottom: 1px solid #e4eaec;
        margin-bottom: 11px;
        padding-bottom: 11px;
        font-weight: 500;
    }


.checkbox-primary input[type=checkbox]:checked + label::before {
    border: 1px;
    border-radius: 20px;
}

.thead .no-sort:after,
.thead .no-sort:before {
    display: none;
}

.thead .select {
    padding-right: 10px !important;
}


.carousel-item {
    text-align: center;
}

    .carousel-item img {
        height: 254px;
        width: unset !important;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


.order-card-details {
    padding: 0;
}

    .order-card-details li {
        list-style: none;
        padding: 5px 8px;
    }

        .order-card-details li:nth-child(odd) {
            background-color: #fff5f5;
        }


        .order-card-details li span {
        }

            .order-card-details li span:first-child {
                margin-right: 5px;
                font-weight: 500;
            }

            .order-card-details li span:last-child {
                /* float: left; */
                clear: both;
                display: inline-block;
                /* border: 1px solid; */
                width: 100%;
            }

.comments.xs {
}

    .comments.xs .comment {
        padding: 8px 0;
    }

        .comments.xs .comment .avatar {
            width: 30px !important
        }



.dd-content.edit {
}

    .dd-content.edit a {
        display: none;
    }

    .dd-content.edit span {
        display: none;
    }

    .dd-content.edit .form {
        margin-top: -4px;
        margin-right: -6px;
    }

        .dd-content.edit .form .input {
            border: none;
            border-bottom: 1px dashed #a085ff;
            padding-left: 7px;
            margin-right: 7px;
            width: calc(100% - 106px);
            background-color: transparent;
            outline: none;
        }

        .dd-content.edit .form .btn-save {
        }

        .dd-content.edit .form .btn-close {
        }

.dd-item-alt .dd-content {
    cursor: text;
}

.dd-item-alt .wb-trash {
    /* color: #f96868; */
}




.board-container {
    padding: 10px 20px;
    /* background-color: yellow; */
}

    .board-container .prev, .board-container .next {
        font-size: 200%;
        display: inline-block;
        color: #263238;
    }

    .board-container .prev {
        float: left;
        margin-left: -30px;
        margin-top: 15px;
    }

    .board-container .next {
        float: right;
        margin-right: -30px;
        margin-top: 15px;
    }

    .board-container .board-list {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        overflow: hidden;
    }

        .board-container .board-list .board-list-item {
            /* max-height: 1500px; */
        }

            .board-container .board-list .board-list-item .panel {
                border: 1px solid #e4eaec;
            }

            .board-container .board-list .board-list-item .panel-heading {
            }

            .board-container .board-list .board-list-item .panel-body {
                /* border: 1px solid red; */
                display: inline-block;
                overflow: hidden;
                /* max-height: 500px; */
                padding: 0;
                width: 100%;
                overflow: auto;
            }

                .board-container .board-list .board-list-item .panel-body ul {
                    padding: 0px;
                    margin: 0;
                    margin-top: 0px;
                }

                    .board-container .board-list .board-list-item .panel-body ul li {
                        margin: 0;
                        padding: 17px 13px;
                        margin-bottom: 0px;
                        border-bottom: 1px solid #e4eaec;
                    }

                        .board-container .board-list .board-list-item .panel-body ul li:last-child {
                            border-bottom: none;
                        }


            .board-container .board-list .board-list-item .panel-footer {
            }

.page-header-actions {
    z-index: 10;
}

    .page-header-actions .btn {
        background-color: #fff;
    }

        .page-header-actions .btn.active {
            background-color: #47be89 !important;
            color: #fff;
        }

    .page-header-actions > div {
        display: flex;
    }

.grid-column-menu {
    float: left;
}

    .grid-column-menu .column-list {
        padding: 0px;
        height: 340px;
        overflow: auto;
    }

        .grid-column-menu .column-list li {
            margin: 10px;
            display: block;
            width: 190px;
            margin-left: 0px !important;
        }

        .grid-column-menu .column-list input {
            border: 1px solid;
            padding: 30px;
            margin-right: 15px;
        }


        .grid-column-menu .column-list label {
            white-space: nowrap;
            width: 243px;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-left: 16px;
            margin-left: -15px;
        }

.colum-list-panel {
    /* border: 1px solid; */
    padding: 22px;
    width: 330px;
    padding-bottom: 10px;
    left: -212px !important;
    top: -5px !important;
    transform: unset !important;
    border-top-right-radius: 17px;
}

    .colum-list-panel .title {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 20px;
        margin-bottom: 14px;
        padding-top: 0;
        margin-top: 0;
        font-size: 16px;
    }

        .colum-list-panel .title .close {
            font-size: 15px;
        }

    .colum-list-panel .footer {
        border-top: 1px solid #d8d8d8;
        padding-top: 12px !important;
        margin-top: 34px !important;
        padding-top: 0;
        margin-top: 0;
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: right;
        /* padding: 0 !important; */
    }


    .colum-list-panel .text {
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }

.grid-column-menu .column-list .checkbox-custom label:before {
    border-radius: 50%;
    background-color: #d8d8d8 !important;
}

.grid-column-menu .column-list .checkbox-custom label:after {
    border-radius: 50%;
}

.grid-column-menu .column-list .checkbox-custom input[type=checkbox]:checked + label::after {
    background-color: #62a8ea !important;
    color: #62a8ea;
}

.grid-column-menu .column-list .checkbox-custom input[type=checkbox]:checked + label::after, .grid-column-menu .column-list .checkbox-custom label:before {
    height: 10px;
    width: 10px;
    border: none;
    margin-top: 7px;
    margin-left: 0px;
    color: #06060600;
}

.list-group-item.mark-as-delete {
    text-decoration: line-through;
    opacity: 0.7;
}


.v2-compatible-ui {
    padding-top: 0px;
}

    .v2-compatible-ui .site-footer,
    .v2-compatible-ui #navbar-container,
    .v2-compatible-ui #side-menu-container {
        display: none;
    }

    .v2-compatible-ui .page {
        margin-left: 0px;
        height: calc(100% - -00px);
    }


.dt-right {
    text-align: right;
}


.dt-center {
    text-align: center;
}


.dt-left {
    text-align: left;
}


.rotate {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}



.selected .avatar {
}

    .selected .avatar img {
    }


    .selected .avatar i {
        border: 1px solid;
        background-color: #ccd5dbd1;
        padding: 26px;
        color: #000;
        font-size: 130%;
        line-height: 0em;
        top: -2px;
        left: -1px;
        border: 1px solid transparent;
        display: block !important;
    }

        .selected .avatar i::before {
            margin-left: -7px;
        }


.h-unset {
    height: unset;
    min-height: 2.573rem;
}

.time-elapsed {
}

    .time-elapsed .pearl {
    }

        .time-elapsed .pearl .pearl-icon {
            height: 18px;
            width: 18px;
            line-height: 0;
            margin-top: 10px;
        }

            .time-elapsed .pearl .pearl-icon.value {
                background-color: transparent;
                color: transparent;
                border: none;
                width: 100%;
            }

                .time-elapsed .pearl .pearl-icon.value .pearl-title {
                    margin-top: 1px;
                    line-height: 1.2em;
                    font-size: 80%;
                    width: calc(100% - 16px);
                    display: inline-block;
                    margin-left: auto;
                    margin-right: auto;
                    background-color: #fff;
                }


            .time-elapsed .pearl .pearl-icon .icon {
            }

            .time-elapsed .pearl .pearl-icon .icon {
                font-size: 11px;
                margin-top: 1px;
            }

        .time-elapsed .pearl.done {
        }

        .time-elapsed .pearl.current {
        }

        .time-elapsed .pearl .pearl-title {
        }


.nav.navbar-toolbar .environment {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    font-weight: 500;
    box-shadow: 0 5px 14px 3px #00000045;
    padding: 20px;
    padding-top: 11px;
    display: block;
    margin-left: 20px;
    float: left;
    display: inline-block;
    height: 50px;
}

    .nav.navbar-toolbar .environment .text {
        padding: 0;
        margin: 0;
    }

        .nav.navbar-toolbar .environment .text.animate {
            animation: flickerAnimation 1s infinite;
        }

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}


.flow-form {
    padding: 0px 10px;
    margin: 10px;
}

    .flow-form .form-group {
        width: 100%;
    }

        .flow-form .form-group .icon {
        }

        .flow-form .form-group .line {
        }

    .flow-form .form-control,
    .flow-form .form-label {
        border: 1px solid;
        width: unset;
        display: inline-block;
        background-color: #fff;
    }

    .flow-form .form-label {
        border: none;
        width: unset;
        color: #888888;
    }

    .flow-form .form-control {
        width: unset;
        border: none;
        margin: 0px 0px;
        padding-left: 3px;
        border-radius: 0;
        margin: 0px 10px;
        padding-right: 10px;
        border-bottom: 1px dashed transparent;
    }


        .flow-form .form-control:hover {
            border-bottom: 1px dashed #62a8ea;
            cursor: pointer;
        }


[ui-mode] {
    display: none;
}

[ui-right] {
    display: none;
}

[ui-right-behavior='readonly'] {
    display: unset;
}

.input-daterange .input-group {
}

    .input-daterange .input-group:nth-child(1) {
        padding-right: 0px;
    }

    .input-daterange .input-group:nth-child(2) {
        padding-left: 0px;
    }


    .input-daterange .input-group:nth-child(1) .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 38px;
    }

    .input-daterange .input-group:nth-child(2) .input-group-addon {
        border-radius: 0;
        border-left: 0px;
    }

    .input-daterange .input-group .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 38px;
        white-space: nowrap;
    }


.table .inline-image {
    border: 1px solid #e4eaec;
    height: 80px;
    width: 100px;
    text-align: center;
    display: block;
    padding: 8px;
    background-color: #ffffff;
}

    .table .inline-image img {
        max-height: 100%;
        max-width: 100%;
        margin: auto;
        display: inline-block;
    }

.help-panel {
    display: none;
    z-index: 1711;
    box-shadow: -9px 0px 10px 0px #00000026;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 500px;
    overflow: auto;
    width: 500px;
    padding-top: 0px;
}


.full-screen {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}


.help-panel .content-form {
    text-align: center;
    border: 1px dashed #d8d8d8;
    padding: 30px 10px;
    background-color: #f1f4f5;
}



.panel-footer.panel-pagination {
    padding-top: 9px;
    border-top: 11px solid #f1f4f5;
}

.panel-footer.panel-pagination {
    padding-top: 13px;
    border-top: 11px solid #f1f4f5;
}


    .panel-footer.panel-pagination .record-count-wrapper {
        display: inline-block;
        float: left;
        height: 30px;
    }

        .panel-footer.panel-pagination .record-count-wrapper .badge {
            display: inline-block;
        }


    .panel-footer.panel-pagination .record-count {
        display: inline-block;
        float: left;
        margin-top: 2px;
        margin-right: 4px;
    }

    .panel-footer.panel-pagination .pagination {
        clear: both;
        margin-top: 4px;
        text-align: right;
        padding: 0;
        margin: 0;
    }

        .panel-footer.panel-pagination .pagination .page-item {
            cursor: pointer;
            white-space: nowrap;
        }

        .panel-footer.panel-pagination .pagination ::selection {
            background-color: transparent !important;
        }

.list-group .empty {
    text-align: center;
    padding: 150px 30px;
    /* background-color: #f1f4f5; */
    /* margin: -30px; */
    /* padding-top: 90px; */
}

    .list-group .empty .image {
        background: no-repeat;
        background-image: url('/assets/images/no-result.png');
        background-position: center;
        background-size: contain;
        max-width: 490px;
        margin: auto;
        max-height: 240px;
        width: 100%;
        height: 240px;
    }

    .list-group .empty .title {
        font-weight: 500;
        font-size: 18px;
        margin: auto;
        margin-bottom: 10px;
    }

    .list-group .empty .text {
        margin: auto;
        margin-bottom: 30px;
        margin-top: 19px;
        line-height: 1.6em;
    }

    .list-group .empty .btn:hover {
        color: #fff;
    }


/**************************/

table tr td .w-250 {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    max-width: 250px;
    width: unset !important;
}

.dataTables_empty .list-group {
    margin: -75px;
}

    .dataTables_empty .list-group .empty {
        background: transparent;
    }

.result-status .list-group.noresult {
    margin-bottom: -40px;
    margin-top: -40px;
}

.result-status .list-group.nosearch {
    margin-bottom: 0px;
}

    .result-status .list-group.nosearch .empty {
        background-image: url(/assets/images/start-search-arrov.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 350px;
        background-position-x: right;
        background-position-y: top;
    }

        .result-status .list-group.nosearch .empty .image {
            background-image: url(/assets/images/no-search.png);
        }


/* REORDER HEDER ON SCROOLL */
#nav-item-help,
#nav-item-lang {
    opacity: 1;
    transition: opacity 0.4s;
}

#navbar-group-left {
    position: fixed;
    top: 0;
    transition: top 0.4s;
}

#header-actions-container {
    margin-right: 0px;
    transition: margin-right 0.4s;
}

.mini {
    padding-top: 0px;
}

    .mini .page {
        padding-top: 150px;
    }

    .mini .page-content {
        margin-bottom: 100px;
    }

    .mini .hide-onscroll {
        opacity: 0;
        transition: opacity 0.4s;
        display: none;
    }

    .mini #navbar-group-left {
        position: fixed;
        top: -60px;
        transition: top 0.4s;
    }

    .mini #nav-bar {
        width: 260px;
    }

.site-menubar-fold.mini #nav-bar {
    width: 90px;
}

.site-menubar-fold.mini .page-header {
    left: 90px;
    min-height: 77px;
}

.site-menubar-fold.mini #view-filter,
.site-menubar-fold.mini .badge-filter-row {
    left: 120px;
}

body.mini .badge-filter-row .badge-clear {
    left: -20px;
}

.site-menubar-fold.mini footer {
    display: none;
}

.mini #header-actions-container {
    /*margin-right: 28px;*/
    transition: margin-right 0.4s;
    transition-delay: 0.05s;
    top: calc(50% + 7px);
}

.mini .site-navbar .navbar-container {
    background-color: #f1f4f5;
    padding: 0;
}

.mini .page-header {
    margin-top: 0px;
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    z-index: 1710;
    background-color: #f1f4f5;
    display: block;
    padding-bottom: 4px;
    box-shadow: 0 5px 10px 0 #0000001a;
}

    .mini .page-header .page-title {
        margin-top: -21px;
    }

.mini .navbar-toolbar-right {
    position: fixed;
    right: 15px;
    top: 0px;
}

.mini #view-filter {
    position: fixed;
    top: 66px;
    left: 259px;
    right: -2px;
    z-index: 22;
    background-color: #f1f4f5;
}

    .mini #view-filter .filter .panel-body {
        background-color: #f1f4f5;
    }


    .mini #view-filter .panel.filter.show {
        box-shadow: none !important;
    }


.mini .badge-filter-row {
    position: fixed;
    top: 154px;
    left: 290px;
    right: 30px;
    z-index: 9;
    background-color: #f1f4f5;
}

.mini #app-breadcrumb {
    /* display: none; */
}

.mini #ribon-status {
    position: fixed;
    z-index: 1710;
    top: -19px;
    height: 60px;
}

.mini .page-index,
.mini .page-index {
    margin-bottom: 70px;
}
/* END REORDER HEDER ON SCROOLL /*/


.navbar-brand {
    width: 100%;
    text-align: center;
    padding: 10px;
    padding-left: 0px;
    z-index: -1;
}

    .navbar-brand .navbar-brand-logo {
        height: 47px;
        margin-top: 0px;
        padding: 4px;
    }

.img-info {
    width: 100%;
    text-align: center;
    padding: 10px;
    padding-left: 0px;
    z-index: -1;
}

    .img-info .img-info-logo {
        height: 47px;
        margin-top: 0px;
        padding: 4px;
    }

.icon.brand-licrus {
    width: 20px;
    margin: 7px 9px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/assets/images/favicon.png');
}

.icon.brand-licrus-store {
    width: 20px;
    margin: -6px 0px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/assets/images/licrus-store.png');
    padding: 6px;
}

.badge-undefined {
    background-color: #62a8ea;
}

.list-icon.bg-undefined,
.list-icon.bg- {
    font-family: 'Web Icons';
}

    .list-icon.bg-undefined:before,
    .list-icon.bg-:before {
        content: "";
    }

.list-image {
    height: 38px;
    width: auto;
}

tr.list-group-header {
    display: table-row;
}

    tr.list-group-header .header {
        padding: 19px 0px !important;
    }

table.nowrap td {
    white-space: nowrap;
}

.list-group-header {
    border-bottom: 1px solid #e6e9ea;
    margin-bottom: 14px !important;
}

    .list-group-header .header {
        padding: 0 !important;
    }

        .list-group-header .header .title {
            display: inline-block;
            margin: 0;
            padding: 0;
            float: left;
            margin-top: -1px;
            margin-left: 4px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: calc(100% - 19px);
        }

        .list-group-header .header .sort {
            width: 10px;
            display: block;
            float: left;
            width: 15px;
            text-align: center;
            display: inline-block;
        }


        .list-group-header .header.text-right {
            text-align: right;
        }

            .list-group-header .header.text-right .title {
                margin-right: 4px;
                width: calc(100% - 25px);
            }

            .list-group-header .header.text-right .sort {
                float: right;
            }


        .list-group-header .header.asc .wb-chevron-down-mini,
        .list-group-header .header.desc .wb-chevron-up-mini {
            /* color: #e0e0e0 !important; */
        }


        .list-group-header .header.asc .wb-chevron-up-mini,
        .list-group-header .header.desc .wb-chevron-down-mini {
            color: #2a2d2f !important;
        }

        .list-group-header .header.asc,
        .list-group-header .header.desc {
            font-weight: 500;
        }

        .list-group-header .header .sort .icon {
            clear: both;
            margin: 0;
            padding: 0;
            line-height: 0.8em;
            margin-bottom: -2px;
            display: block;
            color: #acbdceab;
            /* visibility: hidden; */
        }

            .list-group-header .header .sort .icon.active {
            }

.result-list .list-group-item:not(:first-child) {
    border-top: 1px solid #e6e9ea !important;
}

.iconpicker-list {
    padding: 0px 15px;
    height: 190px;
    overflow: auto;
    position: absolute;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 10px 11px 0px #0000001f;
    width: calc(100% - 30px);
}

    .iconpicker-list .iconpicker-panel-body {
    }

    .iconpicker-list .iconpicker-wrap {
        text-align: center;
        padding: 10px;
    }

        .iconpicker-list .iconpicker-wrap a:hover {
            text-align: center;
            padding: 0px;
        }

            .iconpicker-list .iconpicker-wrap a:hover i {
                text-align: center;
                color: black;
            }


        .iconpicker-list .iconpicker-wrap i {
            font-size: 120%;
        }

.iconpicker-panel-body {
    display: none;
}

.entity-link {
    border-bottom: 1px dashed transparent;
    font-weight: 500;
    color: #62a8ea;
    cursor: pointer;
}

    .entity-link:hover {
        border-bottom-color: #62a8ea;
    }

.entitytrace-info {
    display: none;
    border-top: 1px dashed #d8d8d8;
}

    .entitytrace-info,
    .entitytrace-info .list-group-item {
        background-color: #f1f2f4;
    }

.navbar-notification-list {
}

    .navbar-notification-list .media-meta {
        white-space: initial;
        color: #565656;
    }

    .navbar-notification-list .icon {
        font-size: 80%;
    }

.navbar-user-name {
    font-weight: 500;
    margin-top: -24px;
    display: block;
    margin-left: 42px;
}


.btn.btn-expand {
    border-radius: 18px
}

    .btn.btn-expand span {
        display: none;
    }

    .btn.btn-expand:hover span {
        display: inline-flex;
    }


.animation-duration-0,
.animation-duration-100 {
    -webkit-animation-duration: .1s;
    -o-animation-duration: .1s;
    animation-duration: .1s
}

.animation-duration-200 {
    -webkit-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s
}


.animation-duration-300 {
    -webkit-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s
}


.animation-duration-400 {
    -webkit-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s
}


.animation-duration-500 {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s
}


.animation-duration-600 {
    -webkit-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s
}


.animation-duration-700 {
    -webkit-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s
}


.animation-duration-800 {
    -webkit-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s
}

.animation-duration-900 {
    -webkit-animation-duration: .9s;
    -o-animation-duration: .9s;
    animation-duration: .9s
}

.toast-message .support-tag {
    display: block;
    font-weight: 500;
    color: #fff !important;
    margin-top: 17px;
    text-align: right;
    margin-bottom: -6px;
}

#navbar-notification-list .support-tag {
    display: flex;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    padding-right: 10px;
}




.modal-footer-confirm {
    display: none;
    float: right;
    text-align: right;
    margin: 10px;
    padding: 10px 12px;
    padding-top: 30px;
}

.modal-body.disabled, .modal-body:disabled {
    opacity: 0.45;
    pointer-events: none;
}

/********* multiple row selection ************/

.row-select {
}

    .row-select .row-icon {
        display: block;
    }

    .row-select .row-check {
        display: none;
    }

    .row-select:hover .row-icon,
    .row-select.selected .row-icon {
        display: none;
    }


    .row-select:hover .row-check,
    .row-select.selected .row-check {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

.label-info {
    margin-left: 10px;
    color: black;
    font-weight: bold;
}


.row-item {
    padding: 12px 0px;
    border-top: 1px solid #e4eaec;
}

    .row-item.selected {
    }

        .row-item.selected .row-icon {
            display: none;
        }

        .row-item.selected .row-check {
            display: block;
            margin-left: 10px;
            margin-right: 10px;
        }

/********* end of multiple row selection ************/

.dataTables_wrapper {
    padding: 0px;
}



.dform-group { /* border: 1px solid; */
    padding: 5px;
    margin-bottom: 30px;
}



    .dform-group .panel-title {
        padding: 5px;
        padding-bottom: 30px;
    }


    .dform-group .panel-actions {
    }


    .dform-group .panel-body {
        padding: 5px;
    }

.form-group .designer-actions {
    float: right;
    position: absolute;
    right: 0;
    background-color: white;
    z-index: 1;
    padding: 2px;
}



.resource-list-wrapper {
    /* border: 1px solid #d0d0d0; */
    background-color: #fff0;
    width: auto;
    display: inline-block;
    position: absolute;
    list-style: none;
    padding: 0;
    display: none;
    z-index: 1351;
    /* box-shadow: 0 7px 12px #0000004f; */
    width: 250px;
    max-height: 270px;
    overflow: hidden;
    padding: 20px;
}


    .resource-list-wrapper .resource-list-indicator {
        width: 35px;
        height: 15px; /* = width / 1.41 */
        position: absolute;
        overflow: hidden;
        display: block;
        margin-left: 37px;
        margin-top: -14px;
    }

        .resource-list-wrapper .resource-list-indicator:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            transform-origin: 0 100%;
            transform: rotate(45deg);
            border: 1px solid #e7e7e7;
        }


    .resource-list-wrapper .resource-list {
        border: 1px solid #e7e7e7;
        background-color: #ffffff;
        width: auto;
        /* display: inline-block; */
        /* position: absolute; */
        list-style: none;
        padding: 0;
        /* display: none; */
        /* z-index: 1351; */
        box-shadow: 0px 16px 16px 0px #00000008;
        width: 210px;
        max-height: 186px;
        overflow: auto;
        z-index: 1;
        display: block;
    }

        .resource-list-wrapper .resource-list .resource {
            padding: 5px 10px !important;
            cursor: pointer;
            float: left;
            width: 100%;
        }

            .resource-list-wrapper .resource-list .resource:hover {
                background-color: #f2f4f5;
            }

            .resource-list-wrapper .resource-list .resource .initial {
                height: 27px;
                width: 27px;
                border: 1px solid transparent;
                background-color: #f1f4f5;
                color: #3e3e3e;
                font-weight: 400;
                text-align: center;
                line-height: 2em;
                padding: 0px;
                border-radius: 50%;
                background-color: #d4d4d4;
                display: inline-block;
                float: left;
            }

            .resource-list-wrapper .resource-list .resource .text {
                text-transform: capitalize;
                margin-left: 3px;
                white-space: normal;
                display: inline-block;
                width: calc(100% - 34px);
                margin-left: 7px;
                margin-top: 4px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                height: 27px;
                float: left;
            }

.input-datetime-group {
}

    .input-datetime-group .input-group-addon {
        padding: 6px;
        background-color: transparent;
        border: 1px solid transparent;
    }

        .input-datetime-group .input-group-addon .icon {
        }


    .input-datetime-group .hasDatepicker {
        min-width: 89px;
        padding-left: 6px;
        padding-right: 6px;
    }


    .input-datetime-group .ui-timepicker-input {
        width: 80px !important;
    }

.ribbon-reverse {
    right: 0px;
}

.json-viewer {
    background-color: #f3f7f9;
    max-height: 260px;
}

.zpl-img {
    display: block;
    /* transition: all 0.5s ease-in-out 0s; */ /* transform-origin: left bottom; */ /* transform: translateX(100%) translateY(-100%) rotate(900deg); */ /* max-width: 400px; */ /* margin-bottom: 0px; */
    width: 100%;
    transform: rotate(180deg);
}

.zpl-div {
    border: 1px solid #767676;
    overflow: auto;
    padding: 10px;
    background-color: #e3e3e3;
    height: 554px;
}

.list-group-item .action.user {
    display: inline-block;
    padding: 9px;
    border-radius: 60px;
    height: 40px;
    width: 40px;
    text-align: center;
    /* line-height: 0.2em; */
}

    .list-group-item .action.user .avatar {
    }

.gdpr-control-wrapper {
}

    .gdpr-control-wrapper .form-control.masked,
    .gdpr-control-wrapper .icon.fa-eye {
        display: block;
    }

    .gdpr-control-wrapper .form-control,
    .gdpr-control-wrapper .icon.fa-eye-slash {
        display: none;
    }

    .gdpr-control-wrapper.show .form-control.masked,
    .gdpr-control-wrapper.show .icon.fa-eye {
        display: none;
    }

    .gdpr-control-wrapper.show .form-control,
    .gdpr-control-wrapper.show .icon.fa-eye-slash {
        display: block;
    }

#genericLookupModal {
}

    #genericLookupModal .dataTables_paginate {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 13px;
        margin-bottom: 12px;
    }

    #genericLookupModal .dataTables_info {
        position: absolute;
        right: 16px;
        bottom: 19px;
    }

    #genericLookupModal #genericlookup-result-wrapper {
        height: 406px;
        overflow: auto;
        margin-bottom: 40px;
    }


    #genericLookupModal .paginate_button a {
        padding: 6px 12px;
    }

.site-menu-item {
}

    .site-menu-item .icon.wb-star-outline,
    .site-menu-item .icon.wb-minus-circle {
        display: inline-block;
        visibility: hidden;
        position: absolute;
        margin-left: 37px;
        margin-top: 9px;
        cursor: pointer;
    }

    .site-menu-item:hover > .icon.wb-star-outline,
    .site-menu-item:hover > .icon.wb-minus-circle {
        visibility: visible;
    }


/********* DESIGNER TAG *********************/

.dropdown-item .designer-tag {
    position: absolute;
    left: 0;
    right: 0;
    height: 28px;
    width: calc(100% + 7px);
    margin-left: 12px;
    margin-top: -9px;
}

.designer-tag {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin-left: 15px;
}

.btn .designer-tag {
    height: 25px;
}


.designer-tag .designer-tag-shadow {
    border: 1px solid;
    position: absolute;
    width: calc(100% - 18px);
    height: calc(100% + 9px);
    border: 1px dashed #8a8a8a91;
    border-left: 3px solid #5cd29d;
    margin-left: -6px;
    background-color: #5cd29d12;
    margin-top: 1px;
}

.designer-tag .designer-tag-content {
    position: absolute;
    margin-right: 0;
    right: 26px;
    border-radius: 3px;
    z-index: 3;
    z-index: 1380;
}

    .designer-tag .designer-tag-content .designer-tag-body {
        padding: 8px;
        display: none;
        box-shadow: 0 4px 12px 0px #72727278;
        width: 280px;
        margin: 0;
        background-color: #fff;
        border-radius: 3px;
    }

        .designer-tag .designer-tag-content .designer-tag-body .designer-tag-field {
            font-size: 85%;
        }

            .designer-tag .designer-tag-content .designer-tag-body .designer-tag-field .designer-tag-input[type=text] {
                width: calc(100% - 1px);
                display: inline-flex;
                padding: 8px 7px;
                height: 27px;
                margin-left: 20px;
                margin-top: 14px;
                border: 1px solid #d8d8d8;
                border-radius: 3px;
            }

            .designer-tag .designer-tag-content .designer-tag-body .designer-tag-field .designer-tag-label {
            }


    .designer-tag .designer-tag-content .designer-tag-head {
        text-align: right;
    }

        .designer-tag .designer-tag-content .designer-tag-head .icon {
            cursor: pointer;
            padding: 4px 7px;
        }

            .designer-tag .designer-tag-content .designer-tag-head .icon:hover {
            }

            .designer-tag .designer-tag-content .designer-tag-head .icon.wb-close-mini {
                display: none;
            }

/** SHOW */
.designer-tag.show .designer-tag-body {
    display: block;
}

    .designer-tag.show .designer-tag-body .col-6,
    .designer-tag.show .designer-tag-body .col-12 {
        display: inline-flex;
        white-space: nowrap;
        padding: 0;
        /* border: 1px solid; */
    }

    .designer-tag.show .designer-tag-body .col-6 {
        width: calc(50% - 2px);
    }

    .designer-tag.show .designer-tag-body .col-12 {
        padding-left: 5px;
    }

.designer-tag.show .designer-tag-head .icon.wb-close-mini {
    display: block;
}

.designer-tag.show .designer-tag-head .icon.wb-chevron-right-mini {
    display: none;
}

[data-designer=false] {
    display: none;
}

body.designer-mode-on {
}

    body.designer-mode-on [data-designer]::before {
        content: '';
        border: 1px dashed #8a8a8a4f;
        position: absolute;
    }

    body.designer-mode-on [data-designer].form-group::before {
        width: calc(100% - 19px);
        height: calc(100% + 9px);
        margin-left: -5px;
        margin-top: 1px;
    }

    body.designer-mode-on [data-designer].dropdown-item::before {
        width: calc(100% - 10px);
        height: 37px;
        margin-left: -15px;
        margin-top: -8px;
    }


    body.designer-mode-on [data-indesign-display='none'] > * {
        opacity: 0.5;
    }

    body.designer-mode-on [data-indesign-display='none'] .designer-tag,
    body.designer-mode-on [data-indesign-display='none'] .designer-tag * {
        opacity: 1 !important;
    }

    body.designer-mode-on [data-indesign-display='none']:hover > * {
        opacity: 1;
    }

    body.designer-mode-on [data-indesign-text] > label {
        text-decoration: underline;
    }
/******************************/

.form-readonly {
}


    .form-readonly .form-group {
        margin-bottom: 19px;
    }

    .form-readonly .form-label {
        background: none;
        border: none;
        padding: 0;
        margin-bottom: 3px;
    }

    .form-readonly .form-control:not(.not-readonly) {
        padding: 7px 10px;
        height: unset;
        background-color: #f3f7f9;
    }

    .form-readonly .form-control.not-readonly {
        padding: 7px 10px;
    }

.blockquote.sm {
    font-size: 14px;
    padding: 5px 16px;
    text-transform: capitalize;
}

.table-fit {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #d8d8d8;
    /* padding-top: 10px; */
    box-shadow: 0 0 10px 0px #00000017;
    border-radius: 5px;
    padding: 10px;
}

    .table-fit.table-fit-500 {
        max-height: 500px;
        overflow: auto;
        border: none;
    }

    .table-fit .dataTables_wrapper {
        overflow: auto;
        white-space: nowrap;
    }

        .table-fit .dataTables_wrapper .table thead th {
            padding-bottom: 20px;
        }


    .table-fit.table-fit-inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        border: 1px solid #d8d8d8;
        /* padding-top: 10px; */
        box-shadow: unset;
        border: none;
    }

.btn-dock-bottom {
    float: right;
    bottom: 29px;
    right: 18px;
    position: fixed;
    z-index: 1000;
    /* width: 60px; */
    text-align: center;
}

.dock-bottom {
    /* z-index: 1000; */
    position: fixed;
    bottom: 10px;
    right: 0px;
    left: 260px;
    padding: 17px 14px 9px 20px;
    text-align: right;
    /* border: 1px solid; */
    display: block;
    /* background-color: #f1f4f5; */
    /* border-bottom: 1px solid #d8d8d8; */
    z-index: 1000;
}

    .dock-bottom .btn-group {
        margin-left: 10px;
    }

        .dock-bottom .btn-group i {
            /* display: none; */
        }

    .dock-bottom .btn {
        border-radius: 5px;
        font-weight: 400;
        padding: 8px 12px;
    }


    .dock-bottom .btn-group .btn {
        border: 1px solid #d8d8d8;
        background-color: white;
        border: 1px solid #d8d8d8;
        color: #656565;
        padding: 9px 12px;
    }


.btn-group.dock-bottom .btn span {
}

.btn-group.dock-bottom .btn:hover span {
    display: inline-block;
}

.lock {
    opacity: 0.5;
    pointer-events: none;
    filter: blur(1px);
}

/* target=_blank olan tüm linklerin yanında ayrı sekmede açılacağını belirten simge görünmesini sağlar.*/
a[target=_blank]:not(.btn) {
    padding-right: 15px;
}

    a[target=_blank]:not(.btn):hover:after {
        /* margin-left:5px; */
        content: url('data:image/svg+xml,<svg width="16px" height="16px" viewBox="-1.2 -1.2 26.40 26.40" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%2362a8ea" transform="rotate(0)"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g id="Interface / External_Link"><path id="Vector" d="M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11" stroke="%2362a8ea" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"></path></g></g></svg>');
        margin-top: 10px;
        position: absolute;
        margin-top: 0px;
    }

/* END OF target_blank .*/


.badge-null,
.badge- {
    background: #e4eaec;
    color: #76838f;
}

.modal-open .modal {
    z-index: 1720;
}



/**************** 3D STATE ************************/

.btn-3state {
    border: 1px solid #e4eaec;
    border-radius: 50px;
    padding: 0px 0px;
    margin-left: 10px;
    box-shadow: 0 0 3px 2px #0000000f;
}

    .btn-3state .btn {
        border-radius: 20px !important;
    }

    .btn-3state .btn {
        min-width: 26px;
        height: 26px;
        margin: 4px 5px !important;
        border: 1px solid transparent !important;
    }

        .btn-3state .btn:hover {
            background-color: #e6e6e6;
        }

        .btn-3state .btn span {
        }

        .btn-3state .btn.active {
            font-weight: 400 !important;
            color: #fff;
        }


        .btn-3state .btn:first-child.active {
            background-color: #46be8a;
        }

        .btn-3state .btn:nth-child(2).active {
            background-color: #f0f0f0;
        }

        .btn-3state .btn:last-child.active {
            background-color: #f96868;
        }


    .btn-3state .btn {
    }

        .btn-3state .btn:nth-child(2) {
            border: 2px solid #f0f0f0 !important;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }


/*************************************/


.link {
    text-decoration: underline !important;
    color: #62a8ea !important;
}


/********** PRINT **************/


@media print {

    body {
        color: #000 !important;
    }

    .table td {
        color: #000;
        border: 1px solid #000 !important;
    }

    .table-bordered td, .table-bordered th {
        color: #000;
        border: 1px solid #757575 !important;
    }

    .table th {
        color: #000;
        font-weight: 500 !important;
    }

    .page {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .page-header {
        display: none !important;
    }

    .page {
        padding-top: 60px;
    }

    .mini .page {
        padding-top: 120px;
    }

    .site-menubar-unfold .page {
        margin-left: 90px;
    }

    #side-menu-wrapper {
        display: none;
    }

    .page-content {
        max-width: unset;
    }

    #report-page-content {
        width: calc(100% - 300px);
        border: none;
    }


    .table tr:last-child {
        font-weight: 500;
    }
}

/*
    table inline input
*/
.table .inline-input {
    width: 80px;
    padding: 3px;
    padding-right: 0px;
    text-align: center;
    color: #9e93be;
    border: 1px solid #d8d8d800;
    border-radius: 3px;
    background-color: #ffffff00;
}

    .table .inline-input:hover,
    .table .inline-input:active {
        border-color: #d8d8d8;
        background-color: #fff;
    }


/*******************************/

#ticketform {
}

    #ticketform .timeline-item {
        border-bottom: 2px solid #f1f4f5;
        overflow: hidden;
    }

    #ticketform .timeline-content .extra-comment {
        display: none;
    }

    #ticketform .timeline-item .timeline-content {
        margin-bottom: 0px;
        padding-bottom: 6px;
    }

    #ticketform .timeline-item .timeline-actions {
        display: none;
    }


    #ticketform .timeline-item.show {
        overflow: unset;
        border-bottom: 2px solid #687f8700;
    }

        #ticketform .timeline-item.show .extra-comment {
            display: unset;
        }

        #ticketform .timeline-item.show .timeline-item {
            overflow: unset;
        }

        #ticketform .timeline-item.show:hover .timeline-actions {
            display: block;
        }

        #ticketform .timeline-item.show .file-list {
            display: block;
        }


        #ticketform .timeline-item.show .timeline-content {
            margin-bottom: 20px;
            padding-bottom: 24px;
        }

    #ticketform .timeline-item .file-list {
        display: none;
    }

    #ticketform .timeline-user-name {
        text-transform: unset;
    }


body.luic-canvas {
    padding-top: 0px;
}

    body.luic-canvas .page {
    }

/* container */
.lu-file-upload {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 16px;
    /* max-width: 800px; */
}

/* upload box */
.lu-upload-box {
    text-align: center;
    padding: 10px;
    background: #f9fafb;
    border-radius: 10px;
}

.lu-upload-hint {
    font-size: 12px;
    color: #777;
    margin-top: 8px;
}

.lu-upload-actions {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.lu-btn-primary {
    background: #2563eb;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
}

.lu-upload-errors {
    color: red;
    font-size: 13px;
    margin-top: 8px;
}

/* grid */
.lu-upload-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 10px;
    margin-top: 12px;
    padding: 0;
    list-style: none;
}

/* item */
.lu-upload-item {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

    /* image */
    .lu-upload-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* placeholder */
.lu-file-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 28px;
}

/* overlay */
.lu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    opacity: 0;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px;
    font-size: 11px;
}

.lu-upload-item:hover .lu-overlay {
    opacity: 1;
}

.lu-file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lu-remove-btn {
    background: #ef4444;
    border: none;
    color: white;
    border-radius: 6px;
    padding: 2px 6px;
    cursor: pointer;
    font-size: 11px;
    align-self: flex-end;
}

.viewer-toolbar {
}

    .viewer-toolbar li {
        height: 31px !important;
        line-height: 6px;
        padding-left: 9px;
        margin: 7px 3px;
        width: 47px !important;
        border-radius: 20px !important;
    }

    .viewer-toolbar .viewer-save {
        background-image: url('./icons/save.png');
        background-repeat: no-repeat;
        background-size: 45%;
        background-position: center;
    }

.list-group-striped .list-group-item:nth-of-type(odd) {
    background-color: #f8f9fa; /* açık gri */
}

.list-group-striped .list-group-item:nth-of-type(even) {
    background-color: #ffffff; /* beyaz */
}
