﻿.top-row {
    z-index: 1020;
}

h5.pagetitle {
    margin-bottom: 0px;
}

.sum {
    text-align: right;
}

.selected {
    background-color: #fffbd8 !important;
}

table.selectable > tbody > tr {
    cursor: pointer;
}

#tblConcurrents .last {
    background-color: #FFFDD6 !important;
}

#tblConcurrents .advance {
    background-color: #CCD3FF !important;
}

#tblConcurrents .actual {
    background-color: #e6ffe6 !important;
}

#tblConcurrents .own {
    background-color: #FFD8E4 !important;
}

/*.table-fixed {
    width: 100%;
}

.table-fixed tbody {
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody {
    display: block;
}

.table-fixed tbody td, .table-fixed thead tr th {
    float: left;
}*/

.fx-row {
    flex-direction: row;
    display: flex;
    flex: 1;
}

.fx-col {
    flex-direction: column;
    display: flex;
    flex: 1;
}

.scrolled {
    overflow-y: auto;
    width: 100%;
    flex-direction: column;
    display: flex;
    flex: 1;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

.loadersmall {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-bottom: -13px;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.col-from {
    background-color: #e6ffe6;
}

img.ps-icon {
    height: 45px;
    width: 45px;
    opacity: 0.3;
}

img.ps-icon2 {
    height: 40px;
    width: 40px;
}

.col-to {
    background-color: #ffffe6;
}


.even > .col-from {
    background-color: #edffed;
}


.even > .col-to {
    background-color: #ffffed;
}

.exchange-manage-actions .btn {
    width: 100%;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.exchange-info .nav-link {
    cursor: pointer;
    color: blue;
    display: inline;
}

.nav-tabs li.nav-item {
    margin-bottom: -19px;
    padding-top: 0px;
}

.page-tabs li.nav-item {
    margin-bottom: -30px;
    padding-top: 0px;
}

    .page-tabs li.nav-item a {
        color: #007bff;
    }

.table thead .sorting, .table thead .sorting_asc, .table thead .sorting_desc {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right
}

.table thead .sorting {
    background-image: url("../images/sort_both.png")
}

.table thead .sorting_asc {
    background-image: url("../images/sort_asc.png")
}

.table thead .sorting_desc {
    background-image: url("../images/sort_desc.png")
}

.table th, .table td {
    padding: 0.5rem;
}

.no-spin input::-webkit-outer-spin-button,
.no-spin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin input[type="number"] {
    -moz-appearance: textfield;
}

th.id-col {
    max-width: 175px;
}

.small-btn {
    cursor: pointer;
}

.datetime-col {
    width: 10em;
}

.text80 {
    font-size: 0.8em !important;
}

span.indent {
    padding: 0.5em;
}

.inactive-input {
    color: rgba(84, 84, 84, 0.5);
}

.zero-course {
    background-color: #17a2b84a !important;
}

.text-other {
    color: #98781a;
}

.reserve-levelCriticalLow {
    color: #a91f2c;
}

.reserve-levelLow {
    color: #fb630f;
}

.reserve-levelEnough {
    color: #069c08;
}

.reserve-levelMany {
    color: #0100ec;
}

.reserve-levelOver {
    color: #9a01b9;
}

.text-soft-wraped {
    white-space: normal;
}

.text-wraped {
    white-space: normal;
    word-break: break-all
}

ul.left-nav .nav-item a {
    height: 2.5rem;
}

.toggled-bar {
    width: 50px;
    min-width: 50px;
    z-index: 150;
}

.toggled-bar-wrap {
    position: absolute;
    width: 50px;
    overflow: hidden;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 100%);
    height:100%;
}

.toggled-bar-wrap:hover {
    width: 250px;
}

.toggled-bar li.nav-item {
    width: 250px;
}

.toggled-bar li.nav-item .oi {
    margin-right: 5px;
}

tr.black-listed {
    background-color: #ff00001f !important;
}

.gross-text {
    font-size: 1.15em;
}

.course-list-percept {
    max-width: 4.5em;
    width: 4.5em;
    min-width: 3em;
    text-align: right;
}

.course-list-edit {
    max-width: 5.1em;
    width: 5.1em;
    min-width: 5.1em;
    padding: 0.3rem !important;
}

    .course-list-edit input {
        width: 100%;
        padding-right: 0.3rem;
        padding-left: 0.3rem;
        text-align: right;
        height: 32px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .course-list-edit .input-group-append span.input-group-text {
        padding: 0px !important;
        width:15px;
    }

.report-group {
    cursor: pointer;
}

.balance-icon {
    position: absolute;
}

.balance-icon-title {
    position: absolute;
    margin-left: -20px;
}

img.cur-icon {
    height: 23px;
    width: 23px;
    opacity: 0.3;
}

#CurrenciesListTable .btn {
    line-height: 18px;
}

#CurrenciesListTable .direct-buttons {
    filter: opacity(0.7);
}

.tag-edit-line {
    cursor: pointer;
}

.exchange-info-sum {
    font-size: 1.1em;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.exchange-info-sum-target {
    border: 1px solid #069c08;
}

.report-line:hover {
    background-color: rgba(255, 251, 216, 0.5) !important;
}

.report-invest-table {
    width: fit-content;
    width: -moz-fit-content;
}
table.report-invest-table th, table.report-invest-table td, #RingsTable th, #RingsTable td {
    padding: 0.3rem 0.5rem;
}

.course-direct-type, .clear-manager {
    cursor: pointer;
}