﻿body {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    width: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.form-control {
    border-radius: 4px;
    box-shadow: none;
    border-color: #d2d6de;
}

.input-group .input-group-addon, .input-group .input-group-text {
    border-radius: 4px;
    border-color: #d2d6de;
    background-color: #fff;
}

.btn {
    border-radius: 4px;
}

.btn-default {
    background-color: #fff;
}

.dx-texteditor.dx-editor-outlined {
    border-radius: 4px;
    border-color: #d2d6de;
}

.dx-dropdowneditor-input-wrapper {
    border-radius: 4px;
}

.dx-dropdowneditor-icon {
    border-radius: 4px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: initial;
        text-align: left !important;
    }

    .control-label{
        display: block;
    }
}

.col {
    padding-right: 10px;
    padding-left: 10px;
}

.numericOnly {
    text-align: right;
    /*padding: 6px 12px;*/
}

    .numericOnly[readonly], .numericOnly[disabled] {
        background-color: #eee;
    }

    @media (max-width: 568px) {
        .col-xxs-12{
        width: 100%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .control-label-xs-top {
        width: 100% !important;
    }

    .control-xs-top {
        width: 100% !important;
    }
}

input.error,
textarea.error,
select.error,
.dx-dropdowneditor.error,
textarea.input-validation-error,
select.input-validation-error,
.input-group-addon.error,
.numericOnly.error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}

    .dx-dropdowneditor.error input {
        background: #FEF1EC;
    }

.rounded-circle-initials {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #808080;
    text-align: center;
    vertical-align: middle;
    font-size: xx-large;
    color: #000000;
    padding-top: 15px;
    margin-left: 70px;
}

.rounded-circle{
    border-radius: 50%;
}

[type=checkbox] {
    height: 20px;
    margin-top: 6px !important;
    margin-bottom: 9px !important;
    width: 20px;
}

[type=radio] {
    height: 20px;
    margin-top: 6px !important;
    margin-bottom: 9px !important;
    margin-right: 3px !important;
    width: 20px;
}


/*Template Ext*/
body {
    font-weight: 400;
    font-size: 13px;
    color: #67757c;
}

.form-group label {
    font-weight: 400;
}

.form-horizontal .control-label {
    /*padding-top: 8px;*/
    /*display:inline-block;*/
    display: flex;
    align-items: center;
    
}


/* ribbon */
.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
    position: relative;
    background: #f7f7f7;
    padding: 50px 15px 15px 50px;
    border-radius: 5px;
}

.ribbon-large {
    background: #fff;
    padding: 42px 10px 2px 10px !important;
    margin-bottom: 15px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.ribbon-large .ribbon-bookmark{
    font-size: 14px;
    font-weight: 600;
}

.ribbon-overflow {
    overflow: hidden;
}

.ribbon-wrapper-reverse {
    padding: 50px 50px 15px 15px;
}

.ribbon-wrapper-bottom {
    padding: 15px 15px 50px 50px;
}

.ribbon-wrapper-right-bottom {
    padding: 15px 50px 50px 15px;
}

.ribbon {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    clear: left;
    position: absolute;
    top: 0px;
    left: -2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.ribbon-bookmark:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 15px solid #2b2b2b;
    border-right: 10px solid transparent;
}

.ribbon-right {
    left: auto;
    right: -2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ribbon-bookmark.ribbon-right:before {
    right: 100%;
    left: auto;
    border-right: 15px solid #2b2b2b;
    border-left: 10px solid transparent;
}

.ribbon-vertical-l,
.ribbon-vertical-r {
    clear: none;
    padding: 0 5px;
    height: 40px;
    width: 30px;
    line-height: 40px;
    text-align: center;
    left: 0px;
    top: -2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.ribbon-vertical-r {
    left: auto;
    right: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
}

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
    top: 100%;
    left: 0;
    margin-top: -14px;
    border-right: 15px solid #2b2b2b;
    border-bottom: 10px solid transparent;
}

.ribbon-bookmark {
    border-radius: 0;
    top: -5px;
    left: -5px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

    .ribbon-bookmark.ribbon-right {
        right: -5px;
        left: auto;
    }

.ribbon-badge {
    top: 15px;
    overflow: hidden;
    left: -90px;
    width: 100%;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

    .ribbon-badge.ribbon-right {
        left: auto;
        right: -90px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ribbon-badge.ribbon-bottom {
        top: auto;
        bottom: 15px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ribbon-badge.ribbon-right.ribbon-bottom {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }



.ribbon-bookmark.bg-primary:before {
    border-color: #33cabb;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.bg-primary:before {
    border-right-color: #33cabb;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.bg-primary:before,
.ribbon-bookmark.ribbon-vertical-r.bg-primary:before {
    border-right-color: #33cabb;
    border-bottom-color: transparent;
}


.ribbon-bookmark.bg-success:before {
    border-color: #06d79c;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.bg-success:before {
    border-right-color: #06d79c;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.bg-success:before,
.ribbon-bookmark.ribbon-vertical-r.bg-success:before {
    border-right-color: #06d79c;
    border-bottom-color: transparent;
}


.ribbon-bookmark.bg-info:before {
    border-color: #03a9f3;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.bg-info:before {
    border-right-color: #03a9f3;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.bg-info:before,
.ribbon-bookmark.ribbon-vertical-r.bg-info:before {
    border-right-color: #03a9f3;
    border-bottom-color: transparent;
}


.ribbon-bookmark.bg-warning:before {
    border-color: #e9ab2e;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.bg-warning:before {
    border-right-color: #e9ab2e;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.bg-warning:before,
.ribbon-bookmark.ribbon-vertical-r.bg-warning:before {
    border-right-color: #e9ab2e;
    border-bottom-color: transparent;
}


.ribbon-bookmark.bg-danger:before {
    border-color: #fb9678;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.bg-danger:before {
    border-right-color: #fb9678;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.bg-danger:before,
.ribbon-bookmark.ribbon-vertical-r.bg-danger:before {
    border-right-color: #fb9678;
    border-bottom-color: transparent;
}

.ribbon-bookmark.bg-secondary:before {
    border-color: #e4e7ea;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.bg-secondary:before {
    border-right-color: #e4e7ea;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.bg-secondary:before,
.ribbon-bookmark.ribbon-vertical-r.bg-secondary:before {
    border-right-color: #e4e7ea;
    border-bottom-color: transparent;
}


.daterangepicker.xdisplay {
    width: 228px;
}

.dataTables_wrapper > .row {
    overflow: auto !important; /*prevent datatables overflowing its container*/
}

/** bootstrap-datetimepicker **/
.input-group.date .input-group-addon {
    /*border-radius: 0px !important;
    background-color: #ffff !important;*/
}

.input-group-addon:not(:last-child) {
/*    border-right: 0;*/
}

.input-group-addon{
/*    padding: 6px 10px;*/
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle/*, .input-group-btn:first-child > .btn:not(:first-child)*/ {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
/** /bootstrap-datetimepicker **/

.by-toolbar {
    display: inline-table;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

.dataTables_scrollBody thead tr[role="row"] {
    visibility: collapse !important;
}

.dataTable-editcell {
    width: 100%;
    height: 100% !important;
}

.dataTable-editingcell {
    padding: 0 !important;
}

.dx-popup-content {
    padding: 10px;
}

.ribbon-vertical-r {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    right: 5px;
}

.table-by > tbody > tr > td, .table-by > thead > tr > th {
    padding: 9px 15px;
    text-align: center;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}

.form-group {
    margin-bottom: 10px;
}

a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
}

.col-fixed-width, .col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.form-group .control-label{
    padding-right: 1px;
}

.x_content {
    padding: 0 5px 6px;
    /*position: relative;*/
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.box-body {
    padding: 1.25rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box {
    margin-bottom: 10px;
}

.bg-danger {
    background-color: #e67d5d !important;
    color: #fff;
}

.bg-success {
    background-color: #00c292 !important;
    color: #fff;
}

.bg-info {
    background-color: #098dc7 !important;
    color: #fff;
}

a {
    color: #5A738E;
    text-decoration: none;
}

.nosidebar {
    margin-left: 0 !important;
}

.notitlebar {
    padding: 0 !important;
    background-color: white;
}
.only-xs-block{
    display: none;
}
@media (max-width: 490px) {
    .only-xs-block {
        display: inline-block;
    }

    .xs-hidden {
        display: none;
    }
    .xs-radius-left {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
}
@media (max-width: 767px) {
    .main-header .logo{
        display: none;
    }

    .fixed .content-wrapper, .fixed .right-side, .main-sidebar {
        padding-top: 50px;
    }

    .nosidebar-content-wrapper {
        padding-top: 50px !important;
    }
}

    .notitlebar .content{
        padding:0 !important;
        background-color: white;
    }

    .navbar-md-header {
        display: inline-block;
        margin: 15px;
        margin-top: 15px;
        position: absolute;
        color: black;
    }

.sidebar-menu > li > a > i {
    width: 20px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin-right: 10px;
    line-height: 25px;
    text-align: center;
}

.treeview-menu > li > a {
    padding: 7px 5px 7px 20px;
    display: block;
    /*font-size: 13px;*/
}

.btn-white{
    background-color: #fff;
}

.box {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(142, 139, 133, 0.32);
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 0;
}

.modal-footer {
    display: inline-block;
    width: 100%;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}

.main-footer {
    padding: 10px;
    font-size: 11px;
}

.by-image {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*margin: 4px;*/
}

.by-loader {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    opacity: 0.7;
    background-color: white;
}

.by-loader-img {
    padding: 10px;
    position: fixed;
    top: 47%;
    left: 47%;
}

.modal-title{
    font-size: 15px;
    color:black;
}

.initials-circle {
    background-color: lightgray;
    display: table-cell;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid white;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.initials-text {
    color: #fff;
    font-size: 18px;
    display: block;
}

.sidebar-collapse .initials-circle {
    height: 30px;
    width: 30px;
}

.sidebar-collapse .initials-text {
    font-size: 14px;
}


.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.by-iframe {
    border: none;
    width: 100%;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
      cursor: default;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: default;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: default;
}


/* Making the label break the flow */
.floating-label {
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    z-index: 1500;
}

/* Hide the browser-specific focus styles */
.floating-label-field {
/*    color: rgba(44, 62, 80, .75);*/
    /*border-width: 0;*/
    z-index: 2000;
}

    .floating-label-field:focus {
        outline: 0;
        box-shadow: 0;
    }

    .floating-label-field::placeholder {
/*        color: rgba(44, 62, 80, .5);*/
    }

/* Make the label and field look identical on every browser */
.floating-label,
.floating-label-field {
    font: inherit;
    line-height: 1;
    display: block;
    width: 100%;
}

.floating-label-field,
.floating-label-wrap {
    position: relative;
}

/*.floating-label-field--s3 {
    padding: 1.5em;
    transition: border-color .25s ease-in-out;
    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    background-color: transparent;
}*/

    .floating-label-field--s3 + .floating-label {
        position: absolute;
        top: .7em;
        left: .45em;
        display: inline-block;
        width: auto;
        margin: 0;
        padding: .35em;
        transition: transform .25s, opacity .25s, padding .25s ease-in-out;
        transform-origin: 0 0;
        color: #67757c;
/*        color: rgba(255, 255, 255, .5);*/
    }

    .floating-label-field--s3:focus,
    .floating-label-field--s3:not(:placeholder-shown) {
/*        border-color: rgba(255, 255, 255, .1);*/
    }

        .floating-label-field--s3:focus + .floating-label,
        .floating-label-field--s3:not(:placeholder-shown) + .floating-label {
            background-color: #fff;
            z-index: 2500;
            padding: .25em .35em;
            /*padding-left: 0;*/
            transform: translate(0, -1.35em) scale(.9);
            font-weight: bold;
            color: #67757c; /*rgba(255, 255, 255, .25);*/
/*            background-color: #2c3e50;*/
        }
/*.floating-label-field--s3:empty + floating-label-field--s3:not(:focus) + .floating-label {
    transform: translate(0, 0) scale(1);
}*/
        /* Common Styles */
        /* Identical inputs on all browsers */
        .floating-label-field--s1:not(textarea),
        .floating-label-field--s2:not(textarea),
        .floating-label-field--s3:not(textarea) {
            max-height: 4em;
        }

    .floating-label-field--s1::placeholder,
    .floating-label-field--s3::placeholder {
        color: transparent;
    }



.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    min-height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    /*    margin-bottom: 30px;*/
}

    .info-box .icon {
        display: inline-block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.12);
        width: 80px;
    }

        .info-box .icon i {
            color: #fff;
            font-size: 50px;
            line-height: 80px;
        }

        .info-box .icon .chart.chart-bar {
            height: 100%;
            line-height: 100px;
        }

            .info-box .icon .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box .icon .chart.chart-pie {
            height: 100%;
            line-height: 123px;
        }

            .info-box .icon .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box .icon .chart.chart-line {
            height: 100%;
            line-height: 115px;
        }

            .info-box .icon .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box .content {
        display: inline-block;
        padding: 7px 10px;
        margin-left: unset;
        margin-right: unset;
    }

        .info-box .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box.hover-zoom-effect .icon {
        overflow: hidden;
    }

        .info-box.hover-zoom-effect .icon i {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .info-box.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
/*        left: 80px;*/
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-2 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box-2 .icon {
        display: inline-block;
        text-align: center;
        width: 80px;
    }

        .info-box-2 .icon i {
            color: #fff;
            font-size: 50px;
            line-height: 80px;
        }

    .info-box-2 .chart.chart-bar {
        height: 100%;
        line-height: 105px;
    }

        .info-box-2 .chart.chart-bar canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .chart.chart-pie {
        height: 100%;
        line-height: 123px;
    }

        .info-box-2 .chart.chart-pie canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .chart.chart-line {
        height: 100%;
        line-height: 115px;
    }

        .info-box-2 .chart.chart-line canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px;
    }

        .info-box-2 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-2 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-2.hover-zoom-effect .icon {
        overflow: hidden;
    }

        .info-box-2.hover-zoom-effect .icon i {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .info-box-2.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-2.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-2.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-3 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box-3 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }

        .info-box-3 .icon i {
            color: rgba(0, 0, 0, 0.15);
            font-size: 60px;
        }

    .info-box-3 .chart {
        margin-right: 5px;
    }

        .info-box-3 .chart.chart-bar {
            height: 100%;
            line-height: 50px;
        }

            .info-box-3 .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box-3 .chart.chart-pie {
            height: 100%;
            line-height: 34px;
        }

            .info-box-3 .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box-3 .chart.chart-line {
            height: 100%;
            line-height: 40px;
        }

            .info-box-3 .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box-3 .content {
        display: inline-block;
        padding: 7px 16px;
    }

        .info-box-3 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-3 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-3.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-3.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-3.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-3.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-4 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box-4 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }

        .info-box-4 .icon i {
            color: rgba(0, 0, 0, 0.15);
            font-size: 60px;
        }

    .info-box-4 .chart {
        margin-right: 5px;
    }

        .info-box-4 .chart.chart-bar {
            height: 100%;
            line-height: 50px;
        }

            .info-box-4 .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box-4 .chart.chart-pie {
            height: 100%;
            line-height: 34px;
        }

            .info-box-4 .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box-4 .chart.chart-line {
            height: 100%;
            line-height: 40px;
        }

            .info-box-4 .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box-4 .content {
        display: inline-block;
        padding: 7px 16px;
    }

        .info-box-4 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-4 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-4.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-4.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-4.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-4.hover-expand-effect:hover:after {
        width: 100%;
    }


.bg-red {
    background-color: #F44336 !important;
    color: #fff;
}

    .bg-red .content .text,
    .bg-red .content .number {
        color: #fff !important;
    }

.bg-pink {
    background-color: #E91E63 !important;
    color: #fff;
}

    .bg-pink .content .text,
    .bg-pink .content .number {
        color: #fff !important;
    }

.bg-purple {
    background-color: #9C27B0 !important;
    color: #fff;
}

    .bg-purple .content .text,
    .bg-purple .content .number {
        color: #fff !important;
    }

.bg-deep-purple {
    background-color: #673AB7 !important;
    color: #fff;
}

    .bg-deep-purple .content .text,
    .bg-deep-purple .content .number {
        color: #fff !important;
    }

.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff;
}

    .bg-indigo .content .text,
    .bg-indigo .content .number {
        color: #fff !important;
    }

.bg-blue {
    background-color: #2196F3 !important;
    color: #fff;
}

    .bg-blue .content .text,
    .bg-blue .content .number {
        color: #fff !important;
    }

.bg-light-blue {
    background-color: #03A9F4 !important;
    color: #fff;
}

    .bg-light-blue .content .text,
    .bg-light-blue .content .number {
        color: #fff !important;
    }

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff;
}

    .bg-cyan .content .text,
    .bg-cyan .content .number {
        color: #fff !important;
    }

.bg-teal {
    background-color: #009688 !important;
    color: #fff;
}

    .bg-teal .content .text,
    .bg-teal .content .number {
        color: #fff !important;
    }

.bg-green {
    background-color: #4CAF50 !important;
    color: #fff;
}

    .bg-green .content .text,
    .bg-green .content .number {
        color: #fff !important;
    }

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff;
}

    .bg-light-green .content .text,
    .bg-light-green .content .number {
        color: #fff !important;
    }

.bg-lime {
    background-color: #CDDC39 !important;
    color: #fff;
}

    .bg-lime .content .text,
    .bg-lime .content .number {
        color: #fff !important;
    }

.bg-yellow {
    background-color: #ffe821 !important;
    color: #fff;
}

    .bg-yellow .content .text,
    .bg-yellow .content .number {
        color: #fff !important;
    }

.bg-amber {
    background-color: #FFC107 !important;
    color: #fff;
}

    .bg-amber .content .text,
    .bg-amber .content .number {
        color: #fff !important;
    }

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff;
}

    .bg-orange .content .text,
    .bg-orange .content .number {
        color: #fff !important;
    }

.bg-deep-orange {
    background-color: #FF5722 !important;
    color: #fff;
}

    .bg-deep-orange .content .text,
    .bg-deep-orange .content .number {
        color: #fff !important;
    }

.bg-brown {
    background-color: #795548 !important;
    color: #fff;
}

    .bg-brown .content .text,
    .bg-brown .content .number {
        color: #fff !important;
    }

.bg-grey {
    background-color: #9E9E9E !important;
    color: #fff;
}

    .bg-grey .content .text,
    .bg-grey .content .number {
        color: #fff !important;
    }

.bg-blue-grey {
    background-color: #607D8B !important;
    color: #fff;
}

    .bg-blue-grey .content .text,
    .bg-blue-grey .content .number {
        color: #fff !important;
    }

.bg-black {
    background-color: #000000 !important;
    color: #fff;
}

    .bg-black .content .text,
    .bg-black .content .number {
        color: #fff !important;
    }

.bg-white {
    background-color: #ffffff !important;
    color: #fff;
}

    .bg-white .content .text,
    .bg-white .content .number {
        color: #fff !important;
    }

.form-group .btn {
    min-height: 35px;
}

.form-group .btn-group .btn {
    min-height: unset;
}

.medium-scale label {
    margin-bottom: 0;
}
.control-label {
    height: 35px;
}

.medium-scale .form-control {
    font-size: 13px;
    line-height: 1.2;
    height: 28px;
    padding: 4px 8px;
}

.medium-scale .btn-group{
    padding:0;
}

.medium-scale .btn {
    font-size: 13px;
    line-height: 1.4;
    height: 28px;
    padding: 4px 8px;
}

.medium-scale .bootstrap-select .btn {
    padding: 6px 8px 4px;
}

    .medium-scale .input-group .btn {
        line-height: initial;
    }

.medium-scale .control-label {
    font-size: 12px;
    /*padding-top: 6px;*/
    height: 28px;
    line-height: normal;
}

.medium-scale .form-group{
    margin-bottom: 5px;
}

.medium-scale [type=checkbox] {
    height: 16px;
    margin-top: 7px !important;
    margin-bottom: 6px !important;
    width: 16px;
}

.medium-scale .dx-widget{
    font-size: 13px;
}

.medium-scale .dx-datagrid .dx-row > td {
    padding: 5px 7px 5px 7px;
}

.medium-scale .dx-texteditor-input {
    padding: 5px 7px 5px 7px;
    min-height: 28px;
    font-size: 13px;
}

.medium-scale .form-group .btn {
    min-height: 28px;
}

@media (max-width: 767px) {
    .shortcut-dropdown {
        position: absolute !important;
        float: left !important;
        background-color: #fff !important;
        border: 1px solid rgba(0, 0, 0, .15) !important;
        border-radius: 4px !important;
    }

        .shortcut-dropdown li a {
            color: #777 !important;
        }

            .shortcut-dropdown li a:hover {
                background-color: #e1e3e9 !important;
                color: #333 !important;
            }
}

.notify__text{
    font-size: 1em;
}

.notify__title {
    font-size: 1em;
}

.dx-clear-button-area{
    float:left;
}

.bootstrap-select{
    padding: 0 !important;
}

.bydropdownlist {
    text-align: start;
    padding-left: 9px;
}

.gridpicker{
    padding: 0;
}

.byselectbox-dropdown {
    position: absolute;
    z-index: 999999;
}

    .byselectbox-dropdown .dx-pager {
        padding:2px 0 0 0;
    }

    .byselectbox-dropdown .dx-pager .dx-page {
        padding: 3px 6px 3px 6px;
    }

.circle-box, .info2-box {
    padding: 10px 16px 5px 16px; /*15px 20px 15px 20px;*/
    display: inline-block;
    text-align: center;
    width: auto;
    margin-right: 10px;
}

.info2-box {
    padding: 10px 16px 10px 16px;
}

.circle-container{
    width: 60px;
    height: 60px;
    display: inline-block;
}

.circle-labels, .info2-labels {
    display: inline-block;
    margin-left: 13px;
    vertical-align: top;
    /*margin-top: 14px;*/
    text-align: left;
}

.info2-labels {
    margin-left: 0;
    text-align: right;
}

.circle-box h5, .info2-box h5 {
    margin-top: 8px;
    margin-bottom: 4px;
}

.circle-box h2, .info2-box h2 {
    /*font-family: Helvetica, sans-serif;*/
    margin: 0;
    font-weight: 800;
    font-size: 24px;
}

.report-info-box{
    width: max-content;
    padding-right: 15px;
    float: left;
}

.byreportcontrol-noframe {
    margin-bottom: 10px;
}

.report-main-filter{
    float: right;
    /*width: 220px;*/
}

.pad-15{
    padding: 15px;
}

.pad-30 {
    padding: 30px;
}

.user-panel{
    overflow: initial !important;
}

.user-panel > .info > a > i {
    font-size: 13px;
    margin-right: 5px !important;
}

.skin-yellow .slimScrollBar, .skin-black .slimScrollBar, .skin-purple .slimScrollBar, .skin-blue .slimScrollBar, .skin-red .slimScrollBar, .skin-green .slimScrollBar {
    background: white !important;
}

.dx-toast-message {
    white-space: pre-line;
}

.by-lang-chooser{
    display:inline-block;
    margin-right: 5px;
}

    .by-lang-chooser .dropdown-menu {
        min-width: auto;
    }

    .by-lang-chooser .dropdown-menu a {
        color: #000000 !important;
    }

.by-lang-chooser .ion{
    margin-right: 15px;
}

.by-app-settings {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
}

.by-app-theme-chooser {
    padding: 12px;
    width: 200px;
    left: -115px;
}

.by-app-theme-chooser ul li {
    float: left;
    width: 33.33333%;
    padding: 5px;
    white-space: initial;
    line-height: initial;
}

.by-app-theme-chooser ul li a {
    display: block;
    box-shadow: 0 0 3px rgba(0,0,0,0.4)
}


.dx-pager{
    padding-top: 4px;
    padding-bottom: 1px;
}

.dx-datagrid-total-footer > .dx-datagrid-content {
    padding-top: 3px;
    padding-bottom: 3px;
}

.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-group-table, .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-sidebar-scrollable, .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-sidebar-scrollable::before {
    width: 130px;
}

.dx-scheduler-small .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-date-table-scrollable, .dx-scheduler-small .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-header-scrollable, .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-date-table-scrollable, .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-header-scrollable {
    margin-left: 130px;
}
/*.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-cell{
    min-height: 40px;
}

.dx-scheduler-timeline .dx-scheduler-group-header {
    min-height: 40px;
}*/


.scheduler-timeline-template {
    font-size: 11px;
}

.dx-scheduler-timeline .dx-scheduler-date-table-cell, .dx-scheduler-timeline .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell) {
    width: 55px;
}

/*.dx-scheduler-adaptive .dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-cell,
.dx-scheduler-adaptive .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row .dx-scheduler-group-header {
    min-height: 60px;
}*/

.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scheduler-header-scrollable {
    height: 51px;
    border-bottom: 1px solid #cdd1d3;
}

.clickable{
    cursor: pointer;
}

.info-control-label {
    background-color: #eee;
    margin-bottom: 0;
    height: auto;
    min-height: 34px;
    /*width: auto;
    max-width: fit-content;*/
}

.index-bg-image {
    background-image: var(--index-bg-url);
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: right;
}

.dx-texteditor.dx-state-readonly{
    border-style: solid;
}

.numericOnly .dx-texteditor-input{
    text-align: right;
}

.medium-scale .numericOnly {
    padding: 0;
    font-size: 13px;
}

    .medium-scale .numericOnly .dx-texteditor-input{
        padding: 4px 8px 6px;
    }
.filter-dropdown{
    padding: 0;
}

.filter-dropdown span {
    min-width: 30px;
    display: inline-block;
    /*padding: 9px 3px;*/
    line-height: 32px;
}
.filter-dropdown .dropdown {
    display: block;
}

.filter-dropdown .dropdown-menu {
    position: absolute;
    width: max-content;
    min-width: 50px;
}

.filter-dropdown .dropdown-menu li{
    padding: 6px 19px 6px 9px;
}

    .filter-dropdown .dropdown-menu li:hover {
        background-color: #e1e3e9;
    }