﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.k-button {
    border: none;
}



.k-pager-input .k-numerictextbox {
    margin: 0 0.5rem;
    width: 4em !important;
}


.k-pager-sizes .k-dropdown, .k-pager-sizes .k-dropdowntree,
.k-pager-sizes > select {
    margin-right: 1ex;
    width: 5.5em !important;
}

.pre-button {
    margin-right: 0.5rem;
}

.no-border-button {
    border: none;
    border-width: 0px !important;
    background-color: transparent !important;
}

    .no-border-button:hover {
        background-color: lightgray !important;
    }

    .no-border-button.right {
        float: right;
    }

    .no-border-button.blue {
        color: #091e38;
    }

    .no-border-button.fill {
        width: 100%;
        height: 100%;
    }

        .no-border-button.fill.primary {
            background-color: #007bff !important;
            color: white;
        }

            .no-border-button.fill.primary:hover {
                border-color: #0062cc;
                color: #ffffff;
                background-color: #0069d9;
            }

app {
    position: relative;
    display: flex;
    flex-direction: column;
}


.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.footer {
    height: 3.5rem;
    display: flex;
    align-items: center;
}


.wizard {
    flex: 1;
}

    .wizard .footer {
        justify-content: flex-end;
    }

        .wizard .footer > button {
            margin-left: 1.5rem;
        }

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row div:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            margin-right: auto;
        }


.nav-pills .nav-link.active, .nav-pills .nav-link.active > a:hover, .nav-pills > .nav-link.active > a:focus {
    color: #d7d7d7;
    background-color: #091e38;
    /*    background-color: #0B162A;*/
}

.sup-form-label p {
    margin-bottom: 0px;
}
.sup-lang-holder {
    margin: auto;
}

.k-grid tbody tr:hover,
.k-grid tbody tr.k-state-hover {
    background-color: lightgray;
}

.logoImage {
    content: url("/Logo-Color White.png");
}

.smallsidebar {
    background-color: #091e38;
}

    .smallsidebar .top-row {
    }

    .smallsidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .smallsidebar .oi {
        width: 1rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .smallsidebar .fa {
        width: 1rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .smallsidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .smallsidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .smallsidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .smallsidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .smallsidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .smallsidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

        .smallsidebar .nav-item div {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            font-weight: lighter;
            align-items: center;
            line-height: 3rem;
        }

    .smallsidebar > div ul li a label {
        display: none;
    }

    .smallsidebar > div ul li span img {
        display: none;
    }

    .smallsidebar > div span img.logoImage {
        content: url("/logo-light blue-pic-only-210.png");
    }

.sidebar {
    background-color: #091e38;
    /*    background-color: #0B162A;*/
}

    .sidebar .top-row {
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .fa {
        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;
            }

        .sidebar .nav-item div {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            font-weight: lighter;
            align-items: center;
            line-height: 3rem;
        }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.initialsButton {
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #0297e6;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

.frame-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-color: blue;
    overflow: hidden;
}

.video-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-color: blue;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}


.frame-src {
    flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0;
}

.login-image-holder {
    position: relative;
    bottom: -500px;
    width:100%;
    max-width: 1000px;
    margin:auto;
}

.notification {
    position: relative;
}

    .notification .badge {
        position: absolute;
        top: -5px;
        right: -30px;
        padding: 5px 10px;
        border-radius: 50%;
        background-color: #4e80be;
        color: white;
    }

#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;
    }

@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: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .smallsidebar {
        width: 5rem;
        height: 100vh;
        position: sticky;
        top: 0
    }

    .main .top-row {
        position: sticky;
        top: 0;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .main .content {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .main .frame-container {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .main > div {
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .smallsidebar .collapse {
        display: block;
    }
}

.flex-command-button-center {
    place-self: center;
}

.k-button.hide-button, .hide-button{
    display:none !important;
    pointer-events: none !important;
}
p.hide-sentence {
    display:none;
}

.warning-message {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.unsaved-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }

button.btn-danger {
  color: #dc3545;
}
button.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }
  
  button.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  }

.k-list-filter {
    padding:5px !important;
  }


  .fund-processing input {
    pointer-events: none !important;
    visibility: hidden !important;
  }
 .fund-processing {
    background-color: #44ebca;
    color:black;
 }

 .chip {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem;
    border-radius: 20px;
    background-color: #e0dff4;
    margin: 0.25rem;
    font-size: 12px;
    transition: all 0.4s ease;
}
.chip:hover {
    background-color: #bfc5f2 !important;
}

.chip-icon {
    margin-right: 0.5rem;
}

.chip-text {
    margin-right: 0.5rem;
}

.chip-remove {
    cursor: pointer;
    margin-left: 0.5rem;
}

.chip-remove:hover {
    color: red;
}
.rule-area {
    margin: auto;
}
.rule-holder {
  display: flex;
  padding: 15px;
  border-top: 2px solid gray;
  width: 98%;
  justify-content: space-between;
  margin: auto;
}
