﻿

.bg-success-toast {
    background-color: #D1E7DD !important;
    color: #0F7A6E !important;
}

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Source Sans Pro', Arial, Sans-Serif !important;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.mud-tab {
    text-transform: none !important;
}

a {
    cursor: pointer !important;
}

.btn-poet {
    padding: 6px 18px !important;
    background-color: #79AA80 !important;
    border: 0px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    text-align: center !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
    border-radius: 0.75rem !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.poet-bg-img {
    min-height: 900px;
    height: 100vh;
}

@media (min-width: 1450px) {
    .poet-bg-img {
        background-image: url('https://mypoet.com/assets/220505_POET Business Portal-background image-03-web-resize.jpg');
        background-repeat: no-repeat;
        background-attachment: unset;
        background-position: right;
        background-size: cover;
    }
}

.bg-success {
    background-color: #79AA80 !important;
    color: white !important;
}

.bg-info {
    background-color: #CFE2FF !important;
}

.text-closed {
    font-weight: 700;
    color: green;
}

.text-open {
    font-weight: 600;
    color: #278EE3;
}

.appbar {
    width: 100vw !important;
    background: linear-gradient(130deg, rgba(7,54,83,1) 0%, rgba(72,140,119,1) 66%, rgba(186,208,159,1) 100%);
}

.appbar-rev {
    background: linear-gradient(130deg, rgba(186,208,159,1) 0%, rgba(72,140,119,1) 66%, rgba(7,54,83,1) 100%);
    font-family: 'Source Sans Pro', Arial, Sans-Serif;
    font-size: 15pt;
    font-weight: 700;
    color: white;
    padding: 25px 25px;
}

#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show {
        display: block;
    }

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
}

.splash-white-background {
    max-width: 300px;
}

.splash-text-login {
    padding: 25px 25px;
    font-size: 12pt;
    color: #1B3A59;
    font-weight: 600;
}


.splash-text-contact {
    padding: 10px 25px 25px 25px;
    font-size: 12pt;
    color: #1B3A59;
    font-weight: 700;
}

.bg-content {
    /*background-color: rgba(245,245,245,.9);    */
}

.bg-panel {
    background-color: rgba(253,253,254) !important;
}

.breadcrumb {
    font-size: medium;
}


.mcard {
    max-width: 800px;
    min-width: 320px;
}

.mud-tab {
    padding: 6px 40px !important;
}

.mud-scroll-to-top {
    color: #CEE0B3 !important;
}

.k-form-field {
    margin: 6px;
}

.icon {
    opacity: .3;
}

    .icon:hover {
        opacity: 1;
        cursor: pointer;
        color: #2C9BF4;
    }


.WIT:hover {
    cursor: pointer;
    border-style: solid;
    border-color: cornflowerblue;
    border-width: 2px;
}

a, .btn-link {
    color: #3189C4 !important;
}

.breadcrumb-item {
    color: #3189C4 !important;
}

.active {
    color: #787878 !important;
    font-weight: 500;
}

.bg-sort {
    font-weight: 800;
    background-color: lightyellow;
}

.text-primary {
    color: #3189C4 !important;
}

.btn-primary {
    color: #fff;
    background-color: #79AA80 !important;
    border-color: #79AA80 !important;
}

.top-row {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    display: flex;
    flex-direction: column;
}

    .main .top-row {
        background-color: #f8f9fa;
        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;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.content {
    padding-top: 1.1rem;
    flex: auto;
    overflow-y: auto;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.custom-row-colors-no-hover .k-grid-table .k-master-row {
    background-color: white;
}

    .custom-row-colors-no-hover .k-grid-table .k-master-row.k-alt {
        background-color: #F5F7F2;
    }

.custom-row-colors .k-grid-table .k-master-row {
    background-color: white;
    height: 20px !important;
}

    .custom-row-colors .k-grid-table .k-master-row:hover {
        background-color: #80B6DA;
        cursor: pointer;
    }

    .custom-row-colors .k-grid-table .k-master-row.k-alt {
        background-color: #F5F7F2;
    }

        .custom-row-colors .k-grid-table .k-master-row.k-alt:hover {
            background-color: #80B6DA;
            cursor: pointer;
        }

.mud-button {
    text-transform: none !important;
}

.mud-input-underline,
.mud-input-filled,
.mud-input-root {
    background-color: #ecf2f9 !important;
    padding-bottom: 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.mud-menu > .mud-button {
    color: #cbcbcb;
}

.mud-button-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    font-size: 14px;
}
