﻿/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Global Text Styling
    2. Global Element Styling
    3. Login Page
    4. Logout Page
    5. Logged Out Page
    6. Welcome Page
    7. Grants Page
    8. Mud Styling
    9. Manage Client Modal
    10. Email Pages
    11. Set Password
    12. Multi Factor Authentication
    13. Manage User Modal
    
-----------------------------------------------------------------------------------*/

html, body {
    height: 100%;
}

/*----------------------------------------*/
/*  1.  Global Text Styling
/*----------------------------------------*/

.zap-vertical-text {
    font: normal normal bold 14px Sofia Pro;
    writing-mode: vertical-rl;
    transform: scale(-1);
    letter-spacing: 0.15em;
    word-spacing: 2px;
}

* {
    font-family: 'Sofia Pro';
}

.page-title {
    text-align: left;
    font: normal normal bold 70px Sofia Pro !important;
    letter-spacing: 0px;
    color: #0D0D3A;
}

.page-heading {
    text-align: left;
    font: normal normal bold 32px/39px Sofia Pro !important;
    letter-spacing: 0px;
    color: #0D0D3A;
}

.page-subtitle {
    text-align: left;
    font: normal normal bold 18px/39px Sofia Pro !important;
    letter-spacing: 0px;
    color: #0D0D3A;
}

.page-subtitle-small {
    font-size: 90% !important;
}

.dark-blue {
    color: #0F0C3E;
}

.zap-bold-text {
    font-weight: bold;
}

.zap-inline-link {
    color: #1f9c66;
    text-decoration: underline;
    text-decoration-color: #1f9c66;
}

/*----------------------------------------*/
/*  2.  Global Element Styling
/*----------------------------------------*/
.max-width-50 {
    max-width: 50% !important;
}

#data-type-filter-container {
    width: 200px;
    height: 45px;
    margin-bottom: 15px;
    margin-right: 2%;
}

.mud-list > .mud-list-item > .mud-list-item-icon {
    color: #27CC85 !important;
}

.selected-row {
    --mud-palette-text-primary: white;
}

    .selected-row td {
        background-color: #27CC85;
    }

    .selected-row > td > div > button {
        color: white;
    }

        .selected-row > td > div > button:hover {
            color: white;
        }

.data-type-input-col {
    min-width: fit-content;
}

.data-type-value-input {
    height: 57px;
    width: 70%;
    max-width: 150px;
    padding: 5%;
    min-width: 135px;
}

.data-type-value-title {
    /*margin-left: -45%;*/
    margin-left: 11px !important;
    margin-top: 5%;
    font-weight: bold;
}

.mud-select.data-select > div > div > .mud-input-slot {
    color: white !important;
    margin-left: 3%;
    opacity: 100%;
    background-color: #0D0D3A !important;
}

.mud-select.data-select > div > div > div > .mud-icon-root {
    color: white !important;
}

.mud-select.data-select > div {
    background-color: #0D0D3A !important;
}


.mud-select.data-type-filter > div > div > .mud-input-slot {
    background-color: #27CC85 !important;
    color: white !important;
    opacity: 100%;
}

.mud-select.data-type-filter-small > div > div > .mud-input-slot {
    padding: 6px 5px 7px !important;
}

.mud-select.data-type-filter > div > div > div > .mud-icon-root {
    color: #27CC85 !important;
}

.mud-select.data-type-filter > div {
    background-color: #27CC85 !important;
}

.green {
    color: #27CC85;
    background-color: unset !important;
}

.orange {
    color: #D68100;
    background-color: unset !important;
}

.red {
    color: #BD4A58;
    background-color: unset !important;
}

.extra-large-font-size {
    font-size: x-large;
}


.rounded-40 {
    border-radius: 40px;
}


.bg-white {
    background: #FFFFFF;
}
/* Same width as the sidebar + left position in px */
.main {
    margin-left: 140px; /* Same width as the sidebar + left position in px */
    padding: 0px 10px;
}
    

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.main-blazor-grid {
    margin-top: 2%;
}

.check-label-container {
    display: flex;
    align-items: center;
    height: 20px;
    margin: 5% 0 5%;
}

.sep-orange-2 {
    width: 55px;
    height: 1px;
    position: relative;
    display: block;
    left: -10px;
    background-color: #be4b5a;
    margin: 20px auto 30px;
}

    .sep-orange-2:before {
        content: '';
        width: 55px;
        height: 1px;
        position: absolute;
        right: -20px;
        background-color: #be4b5a;
        margin: 5px 0;
    }

.checkbox-styling {
    vertical-align: middle;
    margin-left: 1%;
}
.cursor-pointer {
    cursor: pointer;
}

.link {
    text-decoration: underline !important;
    color: blue !important;
}

.bottom-form-top-margin {
    margin-top: 10%;
}

.bottom-form-top-margin-small {
    margin-top: 5%;
}

.margin-bottom-ten {
    margin-bottom: 10%;
}

.left-margin-10 {
    margin-left: 10px;
}

.right-margin-10 {
    margin-right: 10px;
}

.half-width {
    width: 50%;
}

#serverErrorMessages > .mud-alert-position > .mud-alert-message {
    padding-top: 0 !important;
}

.header-seperator {
    background-color: #000;
    display: block;
    height: 1px;
    left: -10px;
    margin: 15px auto 35px;
    position: relative;
    width: 55px;
}

    .header-seperator:before {
        background-color: #000;
        content: '';
        height: 1px;
        margin: 5px 0;
        position: absolute;
        right: -20px;
        width: 55px;
    }

div.validation-message {
    width: 100%;
    margin-top: .25rem;
    color: #dc3545;
}

.invalidField {
    outline: 2px solid red;
}

body {
    background: #FFFFFF;
}

.body-container {
    margin-top: 30px;
    padding-bottom: 20px;
}

.btn-zap {
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    font: normal normal 18px/28px Sofia Pro;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn-zap:disabled {
        opacity: .65;
        cursor: default;
    }


.btn-zap-primary {
    background-color: #27CC85;
    color: #FFFFFF;
}

    .btn-zap-primary:hover {
        background-color: #1f9c66;
    }

    .btn-zap-primary[disabled], .btn-zap-primary[disabled]:hover, .btn-zap-primary[disabled]:focus, .btn-zap-primary[disabled]:active {
        background-color: #27CC85;
    }

.btn-zap-secondary {
    background: transparent;
    color: #9A9A9A;
}

    .btn-zap-secondary:hover {
        color: #6b6b6b;
    }

.btn-zap:focus {
    outline: none !important;
}

.btn-zap-add {
    background: transparent;
    font: normal normal bold 25px/39px Sofia Pro !important;
    letter-spacing: 0px;
    color: #0D0D3A;
    border-bottom: solid 4px #27CC85;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    padding: 0 !important;
    transition: transform 300ms;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}

    .btn-zap-add:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: #27cc85;
        transition: transform 300ms;
        bottom: 0;
        left: 0;
        transform: translate3d(0, calc(100% - 0px), 0);
        z-index: -1;
    }

    .btn-zap-add:hover:after {
        transform: translate3d(0, 0, 0);
    }

    .btn-zap-add:disabled:after {
        content: '';
        position: absolute;
        /*height: 100%;*/
        width: 100%;
        background: #27cc85;
        /*transition: top 300ms;*/
        bottom: 0;
        left: 0;
        top: 85%;
        z-index: -1;
    }

    .btn-zap-add:disabled:hover:after {
        top: 85%;
    }



.btn-zap-effect {
    background: transparent;
    vertical-align: middle;
    letter-spacing: 0px;
    color: #0D0D3A;
    border-bottom: solid 4px #27CC85;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    padding: 0 !important;
    transition: transform 300ms;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}

    .btn-zap-effect:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: #27cc85;
        transition: transform 300ms;
        bottom: 0;
        left: 0;
        transform: translate3d(0, calc(100% - 0px), 0);
        z-index: -1;
    }

    .btn-zap-effect:hover:after {
        transform: translate3d(0, 0, 0);
    }

    .btn-zap-effect:disabled:after {
        content: '';
        position: absolute;
        /*height: 100%;*/
        width: 100%;
        background: #27cc85;
        /*transition: top 300ms;*/
        bottom: 0;
        left: 0;
        top: 85%;
        z-index: -1;
    }

    .btn-zap-effect:disabled:hover:after {
        top: 85%;
    }


.btn-nav-action {
    background: transparent;
    font: normal normal bold 14px/27px Sofia Pro !important;
    letter-spacing: 0px;
    color: #fdfdff;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    animation: fadeIn 0.5s;
}

    .btn-nav-action:hover {
        text-decoration: none !important;
    }

    .btn-nav-action:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: #27cc85;
        transition: top 300ms;
        bottom: 0;
        left: 0;
        top: 85%;
        z-index: -1;
    }

    .btn-nav-action:hover:after {
        top: 0;
    }

.btn-action {
    margin-left: 5%;
    margin-right: 5%;
    width: 40px;
}

    .btn-action:hover i {
        color: white !important;
    }

.btn-outline-danger {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-outline-primary {
    color: #27CC85 !important;
    border-color: #27CC85 !important;
}

    .btn-outline-primary:hover {
        background-color: #27CC85 !important;
    }

@media (min-width: 0px) {
    .main {
        margin-left: 0px;
        height: calc(100% - 120px);
    }

    .left-margin {
        margin-left: 0px;
    }

    .top-margin-30 {
        margin-top: 15%
    }

    .top-margin-25 {
        margin-top: 12%
    }

    .top-margin-20 {
        margin-top: 10%
    }
}


@media (min-width: 768px) {
    .main {
        margin-left: 90px;
        height: calc(100% - 50px);
    }

    .left-margin {
        margin-left: 140px;
    }

    .top-margin-30 {
        margin-top: 30%
    }

    .top-margin-25 {
        margin-top: 25%
    }

    .top-margin-20 {
        margin-top: 20%
    }
}


/*----------------------------------------*/

/*  3.  Login Page
/*----------------------------------------*/


.sso-icon {
    width: 30px;
    height: 30px;
    background-size: contain;
}

.sso-icon-smartslip {
    background-image: url('/img/sso-icons/smartslip.png');
    
}
.sso-icon-google {
    background-image: url('/img/sso-icons/google.svg');
}
.sso-icon-linkedin {
    background-image: url('/img/sso-icons/linkedin.svg');
}
.sso-icon-microsoft {
    background-image: url('/img/sso-icons/microsoft.svg');
}

.login-main {
    height: 100% !important;
}

.login-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: var(--login-image), linear-gradient(rgba(14,11,61,0.7),rgba(14,11,61,0.7));
    background-blend-mode: darken;
}

.login-panel-bg {
    background-image: var(--login-panel-image);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}



.login-page > .row {
    padding-top: 2%;
}

.login-button {
    width: 100%;
}

.login-container-smartslip-small {
    display: none;
}

.sso-login {
    display: flex;
    flex-direction: column;
}

.card-leaf {
    border-radius: 40px 0px;
    border: none;
}

.login-field-border {
    border: 2px solid #707070
}

.login-card-bg {
    background-color: #F5F5F5;
}


    .green-hover:hover {
    background-color: #27CC85 !important;
    transition: background-color ease-in-out 0.4s;
}
.purple-btn {
    background: #602EEE 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border: 0;
    opacity: 100%;
}

    .purple-btn:hover {
        opacity: 85%;
        color: #FFFFFF;
        border: 0;
    }


.danger {
    color: #BE4B59 !important;
}

@media (min-width: 0px) {
    /*.login-container { text-align: center; }*/

    .login-container-inner {
        margin: 0px;
    }
}

@media (max-width: 767px) {

    .login-main {
        height: unset !important;
    }


    .login-bg {
        background: #F5F5F5;
    }

    .login-container-smartslip-large {
        display: none;
    }

    .login-container-smartslip-small {
        display: block;
    }

    .login-container-inner {
        margin: auto;
    }

    .login-descriptor {
        display: none;
    }

    .navbar-sm {
        background-color: #0d0d3a;
        min-height: 50px;
        margin-right: 0;
        margin-left: 0px;
        /*border-bottom: 1px solid #fff;*/
        padding-top: 2px !important;
    }

    .zap-sm-hide {
        display: none !important;
    }

    .zap-sm-show {
        display: block !important;
    }
}


@media (min-width: 992px) {
    /*.login-container { text-align: left; }*/

    .login-container-inner {
        margin: 0px;
        margin-right: auto;
    }
}


/*----------------------------------------*/

/*  4.  Logout Page
/*----------------------------------------*/

.logout-page > .row {
    padding-top: 2%;
}

.logout-button {
    width: 136px;
}

/*----------------------------------------*/

/*  5.  Logged Out Page
/*----------------------------------------*/

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

/*----------------------------------------*/

/*  6.  Welcome Page
/*----------------------------------------*/

.welcome-page li {
    list-style: none;
    padding: 4px;
}

/*----------------------------------------*/

/*  7.  Grants Page
/*----------------------------------------*/

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }

/*----------------------------------------*/

/*  8.  Mud Styling
/*----------------------------------------*/

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    z-index: 1 !important;
}

/*.mud-table-pagination-information {
    margin-top: 15px !important;
}*/

.mud-table-body > .mud-table-row > td:last-child,
.mud-table-head > .mud-table-row > th:last-child {
    text-align: center;
}

.center-penultimate-col > .mud-table-container > .mud-table-root > .mud-table-head > .mud-table-row > th:nth-last-child(2),
.center-penultimate-col > .mud-table-container > .mud-table-root > .mud-table-body > .mud-table-row > td:nth-last-child(2) {
    text-align: center;
}

.mud-table {
    border-radius: 0 !important;
    border: #F1F1F1 1px solid;
}

/*----------------------------------------*/

/*  8.  Modal Styling
/*----------------------------------------*/

.modal {
    line-height: 1.5 !important;
    padding-top: 5%;
}

.modal-content {
    border: 0 !important;
    border-radius: 0 !important;
}

.modal-drop-shadow {
    box-shadow: 0px 3px 6px #000000A8;
}

.modal-header {
    display: block !important;
    text-align: center;
    border-bottom: 0 !important;
}

.modal-dialog {
    max-width: 1000px !important;
}

.modal-body {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
    padding-bottom: 2rem !important;
    padding-top: 1rem !important;
}

.modal-body-wide {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    padding-bottom: 2rem !important;
    padding-top: 1rem !important;
}

.model-btn-submit {
    width: 100%;
}

.model-close-col {
    text-align: center;
    padding-top: 3%;
}

/*----------------------------------------*/

/*  9.  Manage Client Modal
/*----------------------------------------*/

.time-till-delete {
    margin-bottom: 10%;
}

/*----------------------------------------*/

/*  10.  Email Pages
/*----------------------------------------*/

.email-page-title {
    color: #0D0D3A;
    font-size: 70px;
    font-weight: bold;
}

.email-page-subtitle {
    color: #0D0D3A;
    font-size: 36px;
    font-weight: bold;
}

.email-page-title-column {
    padding-top: 30%;
    padding-right: 10%;
}

.email-page-grid {
    display: grid;
    grid-template-columns: 47.5% 5% 47.5%;
    padding: 10px;
}

.email-page-vertical-logo {
    position: absolute;
    bottom: 15%;
}

.email-page-vertical-text-column {
    justify-self: center;
}

.email-page-normal-text {
    color: #0D0D3A;
    font-size: 19px;
    font-weight: bold;
}

.email-page-right-column-content {
    padding-top: 70%;
    padding-left: 10%;
}

.email-page-try-again-button {
    margin-right: 7%;
    width: 136px;
    font-size: 18px;
}

    .email-page-try-again-button:hover {
        text-decoration: none;
        color: white;
    }


/*----------------------------------------*/

/*  11. Set Password
/*----------------------------------------*/

.zap-subheading {
    background: transparent;
    font: normal normal 25px/39px Sofia Pro !important;
    letter-spacing: 0px;
    color: #0D0D3A;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    padding: 0 !important;
    transition: transform 300ms;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}

.zap-bold-text {
    font-weight: bold;
}

.textbox-bottom-border {
    border-width: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%
}

    .textbox-bottom-border:focus {
        outline: none;
        border-bottom-color: #27cc85;
    }

.signup-text {
    margin-top: 20px;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
}

.submit-button {
    background: #27CC85;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

.submit-button-container {
    text-align: right;
    margin-right: 20%;
}

/*----------------------------------------*/

/*  12. Multi Factor Authentication
/*----------------------------------------*/

#qrCode {
    padding-bottom: 16px;
}

    #qrCode > img {
        margin: auto;
        border: 10px white solid;
        outline: 5px solid #0d0d3a;
        outline-offset: -5px;
        border-radius: 5px;
    }

/*----------------------------------------*/

/*  12. Manage User Modal
/*----------------------------------------*/

.role-card-outer {
    margin: 5px 0px;
}

.role-card-inner {
    font: normal normal bold 14px/22px Sofia Pro;
    color: #565656;
    min-height: 30px;
    padding-top: 3px;
    min-width: 70px;
}

    .role-card-inner:hover {
        cursor: pointer;
    }

.role-card-inner-selected {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.role-x-icon {
    font-size: 1.2rem !important;
    font-weight: bolder !important;
    margin-top: 4px;
}

.selected-role-col {
    padding-right: 15px;
    padding-left: 15px;
}

.role-card-text {
    margin-top: 3px;
}

.role-card-non-editable {
    opacity: 0.75;
}

    .role-card-non-editable:hover {
        cursor: default;
    }