.draggable-row {
    cursor: move;
}

.card-body-params-item {
    white-space: nowrap;
}

.btn-collapse .fa-arrow-down {
    display: none;
}

.btn-collapse .fa-arrow-up {
    display: inline-block;
}

.btn-collapse.collapsed .fa-arrow-down {
    display: inline-block;
}

.btn-collapse.collapsed .fa-arrow-up {
    display: none;
}

.auth-box-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    min-width: 320px;
}

.auth-box {
    margin: 5% auto 0 auto;
    max-width: 400px;
    min-width: 320px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.auth-logo {
    /*filter: drop-shadow(0 0 4px grey);*/
    min-width: 320px;
    max-width: 400px;
    width: 100%;
}

.header-logo {
    width: 80px;
    height: auto;
}

.waves-light {
    color: #313435 !important;
    font-size: 15px;
    font-weight: 500;
}

.waves-light > i {
    color: #313435 !important;
    margin-right: 10px;
}


#sidebarnav > li:nth-child(1) > a > i {
    color: green !important;
}

#sidebarnav > li:nth-child(2) > a > i {
    color: #036992 !important;
}

#sidebarnav > li:nth-child(3) > a > i {
    color: #039275 !important;
}

#sidebarnav > li:nth-child(4) > a > i {
    color: #d72d4c !important;
}

#sidebarnav > li:nth-child(5) > a > i {
    color: #8ed9f3 !important;
}

#sidebarnav > li:nth-child(6) > a > i {
    color: #036992 !important;
}

#sidebarnav > li:nth-child(7) > a > i {
    color: #d2be33 !important;
}

#sidebarnav > li:nth-child(8) > a > i {
    color: #be0808 !important;
}

#sidebarnav > li:nth-child(9) > a > i {
    color: #9004a7 !important;
}

#sidebarnav > li:nth-child(10) > a > i {
    color: #040a98 !important;
}

.card {
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
}

.card-title-small {
    font-size: .875rem;
}

.method-pill {
    background-color: grey;
    padding: 2px 5px;
    border-radius: 7px;
    color: #fff;
}

.method-pill-get {
    background-color: green;
}

.method-pill-post {
    background-color: orangered;
}

.api-docs-table th:nth-child(1) {
    width: 10%;
}

.api-docs-table th:nth-child(2) {
    width: 40%;
}

.api-docs-table th:nth-child(3) {
    width: 40%;
}

.api-docs-table td, .api-docs-table th {
    padding: 10px 0;
}

body {
    background: #f9fafb !important;
    /*background: green!important;*/
}

.page-wrapper {
    background: #f9fafb !important;
}

.card {
    filter: drop-shadow(0 0 1px lightgrey)
}

.breadcrumbs {
    display: flex;
}

.breadcrumb-items {
    display: contents !important;
}

#error-block {
    padding: 25px;
    margin: 25px 0;
}

.charts-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.card-chart {
    min-width: 25%;
    max-width: 100%;
    width: auto;
    margin: 10px;
}

.card.draggable-cards {
    cursor: move;
}

.charts-row {
    width: 100%;
    color: #caca00;
}

.chart-x30 {
    width: calc(30% - 20px) !important;
}

.chart-x33 {
    width: calc(33% - 20px) !important;
}

.chart-x50 {
    width: calc(40% - 20px);
}

.chart-x66 {
    width: calc(66% - 20px);
}

.chart-x100 {
    width: calc(99% - 20px);
}

.loader-container {
    width: 100%;
    height: 350px;
}

.loader-hidden {
    display: none;
}

div.dataTables_wrapper div.dataTables_processing {
    background: #ffb848 !important;
    color: white;
}

td.col-actions {
    white-space: nowrap;
}

.horizontally-scrollable {
    overflow-y: auto;
}
