﻿
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator.has-badge {
    top: -7px;
    right: -8px;
    font-size: 10px;
}

.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu {
    max-width: inherit;
}

.apps {
    max-width: 550px;
    overflow: auto;
    overflow-y: hidden;
}

    .apps::-webkit-scrollbar {
        background-color: rgba(111,111,111, 0.08);
        height: 6px;
    }

    .apps::-webkit-scrollbar-button {
        width: 0;
    }

    .apps::-webkit-scrollbar-thumb {
        background-color: #dcdcdc;
        border-radius: 4px;
    }

.navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .apps a {
    /*width: 50px;*/
    display: table;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
}

    .navbar .navbar-content .navbar-nav .nav-item.nav-apps .dropdown-menu .dropdown-body .apps a i {
        display: table;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        margin-bottom: 4px;
        color: #717171;
    }

.hidden {
    display: none !important;
}

.taskbar-loading {
    background-color: rgba(2, 2,2,0.1);
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 5px;
    border-radius: 5px;
    padding-right: 15px;
    font-size: 16px;
    color: #86500d;
}

    .taskbar-loading .spinner-border {
        margin-bottom: auto;
        margin-top: auto;
        margin-left: 15px;
    }

.taskbar-itemview {
}

.taskbar-item-holder {
}

legend {
    font-size: 14px !important;
    font-weight: 700 !important;
    border-bottom: solid 1px #e5e5e5 !important;
    color: steelblue !important;
    padding-bottom: 5px !important;
}

#ajax-busy {
    position: fixed;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 3px;
    z-index: 20000;
    background-color: #ffab40;
    -webkit-transition: opacity .05s ease-in;
    transition: opacity .05s ease-in;
}

    #ajax-busy.busy {
        opacity: 1;
    }

        #ajax-busy.busy > .bar {
            content: "";
            display: inline;
            position: absolute;
            width: 0;
            height: 100%;
            left: 50%;
            text-align: center;
            -webkit-animation: loading 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
            animation: loading 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
        }

    #ajax-busy > .bar:nth-child(1) {
        background-color: #fff;
    }

    #ajax-busy > .bar:nth-child(2) {
        background-color: #3F51B5;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    #ajax-busy > .bar:nth-child(3) {
        background-color: #ffab40;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }


@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }

    50% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

@-webkit-keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }

    50% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

.checkbox-inline {
    margin-top: 15px;
}

    .checkbox-inline input[type="checkbox"] {
        margin-top: 3px;
        margin-left: 6px;
        display: block;
        float: right;
    }

.field-validation-error {
    color: #f05050;
    font-size: 12px;
}

fieldset {
    margin-bottom: 15px !important;
}

.form-control.input-validation-error {
    border-color: #f05050 !important;
}

.form-control.valid {
    border-color: #3c763d !important;
}

.has-feedback {
    position: relative;
}

.has-error .form-control {
    border-color: #f05050;
    box-shadow: none !important;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: none !important;
}

.form-control-feedback {
    line-height: 38px !important;
    left: 15px;
}

.form-control-feedback {
    position: absolute;
    top: 22px;
    left: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    color: gray;
}

.has-feedback .form-control {
    padding-left: 28px;
}

.form-group label {
    margin-bottom: 2px;
}

.dashboard-search {
    width: 350px !important;
}

.form-group.en .form-control {
    direction: ltr;
}

.input-group-append .btn {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.stop-ajax {
}

form .progress {
    margin-top: 8px;
}

.form-group {
    margin-bottom: 5px;
}

.top-buttons-holder {
    position: fixed;
    top: 65px;
    left: 5px;
    display: table;
    z-index: 9;
    background-color: #F1FAEE;
    border-radius: 5px;
    padding: 8px;
    box-shadow: 0 5px 10px 0 rgba(162,162,162,0.6);
    padding-left: 15px;
    padding-right: 15px;
}

    .top-buttons-holder button {
        float: left;
        margin-right: 8px;
    }

.k-grid-toolbar:first-child, .k-grouping-header + .k-grid-toolbar {
    padding-bottom: 9px;
    padding-top: 9px;
    padding-right: 7px;
    padding-left: 7px;
}

.k-grid-toolbar .k-button {
    float: left;
}

    .k-grid-toolbar .k-button span {
        margin-left: 3px;
    }

.k-grid-toolbar .split-line {
    height: 30px;
    width: 5px;
    border-left: solid 1px #dedee0;
    display: table;
    float: left;
    margin-left: 8px;
    margin-right: 4px;
}

.k-grid-toolbar .dropdown-menu {
    background-color: #f5f5f6;
    border: 1px solid #ceced2;
}

.k-button-success {
    color: #3c763d !important;
}

    .k-button-success:active {
        color: white !important;
    }

.k-button-danger {
    color: #b3202b !important;
}

    .k-button-danger:active {
        color: white !important;
    }

.k-button-warning {
    color: #b99427 !important;
}

    .k-button-warning:active {
        color: white !important;
    }

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.k-card {
    width: 285px;
    margin: 1%;
}

.k-card-footer {
    text-align: center;
}

.k-button span, .k-button i {
    margin-left: 5px;
    margin-right: 5px;
}

.form-actions {
    text-align: center;
    background-color: #dedede;
    padding: 10px;
    border-radius: 1px;
    margin-top: 12px;
}

.k-widget *, .kendowindow-content * {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


div.k-window-content {
    display: table;
    width: 100%;
}

.k-tabstrip.k-header {
    border-color: transparent !important;
    background-color: transparent !important;
}

.k-tabstrip:focus {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0) !important;
}
/*--xs*/
@media (max-width: 767px) {
    div .k-window-lg {
        width: 100% !important;
    }

    div.k-window-md {
        width: 100% !important;
    }

    div.k-window-sm {
        width: 100% !important;
    }
}

/*--sm*/
@media (max-width: 991px) and (min-width: 768px) {
    div.k-window-lg {
        width: 100% !important;
    }

    div.k-window-md {
        width: 100% !important;
    }

    div.k-window-sm {
        width: 100% !important;
    }
}

/*--md*/
@media (max-width: 1199px) and (min-width: 992px) {
    div.k-window-lg {
        width: 750px !important;
    }

    div.k-window-md {
        width: 550px !important;
    }

    div.k-window-sm {
        width: 500px !important;
    }
}

/*--lg*/
@media (min-width: 1200px) {
    div.k-window-lg {
        width: 900px !important;
    }

    div.k-window-md {
        width: 700px !important;
    }

    div.k-window-sm {
        width: 500px !important;
    }
}

.form-control.required-indicator {
    border-right-width: 5px;
}

.k-toolbar {
    padding-right: 7px;
}

.input-group-append .input-group-text.clickable {
    cursor: pointer;
}

    .input-group-append .input-group-text.clickable:hover {
        background-color: rgba(120, 127, 208, 0.2);
    }

.mds-bootstrap-persian-datetime-picker-container table th, .mds-bootstrap-persian-datetime-picker-container table td {
    padding: 4px;
}

.input-group > .input-group-append > .btn, .fc .input-group > .input-group-append > .fc-button, .swal2-modal .swal2-actions .input-group > .input-group-append > button, .wizard > .actions .input-group > .input-group-append > a, .wizard > .actions .disabled .input-group > .input-group-append > a, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .fc .input-group > .input-group-prepend:not(:first-child) > .fc-button, .swal2-modal .swal2-actions .input-group > .input-group-prepend:not(:first-child) > button, .wizard > .actions .input-group > .input-group-prepend:not(:first-child) > a, .wizard > .actions .disabled .input-group > .input-group-prepend:not(:first-child) > a, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .fc .input-group > .input-group-prepend:first-child > .fc-button:not(:first-child), .swal2-modal .swal2-actions .input-group > .input-group-prepend:first-child > button:not(:first-child), .wizard > .actions .input-group > .input-group-prepend:first-child > a:not(:first-child), .wizard > .actions .disabled .input-group > .input-group-prepend:first-child > a:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rtl .input-group > .form-control:not(:last-child), .rtl .input-group > select:not(:last-child), .rtl .email-compose-fields .select2-container--default .input-group > .select2-selection--multiple:not(:last-child), .email-compose-fields .select2-container--default .rtl .input-group > .select2-selection--multiple:not(:last-child), .rtl .select2-container--default .input-group > .select2-selection--single:not(:last-child), .select2-container--default .rtl .input-group > .select2-selection--single:not(:last-child), .rtl .select2-container--default .select2-selection--single .input-group > .select2-search__field:not(:last-child), .select2-container--default .select2-selection--single .rtl .input-group > .select2-search__field:not(:last-child), .rtl .input-group > .typeahead:not(:last-child), .rtl .input-group > .tt-query:not(:last-child), .rtl .input-group > .tt-hint:not(:last-child), .rtl .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-left: 0 !important;
}

.hotkey:after {
    color: #737373;
    font-family: tahoma;
    font-size: 9px;
    position: relative;
    top: 0px;
    left: -3px;
    padding: 3px;
    margin-right: 3px;
    display: inline-block;
    opacity: 1;
    line-height: 12px;
    border-radius: 4px;
    background-color: rgba(211, 220,217, 0.45);
    text-transform: uppercase;
}

.btn.hotkey:after {
    left: -10px;
    top: -1px;
}

.btn-primary.hotkey:after, .btn-danger.hotkey:after, .btn-success.hotkey:after {
    color: white;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-color: #ceced2;
}

.navbar-content h5 {
    margin-top: 22px;
}

.k-tabstrip-content, .k-tabstrip > .k-content {
    border-color: #a6a6ad;
}

.accordion > .card .card-header {
    padding: 0.5rem 0;
}

.select2-selection {
    min-height: 35px;
}

.has-error .select2-selection {
    border-color: #f05050;
}

.has-success .select2-selection {
    border-color: #3c763d;
}

.select2-container--default .select2-dropdown .select2-search__field {
    border: dashed 1px #a9a9a9;
}

.select2-results__option {
    min-height: 30px;
}

.file-upload {
    position: relative;
    display: inline-block;
}

    .file-upload input[type="file"] {
        display: none;
    }

    .file-upload label {
        background-color: white;
        border: solid 1px #10b759;
        color: #10b759;
        padding: 7px 15px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 13px;
        transition: 0.2s;
    }

        .file-upload label:hover {
            background-color: #edfff5;
            border-color: #45a049;
        }

.file-name {
    margin-right: 10px;
    font-size: 12px;
    color: #a1a1a1;
    margin-top: 8px;
    display: inline-block;
    font-weight: 100;
}

.rtl .main-wrapper .sidebar .sidebar-body .nav .nav-item.sub-menu .nav-link .link-title {
    margin-left: 0;
    margin-right: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}
