﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* HELPERS */
.margin-bottom-S {
    margin-bottom: 5px;
}
.margin-bottom-M {
    margin-bottom: 10px;
}
.margin-bottom-L {
    margin-bottom: 20px;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.loading-screen {
    background-color: #272727 !important;
    width: 100%;
    height: 100%;
}


/* TOP-ROW */
.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.top-row p {
    margin: 0;
    color: #CF5208;
}
.main {
    flex: 1;
    overflow: auto;
}
.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}
.main .top-row > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    color: #CF5208;
}
.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-btn {
    font: bold 11px Arial;
    text-decoration: none !important;
    padding: 6px 12px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background-color: white;
}
.link-btn:hover {
    background-color: #f7f7f7;
}
.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}


/* SIDEBAR */
.sidebar {
    background-image: linear-gradient(142deg, #272727 33%, #CF5208 100%);
}
.sidebar .top-row {
    background-color: rgba(0,0,0,0.4);
}
.sidebar .navbar-brand {
    font-size: 1.1rem;
    display: flex;
}
.sidebar .navbar-brand h3 {
    font-family: 'bankgothicregular';
    margin-left: 15px;
    margin-top: 3px;
}
.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.sidebar .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
.sidebar .nav-item:first-of-type {
    padding-top: 1rem;
}
.sidebar .nav-item:last-of-type {
    padding-bottom: 1rem;
}
.sidebar .nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}
.sidebar .nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}
.sidebar .nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


/* BUTTONS */
.btn-primary {
    color: #fff;
    background-color: #CF5208 !important;
    box-shadow: none !important;
    padding: 0 20px;
}
    .btn-primary:hover {
        background-color: #f8803a !important;
    }
.btn-danger {
    background-color: #bb1b1b !important;
    box-shadow: none !important;
}
    .btn-danger:hover {
        background-color: #f72222 !important;
    }

/* TABS */
.ui-tabview-nav .ui-tabview-selected {
    border-top-color: #CF5208;
}
.ui-state-active a[role='tab'] {
    color: #666666;
}
.ui-tabview-nav li:hover:not(.ui-tabview-selected):not(.ui-state-disabled) {
    background-color: #ffffff;
    border-top-color: #f8803a;
}
.ui-tabview-nav li:hover:not(.ui-tabview-selected):not(.ui-state-disabled) a {
    color: #f8803a;
}

/* TABLE */
.ui-datatable-data td {
    padding: 5px 10px !important;
}
.ui-datatable-thead th {
    padding: 0 !important;
}
.ui-cell-filter {
    padding: 0 0.5rem !important;
}
::-webkit-scrollbar-thumb {
    background: #CF5208;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 8px;
}
.ui-paginator-last, .ui-paginator-next {
    background-color: #CF5208;
}
.ui-sortable-column .fa-sort-desc {
    color: #CF5208;
}
.ui-sortable-column .fa-sort {
    color: #CF5208;
}

/* FORMS */
form .row {
    margin-bottom: 10px;
}
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}
.info-text {
    margin: 10px;
    font-style: italic;
    font-size: 12px;
}
.content {
    padding-top: 1.1rem;
}
.invalid {
    outline: 1px solid red;
}
.validation-message {
    color: red;
}
.ui-fieldset {
    border-radius: 10px;
}
.ui-chkbox-box.ui-state-active {
    background-color: #CF5208;
}
.ui-chkbox-box.ui-state-active:hover {
    background-color: #f8803a;
}
.valid.modified:not([type=checkbox]) {
    outline: none;
    box-shadow: 0 0 4pt 0pt #CF5208;
    border-color: #CF5208;
}
.textbox:focus, .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #CF5208;
    outline: 0;
    box-shadow: none;
}


.orange-text-box {
    padding: 2px 12px;
    background-color: #CF5208;
    color: white;
    margin-right: 6px;
    border-radius: 6px;
}

/* SPINNER */
.spinner {
    border: 8px solid silver;
    border-top: 8px solid #CF5208;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}



@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 230px;
        height: 100vh;
        min-width: 230px;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
