﻿
.label {
    font-weight: var(--sdRegular);
    font-size: var(--sdBodyS);
    line-height: var(--sdXxxs);
    color: var(--sdNeutral60);
}

.textbox {
    color: #424242;
    background-color: var(--sdNeutral0);
    border: 2px solid var(--sdNeutral10);
    border-radius: 4px;
    font-weight: var(--sdRegular);
    font-size: var(--sdBodyS);
    line-height: var(--sdXxxs);
    padding: 12px 16px;
}

.textbox:focus-visible {
    outline: #a5a5a5 auto 1px !important;
}

.margin-top-32 {
    margin-top: 32px;
}

.entrarBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    height: 40px;
    color: var(--sdNeutral0);
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 4px;
    font-weight: var(--sdBold);
    font-size: var(--sdBody);
    line-height: var(--sdXxs);
}
    .entrarBtn:hover {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 24px;
        gap: 8px;
        height: 40px;
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        border-radius: 4px;
        font-weight: var(--sdBold);
        font-size: var(--sdBody);
        line-height: var(--sdXxs);
    }

    .entrarBtn:focus {
        box-shadow: 0 0 0 0.25rem rgba(213, 25, 35, 0.5);
    }

.logoLogin {
    font-size: xx-large;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 90%;
}
/*-------------------------------------------*/

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: var(--sdNeutral0);
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--sdNeutral0);
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.body{
    min-height: 550px !important;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: var(--sdBody);
    }
}

.logWindow {
    width: 392px;
    background: var(--sdNeutral0);
    box-shadow: 0px 4px 10px rgba(113, 113, 113, 0.25) !important;
    border-radius: 16px !important;
}



.k-filter-row th {
    padding: 5px 13px !important;
}

.k-master-row td {
    padding: 2px 13px !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: var(--sdBody);
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #fafafa;
    /*font-family: 'Open Sans', sans-serif !important;*/
}

form i {
    cursor: pointer;
}

/*-----------------------GRID-----------------------*/

/*.k-grid-content {
    min-height: 60vh !important;
}*/

/*.k-loading-image {
    background-image: none !important;
    display: inline-block;
    top: unset !important;
    left: unset !important;
    width: 2rem !important;
    height: 2rem !important;
    border: 0.25em solid black;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.k-loading-mask {
    display: flex;
    justify-content: center;
    align-items: center;
}*/



/*.k-link {
    font-weight: bold !important;
}*/
.customHeader {
    padding: 8px 20%;
    background-color: var(--sdNeutral0) !important;
    border: solid var(--sdNeutral10);
    border-width: 2px 0 2px 0px !important;
    font-weight: var(--sdBold);
    font-size: 12.5px;
    line-height: var(--sdXxxs);
    /* neutral-colors/60 */

    color: var(--sdNeutral60);
    font-weight: bold !important;
}

.customGroupHeader {
    padding: 8px 20%;
    background-color: var(--sdNeutral0) !important;
    border: solid var(--sdNeutral10);
    border-width: 2px 2px 2px 2px !important;
    font-weight: var(--sdBold);
    font-size: 12.5px;
    line-height: var(--sdXxxs);
    /* neutral-colors/60 */
    color: var(--sdNeutral60);
    font-weight: bold !important;
}

    .customGroupHeader .k-link:has(.k-column-title) {
        justify-content: center !important;
    }




.form-control:invalid, .form-check-input:required {
    border: 1px solid red;
}

.k-form-error {
    padding-left: 0 !important;
}

/*.k-grid tr:hover {
    background-color: #ededed !important;
}*/

.k-grid tbody td {
    border-top: 1px solid #f4f4f4 !important;
}

.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap ;
}

.k-multicheck-wrap {
    max-height: 240px !important;
}

.k-multiselect-wrap {
    max-height: 40px;
    overflow-y: scroll;
}

/*------------------ Fix Kendo*/

/* ------ Notification*/

.k-notification {
    border: 0;
    z-index: 999;
}

.k-notification-tudook {
    background-color: var(--sdSemanticSucess) !important;
    color: var(--sdNeutral100);
}

    .k-notification-tudook.k-group {
        background-color: var(--sdSemanticSucess) !important;
        color: var(--sdNeutral100);
    }

.tudook-notification {
    background-color: var(--sdSemanticSucess) !important;
    width: 390px;
    height: auto;
    color: var(--sdNeutral100);
}

    .tudook-notification h3 {
        var(--sdBody);
    }

.k-notification-error.k-group {
    background: var(--sdSemanticError);
    color: var(--sdNeutral100);
}

.k-widget.k-notification.k-notification-error {
    background: var(--sdSemanticError);
}

.error-notification {
    width: 390px;
    height: auto;
    color: var(--sdNeutral100);
}

    .error-notification h3 {
        var(--sdBody);
    }

.k-notification-warning.k-group {
    background: var(--sdSemanticWarning);
    color: var(--sdNeutral100);
}

.k-widget.k-notification.k-notification-warning {
    background: var(--sdSemanticWarning);
}

.warning-notification {
    width: 390px;
    height: auto;
    color: var(--sdNeutral100);
}

    .warning-notification h3 {
        var(--sdBody);
    }

    .warning-notification img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

.k-notification-sessionExpired.k-group {
    background: rgba(100%,50%,0%,.9);
    border: 1px solid rgba(100%,50%,0%,1);
    color: #fff;
}

/*.session-expired {
    width: 180px;
    height: 100px;
}
*/
.options-notification {
    width: 180px;
    height: 100px;
}

.k-notification-optionsTemplate.k-group {
    background: rgba(48,81,81,.9);
    border: 1px solid rgba(48,81,81,1);
    color: var(--sdNeutral0);
}

/* --------------- grid classes */



#togglePassword {
    color: var(--sdBrandMcPrimary500);
}

#toggleUser {
    color: var(--sdBrandMcPrimary500);
}
