#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;
    }


#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show {
        display: block;
    }

.components-reconnect-show{

}
.components-reconnect-hide {

}
.components-reconnect-failed {

}
.components-reconnect-rejected {

}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: white;
}

.btn-primary {
    color: #4e226c;
    background-color: white;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 2.5rem;
    display: flex;
    align-items: center;
}


.mybrand {
    background-color: #4e226c;
    color: whitesmoke;
    font-size: 20px;
    font-weight: bolder;
    max-height: 80px;
    height: 35px;
    max-width: 220px;
    padding-left: 15px;
    margin-top: 0px;
    padding-top: 0px;
    margin-right: 20px;
}

.mybrand2 {
    width: 100%;
    min-height: 30px;
    max-height: 30px;
    font-size: 25px;
    font-weight: bolder;
    background-color: #4e226c;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    margin-right: 30px;
    color: whitesmoke;
}

.mymenuicon {
    height: 35px;
    width: 35px;
    max-height: 35px;
    margin-top: 0px;
    padding: 0px;
}

.mymenuiconb {
    height: 30px;
    width: 30px;
    padding: 0px;
    margin: 0px;
    height: 30px;
    width: 30px;
    max-height: 30px;
    max-width: 30px;
    font-size: 12px;
}



.mysidebc2 {
    background-image: linear-gradient(180deg, whitesmoke 100%, whitesmoke 100%);
    color: #4e226c;
    max-width: 250px;
    border-style: solid;
    border-width: 1px;
    margin-left: 1px;
    padding-right: 2px;
}

.mysidebc3 {
    background-image: linear-gradient(180deg, whitesmoke 100%, whitesmoke, red 100%);
    color: #4e226c;
}


.mysidebar {
    background-image: linear-gradient(180deg, whitesmoke 100%, whitesmoke 100%);
    width: 100%;
    max-width: 235px;
}

    .mysidebar .top-row {
        background-color: whitesmoke;
    }

    .mysidebar .navbar-brand {
        font-size: 1.1rem;
        color: #4e226c;
    }

        .mysidebar .navbar-brand a:hover {
            background-color: whitesmoke;
            color: #4e226c;
        }

    .mysidebar .fa {
        font-size: 1.1rem;
        vertical-align: text-top;
        justify-content: flex-end;
    }

    .mysidebar .nav-item {
        width: auto;
        color: #4e226c;
        border-radius: 1px;
        height: auto;
        display: block;
        align-items: center;
        min-width: 100px;
        line-height: 1px;
        font-size: 12px;
    }

    .mysidebar .nav-link {
        width: auto;
        color: #4e226c;
        border-radius: 1px;
        height: 35px;
        display: block;
        align-items: center;
        min-width: 100px;
        line-height: 1px;
        font-size: 12px;
        margin-left: 3px;
        padding-left: 5px;
    }


    .mysidebar .nav-item:first-of-type {
        padding-top: 0px;
    }

    .mysidebar .nav-item:last-of-type {
        padding-top: 0px;
    }

    .mysidebar .nav-item a {
        color: #4e226c;
        align-items: center;
        padding-top: 10px;
    }


        .mysidebar .nav-item a.active {
            background-color: #d6d9dc;
            color: blue;
            font-style: oblique;
        }

        .mysidebar .nav-item a:hover {
            background-color: #4e226c;
            color: white;
        }

        .mysidebar .nav-item a:focus {
            background-color: gray;
            color: white;
        }

            .mysidebar .nav-item a:focus ::after {
                background-color: #d6d9dc;
                color: black;
            }



    .mysidebar .nav-link a {
        color: black;
        padding-top: 5px;
    }

        .mysidebar .nav-link a.active {
            background-color: #d6d9dc;
            color: blue;
            font-style: oblique;
        }

        .mysidebar .nav-link a:hover {
            background-color: gray;
            color: white;
        }

.content {
    padding-top: 1.1rem;
    background-color: white;
    color: cadetblue;
}



.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;
    }

.spinner {
    border: 16px solid silver;
    border-top: 16px solid red;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}


.btn-outline-primary {
    background-color: whitesmoke;
    border-color: #4e226c;
    color: red;
    padding: 3px;
    margin-top: 0px;
    margin-left: 2px;
    max-height: 25px;
    font-size: 12px;
    border-width: 1px;
}


.mybtedit {
    background-color: mediumpurple;
    border-color: mediumpurple;
    padding: 2px;
    margin: 2px;
    width: 80px;
}

.mybtdelete {
    background-color: mediumpurple;
    border-color: mediumpurple;
    padding: 2px;
    margin: 2px;
    width: 80px;
}

.mybtsave btn btn-primary {
    background-color: mediumpurple;
    border-color: mediumpurple;
    padding: 2px;
    margin: 2px;
    width: 80px;
    height: 25px;
    align-content: end
}

.mybtcancel {
    background-color: mediumpurple;
    border-color: mediumpurple;
    padding: 2px;
    margin: 2px;
    width: 80px;
    height: 25px;
}


.mybterro {
    background-color: mediumpurple;
    border-color: mediumpurple;
    padding: 2px;
    margin: 2px;
    width: 80px;
}

.mybterrofocus :focus :hover :active {
    background-color: red;
    border-color: red;
    padding: 2px;
    margin: 2px;
    width: 80px;
    color: white;
}

.myform {
    background-color: white;
}

.mygrid {
    font-size: 12px;
    font-style: normal;
    text-align: left;
    overflow-y: auto;
}


.myhdrcellr .mygrid table thead {
    min-height: 25px;
    height: 25px;
    max-height: 25px;
    color: #4e226c;
    font-style: normal;
    direction: ltr;
}

.myhdrcellc {
}


.mygrid table {
    min-height: 25px;
    height: 25px;
    max-height: 25px;
}

.mygrid th {
    min-height: 25px;
    height: 25px;
    max-height: 25px;
    background-color: whitesmoke;
    color: #4e226c;
    font-style: normal;
}

    .mygrid th:hover {
        background-color: whitesmoke;
        color: #4e226c;
    }

.mygrid tr {
    min-height: 25px;
    height: 25px;
    max-height: 25px;
}

.mygrid table thead {
    min-height: 25px;
    height: 25px;
    max-height: 25px;
    color: #4e226c;
    font-style: normal;
    direction: rtl;
}

.mygrid table tbody {
    min-height: 25px;
    height: 25px;
    max-height: 25px;
}


.mytitle {
    width: 100%;
    min-height: 40px;
    font-family: Calibri;
    font-size: larger;
    padding-left: 0px;
    margin-top: 20px;
    padding-top: 20px;
    color: whitesmoke;
}


.navbar-nav {
    width: 100%;
    min-height: 40px;
    font-family: Calibri;
    font-size: larger;
    background-color: #4e226c;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    color: whitesmoke;
}



.mytitlemodal {
    width: 100%;
    min-height: 40px;
    font-family: Calibri;
    font-size: large;
    background-color: #4e226c;
    padding-left: 10px;
    margin-top: 0px;
    padding-top: 8px;
    color: whitesmoke;
}

.myhdrmodal {
    width: 100%;
    min-height: 40px;
    font-family: Calibri;
    font-size: larger;
    background-color: #4e226c;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 8px;
    color: whitesmoke;
}

.myhdrlogin {
    width: 100%;
    min-height: 40px;
    font-family: Calibri;
    font-size: larger;
    background-color: #4e226c;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    color: whitesmoke;
}

.myloginform {
    background-image: linear-gradient(180deg, whitesmoke 80%, whitesmoke 20%);
}

.mybtlogin {
    background-image: linear-gradient(180deg, #5e58eb 95%, #4e226c 5%);
    min-width:33%;
    color: white;
    margin: 0px;
    border: none;
    cursor: pointer;
}
.mybtlogin100 {
    background-image: linear-gradient(180deg, #5e58eb 95%, #4e226c 5%);
    min-width: 100%;
    color: white;
    margin: 0px;
    border: none;
    cursor: pointer;
}

mybtlogin:hover {
    opacity: 0.8;
}

.mylogmsg {
    margin-top:20px;
    background-color:whitesmoke;
    text-align:center;
    min-width:100%;
    color: red;
}

.myloginbody {
    background-image: linear-gradient(180deg, #4e226c 95%, #4e226c 5%);
    min-height: 300px;
    margin: 0px;
}

.myloginlabel {
    font-size: 12px;
    padding-top: 5px;
    height: 25px;
    max-height: 25px;
    width: 100%;
    float: left;
    text-align: start;
    color: white;
}

.mylogintext {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3px;
    height: 25px;
    max-height: 25px;
    margin-left: 5px;
}

.myloginfooter {
    background-image: linear-gradient(180deg, #4e226c 5%, #4e226c 95%);
    color: #4e226c;
    margin-left: 0px;
    background-color: #4e226c;
    margin-bottom: 0px;
    margin-top: 0px;
}

.myloginpsw {
    font-size: 10px;
    color: white;
    float: right;
    cursor: pointer;
}

.btn-primary {
    padding-left: 15px;
    border: 1px solid #4e226c;
    padding-top: 5px;
    font-size: 12px;
    height: 30px;
    color: #4e226c;
    float: left;
    margin-top: 10px;
}

.mylogintitle {
    width: 100%;
    min-height: 40px;
    font-family: Calibri;
    font-size: larger;
    background-color: #4e226c;
    padding-left: 10px;
    margin-top: 0px;
    padding-top: 8px;
    color: whitesmoke;
}

.mytitle .navbar-brand {
    width: 100%;
    min-height: 40px;
    font-family: Calibri;
    font-size: larger;
    background-color: inherit;
    padding-left: 0px;
    margin-top: 5px;
    padding-top: 10px;
}

.myErrorMesage {
    color: red;
    font-size: 12px;
    background-color: whitesmoke;
    padding-top: 5PX;
}

.myComboBox {
    color: red;
    width: 400px;
    min-width: 400px;
}



.sftollbar {
    border-style: none;
    border-color: lightgrey;
    border-width: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 0px;
}


.sfframe {
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
}



.mycheckdefboxcontainer {
    display: block;
    position: relative;
    padding-left: 2px;
    margin-bottom: 12px;
    padding-top: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: start;
}



.mycheckboxcontainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: start;
}

    /* Hide the browser's default checkbox */
    .mycheckboxcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

/* Create a custom checkbox */
.mycheckboxcheckmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border: solid;
    border-width: 1px;
}

/* On mouse-over, add a grey background color */
.mycheckboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.mycheckboxcontainer input:checked ~ .checkmark {
    background-color: red;
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.mycheckboxcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mycheckboxcontainer input:checked ~ .mycheckboxcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.mycheckboxcontainer .mycheckboxcheckmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid blue;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.mycheckbox {
    margin-top: 4px;
}

.myframeext1 {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    border: none;
    border-width: 1px;
    border-color: aliceblue;
    min-height: 400px;
}


.myframeext2 {
    margin: 0px;
    border: none;
    border-color: gray;
}

.mycontextform {
    margin: 0px;
    border: none;
    border-width: 1px;
    border-color: blue;
}

.myheadcontextform {
    margin: 0px;
    border: none;
    border-bottom: solid;
    border-width: 1px;
    border-bottom-color: lightslategray;
    background-color: whitesmoke;
    min-height: 22px;
    padding-top: 5px;
    padding-left: 0px;
    font-size: 12px;
}

.SFBodyContextForm {
    padding-left: 0px;
}

.SFFooterContextForm {
}

.myrowfileup table tbody td {
    margin: 5px;
    padding: 5px;
    height: 50px;
    max-height: 50px;
}

.mygridfileup table {
    margin: 5px;
    padding: 5px;
    height: 20px;
    max-height: 200px;
}



.myContainerscrollx {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: normal;
}

.myfielddeflabel {
    font-size: 12px;
    padding-top: 8px;
    height: 25px;
    max-height: 25px;
    width: 100%;
    float: left;
    text-align: start;
    color: gray;
    padding-left: 5px;
}



.myfieldlabel {
    font-size: 12px;
    padding-top: 8px;
    height: 25px;
    max-height: 25px;
    width: 100%;
    float: right;
    text-align: end;
    color: gray;
    padding-right: 5px;
}

.myVerticallabel {
    font-size: 12px;
    color: #4e226c;
    padding-top: 2px;
    height: 25px;
    margin: 0px;
    max-height: 25px;
    min-width:250px;
}

.myprogresslabel {
    font-size: 12px;
    height: 25px;
    max-height: 25px;
    width: 100%;
    color: gray;
    margin: 1px;
}

.myprogresslabelbar {
    border-style: solid;
    border-color: #4e226c;
    background-color: whitesmoke;
    max-height: 4px;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
    width: auto;
}


.myfieldbodytext {
    font-size: 12px;
    padding-top: 5px;
    height: auto;
    width: 100%;
    padding-left: 2px;
}

.myfieldtext {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3px;
    height: 25px;
    max-height: 25px;
    margin-left: 0px;
}

.mymemotext {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3px;
    margin-left: 0px;
}

.myfieldnumeric {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3px;
    height: 25px;
    max-height: 25px;
    margin-left: 0px;
    text-align: right;
    max-width: 140px;
    border-width: 1px;
}

.myfieldcolor {
    font-size: 14px;
    padding: 0px;
    padding-left: 3px;
    height: 25px;
    max-height: 35px;
    margin-left: 0px;
    max-width: 60px;
    border-width: 1px;
}

.myfielddate {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3px;
    height: 25px;
    max-height: 25px;
    margin-left: 0px;
    max-width: 140px;
    border-width: 1px;
}

.myfielddatetoolbar {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3px;
    height: 25px;
    max-height: 25px;
    margin-left: 0px;
    width: 100px;
    max-width: 100px;
    border-width: 1px;
    margin-top: 6px;
}
.myfieldgroup {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.myselect {
    font-size: 12px;
    padding-top: 3px;
    padding-left: 3px;
    height: 25px;
    max-height: 25px;
    margin-left: 0px;
    background-color: whitesmoke;
}

.myautocomplete {
    font-size: 10px;
    max-height: 20px;
    margin-top: 0px;
    padding-top: 0.3px;
    background-color: whitesmoke;
}

.mypageindicator {
    border-style: solid;
    border-width: 1px;
    margin-top: 3px;
    width: auto;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    color: #4e226c;
    height: 25px;
    border-radius: 3px;
    font-size: 12px;
    background-color: whitesmoke;
}


.mytable .table {
    height: auto;
}


.mycanvasdiv {
    width: 600px;
    height: auto;
    font-size: 20px;
}


.mycanvas {
    border-style: none;
    border-width: 1px;
    border-color: #24e60e;
    background-color: whitesmoke;
    border-radius: 3%;
    margin-right: 1px;
    margin-top: 1px;
    align-self: end;
    width: 50px;
    height: 50px;
}


.mytab {
    font-size: 12px;
    font-style: normal;
    border-style: none;
    border-width: 1px;
    border-color: #4e226c;
    border-radius: unset;
    background-color: yellow;
    background: whitesmoke;
}



.mytabheader {
    font-size: 12px;
    font-style: normal;
    border-style: none;
    border-width: 1px;
    border-color: #4e226c;
    border-radius: unset;
    background-color: whitesmoke;
    background: whitesmoke;
}


.mytabpanel {
    background-color: white;
}


.myaccperiodo {
    font-size: 12px;
    font-style: normal;
    border-style: none;
    border-width: 1px;
    border-color: #4e226c;
    border-radius: unset;
    background-color: whitesmoke;
    padding-left: 0px;
    margin-left: 0px;
    max-width: 200px;
    min-width: 200px;
}

    .myaccperiodo:hover {
    }

        .myaccperiodo:hover::before {
        }

        .myaccperiodo:hover::after {
        }

.myaccbtperiodo {
    font-size: 12px;
    font-style: normal;
    border-style: none;
    border-width: 1px;
    border-color: #4e226c;
    border-radius: unset;
    background-color: whitesmoke;
    padding-left: 2px;
    margin-left: 0px;
}

    .myaccbtperiodo:hover {
        color: white;
        background-color: #4e226c;
    }


    .myaccbtperiodo .mydropperiodo:hover {
        color: white;
        background-color: yellow;
    }

.mycarddeckperiodo {
    background-color: whitesmoke;
    margin: 1px;
    padding: 1px;
}

.mycardperiodo {
    background-color: whitesmoke;
    padding-left: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #4e226c;
}

.mycardtitle {
    font-size: 14px;
    font-style: normal;
    margin-bottom: 5px;
    color: #4e226c;
    margin-top: 0px;
    padding-top: 0px;
}

.mycardtext {
    font-size: 12px;
    font-style: normal;
    margin-bottom: 5px;
}

.mybtperiodo {
    font-size: 12px;
    font-style: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #4e226c;
    border-radius: unset;
    background-color: whitesmoke;
    padding: 2px;
    margin-top: 5px;
}

.mylblp1 {
    font-size: 12px;
    padding-left: 20px;
    padding-top: 5px;
    min-width: 90px;
    max-width: 90px;
    text-align: right;
    margin-right: 3px;
    font-weight: bold;
}

.mylblp2 {
    font-size: 12px;
    font-style: normal;
    border-style: none;
    border-width: 1px;
    border-color: #4e226c;
    border-radius: unset;
    background-color: #4e226c;
    background: #4e226c;
    cursor: pointer;
    padding: 2px;
    color: white;
    height: 25px;
    min-width: 200px;
    max-width: 200px;
    margin-top: 1px;
    text-align: center;
}

.mydropperiodo {
    font-size: 12px;
    font-style: normal;
    border-style: none;
    border-width: 1px;
    border-color: #4e226c;
    border-radius: unset;
    background-color: whitesmoke;
    background: whitesmoke;
    cursor: pointer;
    padding: 2px;
    color: black;
    height: 25px;
    min-width: 200px;
    max-width: 250px;
    margin-top: 1px;
}

.mydropmenuperiodo {
    font-size: 12px;
    font-style: normal;
    cursor: pointer;
    padding: 3px;
    margin-left: 0px;
}

.mydropmenuitemperiodo {
    font-size: 12px;
    font-style: normal;
    cursor: pointer;
    padding: 3px;
    margin-left: 5px;
}

.mycolperiodo {
    border-right-style: solid;
    border-right-width: 0px;
    background-color: whitesmoke;
}

.myrowPeriodo {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightslategray;
    background-color: whitesmoke;
    margin-bottom: 3px;
}

.mylayoutperiodo {
}

.mytablerateio {
    font-size: 10px;
    font-style: normal;
    border-style: none;
    table-layout: fixed;
    width: 100%;
}

.mytablehdrrateio {
    font-size: 10px;
    font-weight: normal;
    background: whitesmoke;
    position: sticky;
    top: 0;
}

.mytablehdrrowrateio {
    font-size: 10px;
    background: whitesmoke;
    width:80px;

}
.mytablehdrrowcellrateionumeric {
    font-size: 12px;
    font-weight: bold;
    direction: rtl;
    text-align: right;
    vertical-align: middle;
    background: whitesmoke;
    width: 100px;

}
.mytablebodyrateio {
    font-size: 10px;
}
.mytablebodyrowrateio {
    font-size: 10px;
}
.mytablebodyrowcellrateio {
    font-size: 12px;
    font-weight: bold;
    border-style: none;
    border-right: solid;
    border-right-width: 1px;
    border-right-color: whitesmoke;
}
.mytablebodyrowtitulorateio {
}

.mytablehdrrowcellnumeric {
    font-size: 10px;
    direction: rtl;
    text-align: right;
    background: whitesmoke;
}

.mytablebodyrowcell {
    font-size: 12px;
    direction: ltr;
    text-align: left;
    width: 110px;
    vertical-align: middle;
    max-width: 110px;
}

.mytablebodyrowcellnumeric {
    font-size: 12px;
    direction: rtl;
    text-align: right;
    width: 110px;
    vertical-align: middle;
    max-width: 110px;

}

.mytablebodyrowcenter {
    background-color: whitesmoke;
}
.mytablebodyrowcellcenter {
    font-size: 12px;
    text-align: right;
    width: 110px;
    max-width: 110px;

}

.mytablebodyrowcellinputnumeric {
    direction: rtl;
    text-align: right;
    max-width: 130px;
    font-size: 10px;
    max-height: 25px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.mytablebodyrowcellinputdate {
    direction: rtl;
    text-align: right;
    max-width: 130px;
    font-size: 10px;
    max-height: 25px;
}

.mytablehdhrowcell {
    font-size: 10px;
}

.th {
    background-color: whitesmoke;
}


.navbar {
    background-color: whitesmoke;
    color: ActiveBorder;
}

.navbar-dark {
    background-image: linear-gradient(180deg, #4e226c 100%, #4e226c 100%);
    color: white;
    border-style: solid;
    border-width: 0px;
    font-size: 14px;
}

.nav-item {
    color: whitesmoke;
}

.nav-link {
    color: whitesmoke;
}



.mydoccard {
    min-width: 95%;
    font-size: 12px;
    color: #4e226c;
    background-color: white;
    margin-right: 5px;
    margin-top: 3px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    border: none;
}

.mydoccb {
    min-width: 95%;
    border-width: 1px;
    border-style: solid;
    border-color: #4e226c;
    margin-left: 20px;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 20px;
}

.mydocch {
    min-width: 95%;
    max-height: 30px;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 5px;
    background-color: white;
    margin-left: 20px;
    border: none;
    border-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: whitesmoke;
}

.myeye :hover{
    color:white;

}

.mydoccf {
    background-color: white;
    font-size: 12px;
    min-width: 95%;
    border-top: none;
}

.mydocmemotext {
    background-image: linear-gradient(180deg, white 100%, white 100%);
    font-size: 12px;
    color: #4e226c;
    margin-left: -28px;
    background-color: white;
    padding-left: 25px;
    border: none;
}

.mydoccfbt {
    font-size: 12px;
    color: #4e226c;
    max-height: 25px;
    margin-left: 30%;
    margin-top: 3px;
    padding-top: 1px;
    padding-left: 15px;
    width: 150px;
}

.mydocchbt {
    font-size: 10px;
    color: #4e226c;
    background-color: white;
    border: none;
    max-height: 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    padding-left: 5px;
    margin-top: 0px;
    margin-left:0px;
}

.mydocchtext {
    padding-left: 5px;
    background-color: transparent;
    color: #4e226c;
    margin-left: 0px;
}

.mygapmenu {
    min-height: 0px;
    margin-top: 5px;
}

.mylayoutfooter {
    background-color: #4e226c;
    min-height: 20px;
}



.mydropdown-item:active {
    background-color: whitesmoke;
    font-size: 12px;
}

.mydropdown-item:hover {
    background-color: whitesmoke;
    font-size: 12px;
}

.dropdown-menu {
    background-color: white;
    font-size: 12px;
}


.dropdown {
    font-size: 12px;
}

.myextratohdr {
    background-color: whitesmoke;
    font-size: 16px;
    border-bottom: none;
    border-width: 1px;
    padding-top: 10px;
    margin:0px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom-color: lightslategray;
}


.mymoblbl {
    padding-left: 10px;
    padding-top: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.mymobtext {
    max-width: 70px;
    padding-top: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.mymobbt {
    margin-top: -5px;
    padding-top: 0px;
    font-size: 12px;
    margin-bottom: 0px;
    height: 30px;
}


.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: red;
        cursor: pointer;
    }

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 30%;
    border-radius: 50%;
}

.mynavlbl {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 10px;
    color: white;
    float: right;
}


.mybtnanalise {
    margin-top: 20px;
    margin-bottom: 40px;
    height: 40px;
    font-size: 12px;
    color: #4e226c;
    width: 100%;
    display: none;
}

.mybodycontextform {
}

.mytableresp {
    height: 80%;
    min-height: 100px;
    border: solid;
    overflow: auto;
    border-color: #4e226c;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
}

.mytablerespgap {
    height: 80%;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: auto;
    border: solid;
    border-color: #4e226c;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
}

.mytablerespgapfix {
    height: 80%;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: auto;
    border: solid;
    border-color: #4e226c;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
}


.sticky-header {
    position: sticky;
    top: 0px;
}

.sticky-header-left {
    position: sticky;
    top: 0px;
    text-align: left;
}

.sticky-header-right {
    position: sticky;
    top: 0px;
    text-align: right;
}

.sticky-header-center {
    position: sticky;
    top: 0px;
    text-align: center;
}

.sticky-header-filter {
    display: none;
    font-size: 12px;
    max-height: 100%;
   height: 100%;
    padding-left: 2px;
    top: -1px;
    margin-top: -1px;
    background-color: white;
}
.display-block {
    margin-top:-1px;
    display:table-cell;
}


.btexpand {
    max-height: 12px;
    max-width: 12px;
    height: 12px;
    width: 12px;
    font-size: 9px;
    padding-top: 0px;
    margin-top: -3px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: white;
    background-image: linear-gradient(180deg, white 100%, white 100%);
}
.btexpandlarger {
    font-size: 13px;
    padding: 0px;
    margin-top: 0px;
    text-align: center;
    color:blue;
    background-color:white;
}


.mytableagenda {
    font-size: 12px;
    font-style: normal;
    border-style: none;

}

.mytableagendaaula {
    font-size: 12px;
    font-style: normal;
    border-style: none;
    margin: 0px;
    padding: 0px;
}

.mytablehdragenda {
    font-size: 12px;
    font-weight: normal;
    background: whitesmoke;
    height:35px;
}

.mytablehdrrowagenda {
    font-size: 12px;
    background: whitesmoke;
    text-align: left;
    max-width:60px;
}

.mytablebodyagenda {
    font-size: 12px;
}

.mytablebodyagendaaula {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.mytablebodyrowagenda {
    font-size: 12px;
}

.mytablebodyrowagendaaula {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.mytablebodyrowcellagenda {
    font-size: 12px;
    border-style: none;
    text-align: center;
    vertical-align: central;

}

.mytablebodyrowcellagendaaula {
    font-size: 12px;
    border-style: none;
    margin: 0px;
    padding: 0px;
}

.mytablebodyrowtituloagenda {
    max-width: 60px;
}

.mytablehdrtituloagenda {
    font-size: 12px;
    border-style: none;
    text-align: center;
    vertical-align: central;
    max-width: 60px;
    background: whitesmoke;
}

.mytablehdrtituloagendaprof {
    max-width: 60px;
    text-align: left;
    background: whitesmoke;
}

.mytablebodyrowcellagendanumeric {
    font-size: 12px;
    direction: rtl;
    text-align: right;
}

.mytablerespaula {
    max-height: 130px;
    min-height: 20px;
    overflow-y: auto;
    overflow-x: auto;
    border: none;
    border-color: #4e226c;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
    color: #d0cd91
}

.myrowcellprofagenda {
    background-color: #c2c0c0;
}

.myrowcellprofsemagenda {
    background-color: white
}

.mybtaula {
    height: 20px;
    width: 20px;
    font-size: 13px;
    padding: 0px;
    margin-top: 0px;
    float: right;
}

.mybtauladet {
    background-color: whitesmoke;
    color: white;
    padding: 3px;
    margin: 1px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.myaulamsg {
    color: #4e226c;
    font-size: 12px;
    background-color: whitesmoke;
    text-align: center;
    border: solid;
    border-width: 1px;
    padding-top: 5PX;
}

.mybtshrink {
    margin-top: 4px;
}
.mybtshrink6 {
    margin-top: 6px;
}

.mybtsocioext {
    width: 25%;
    min-height: 30px;
    min-width:80px;
}

.mysmallspin {
    padding-top: 4px;
    max-height: 30px;
}


.myborder {
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
    border-width: 1px;
    border-color: #4e226c;
}

.mycliframe {
    border-style: solid;
    border-width: 1px;
    margin: 4px;
    width: 95%;
}

.myclihdrline {
    font-size: 16px;
    color: #4e226c;
    padding-left: 5px;
    margin: 0px;
    max-width: 95%;
    background-color: white;
}

.myclititulo {
    margin-top: 5px;
    font-size: 16px;
    color: #4e226c;
}

.myclibody {
    color: #4e226c;
}

.myclitable {
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
    border-width: 1px;
    border-color: #4e226c;
    color: #4e226c;
}

.myclitablebody {
    color: #4e226c;
}

.myclitablebodyrowvalor {
    color: #4e226c;
}

.myclitablebodyrowcellmes {
    color: #4e226c;
}

.myclitablebodyrowcellvalor {
    color: #4e226c;
}

.myclitablebodyrowcellvazio {
    color: #4e226c;
}

.myclitablebodyrowaula {
    color: #4e226c;
}

.mytablebodyrowcellaula {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 10px;
    height: 25px;
    max-height: 25px;
    margin-left: 10px;
    text-align: center;
    max-width: 130px;
    border-width: 1px;
}

.myclitablerowparcela {
    color: #4e226c;
}

.mytablebodyrowcellparcela {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 10px;
    height: 25px;
    max-height: 25px;
    margin-left: 10px;
    text-align: right;
    max-width: 130px;
    border-width: 1px;
}

.myclifooter {
    font-size: 14px;
    color: #4e226c;
    padding-left: 5px;
    margin: 0px;
    max-width: 95%;
    background-color: white;
    margin-bottom: 20px;
}

.mycliframe {
}

.mycliminhdhp {
    font-size: 18px;
    text-align: center;
    border-width: 1px;
    color: white;
    background-color: #4e226c;
    height: 40px;
    padding-top: 7px;
}

.myclimainhdh {
    font-size: 18px;
    text-align: center;
    border-width: 1px;
    color: white;
    background-color: #4e226c;
}



.fixedcol {
    background-color: white;
    position: sticky;
    left: 0;
    width: 220px;
    max-width:600px;
}

.fixedcol2 {
    background-color: white;
}

.fixedcolhdr {
    position: -webkit-sticky;
    position: sticky;
    background-color: whitesmoke;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
    z-index: 2;
    width: 220px;
}

.fixedcolhdr3 {
    position: -webkit-sticky;
    position: sticky;
    background-color: whitesmoke;
    position: sticky;
    left: 0;
    height:30px;
    top: 30px;
    z-index: 2;
    width: 220px;
}

.fixedcolhdr2 {
    background-color: whitesmoke;
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    width: 110px;
    
}


.rowhdragenda {
    background-color: whitesmoke;
    font-size: 12px;
    margin: 0px;
    padding:0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-left-style: solid;
    border-color: #4e226c;
    border-width: 1px;
    height: 35px;
    text-align:center;
}

.colhdragendahora {
    max-width: 40px;
    border-right-style: solid;
    width: 40px;
    border-width: 1px;
    background-color:whitesmoke;
}
.colhdragenda {
    border-right-style: solid;
    border-width: 1px;
    margin: 0px;
    top: 0px;
    min-width: 151px;
    width: 151px;
    max-width: 151px;
    padding-top: 5px;
    background-color: whitesmoke;
}
.colagendahora {
    font-size: 12px;
    padding-top: 4px;
    border-right-style: solid;
    min-width: 40px;
    width: 40px;
    max-width: 40px;
    border-width: 1px;
    background-color: whitesmoke;
}

.colagenda {
    min-width: 151px;
    max-width: 151px;
    width: 151px;
    border-right-style: solid;
    border-width: 1px;
    font-size: 12px;
    background-color: white;
    padding: 0px;
    margin:0px;
}


@keyframes alerta {
    0% {
        transform: scale(0.2,0.2);
    }

    100% {
        transform: scale(1.3,1.3);
    }
}

.alertaspin {
    animation: 1.5s linear infinite alerta;
    animation-play-state: inherit;
    border: solid 5px;
    border-color: pink;
    border-radius: 4%;
    content: "";
    height: 100%;
    width: 80%;
    top: 2px;
    left: 5px;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}



