body {
    font-weight: normal;
}

footer {
    position: fixed;
    bottom: 0px;
    background: #fff;
    padding: 10px;
    z-index: 3;
    font-size: small;
    direction: ltr;
    width: 100%;
}

.logo a, .burger-btn {
    color: #435ebe !important;
}

.green-bg {
    background: green !important;
}

.colr-dark {
    color: #333;
}

.bg-primary h5 {
    color: #fff;
}

/*li.active a {
    background: #0d6efd !important;
}*/

/*.modal-header {
    background-color: rgba(0,0,0,.03) !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}*/

.card {
    margin-bottom: 10px;
}

.font-small {
    font-size: small;
}

.selected-record {
    background: #435ebe;
    color: #fff !important;
}

/*.modal .row {
    margin-bottom: 20px;
}
*/
.modal-footer {
    display: block;
}

.btn {
    border: 1px solid #eee;
}

.modal li {
    font-size: 14px;
    font-weight: 600;
}

.modal .modal-header i, .modal .modal-header svg {
    font-size: 1.5rem;
}

.list-group-item:hover {
    background: #435ebe;
    color: #fff !important;
}

.table-responsive td, th {
    white-space: nowrap;
    font-family: cash-font,helvetica;
}

.bi {
    margin-top: -6px;
}

.h6, h6 {
    font-size: 0.97rem;
}

oi-select .select-search-list-item .bi-x-circle {
    padding-right: 10px;
}

.no-border {
    border: none !important;
    background: transparent !important;
}

.sidebar-wrapper .menu .submenu .submenu-item.active > a {
    background: #435ebe;
    color: #fff;
    border-radius: 4px;
}

.hidden {
    display: none;
}


.btn-sm {
    padding-top: 0px;
    /*padding-bottom: 0px;*/
}

.angular-ui-tree-handle {
    background: #fff;
    border-bottom: 1px solid #dae2ea;
    /*color: #7c9eb2;*/
    padding: 8px;
}

    .angular-ui-tree-handle:hover {
        color: #438eb9;
        background: #f4f6f7;
        border-bottom: 1px solid #dae2ea;
        padding: 8px;
    }

.side-selected {
    background: #f4f6f7 !important;
}

.side-unselected {
    background: #fff !important;
}

.side-selected:hover {
    background: #f4f6f7;
}

.panel-body {
    padding: 0px;
}

.stats-icon {
    float: inherit;
}

.h5, h5, h6, .h6 {
    font-weight: bold;
}



.dropdown-item {
    border: 1px solid #fafafa;
    font-weight: 600;
}


audio::-webkit-media-controls-mute-button {
    display: none !important;
}

audio::-webkit-media-controls-volume-slider {
    display: none !important;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    display: none;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color: #fff;
    color: #000;
}

audio::-webkit-media-controls-play-button {
    transform: scale(1.7, 1.7);
}

.form-group label {
    margin-bottom: 8px;
}

.alert-light {
    margin-top: 15px;
}

.input [type='number'] {
    text-align: right !important;
}

label {
    margin-bottom: 10px;
    margin-top: 10px;
}





.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 100%;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}


.tooltip .tooltip-arrow, .tooltip .tooltip-arrow,
.tooltip .tooltip-arrow {
    display: none;
}

.tooltip-inner {
    background: #777;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    font-family: cash-font,helvetica;
}

/*.dropdown-menu {
    margin-right: 42px;
    margin-top: 42px;
}*/



ul.dropdown-menu > li > a.list-group-item {
    border: 1px solid #efefef;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    text-align: right;
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    text-align: right;
    -moz-appearance: textfield;
}

.bg-warning {
    background: #f0ad4e !important;
}

.form-group {
    padding-bottom: 15px;
}

.modal-dialog-scrollable {
    height: unset !important;
}

.table-responsive{
    overflow-x:scroll;
}