﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Arial,sans-serif;
    height: 100% !important;
    font-size: 14px !important;
    max-height: 100% !important;
    height: 100%;
    background:none !important;
}

.bg-orange {
    background-color: #40b49f;
}

.social-bar a {
    font-size: 20px;
    text-decoration: none;
}

    .social-bar a:hover {
        color: #ddd;
    }

.rz-state-active {
    color: #361d0d !important;
}

.CardProfesionalPicture2 {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.GridNoRecords {
    color: black;
    font-size: 15px;
    text-align: center;
}

.spinnerSize {
    height: 4rem !important;
    width: 4rem !important;
}

a, .btn-link {
    color: #0366d6;
}

.Nav-Auto {

    text-decoration: none;
    color: black !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #40b49f !important;
    border-color: #40b49f !important;
}


.btn-Edit {
    color: #fff !important;
    background-color: #28958f !important;
    border-color: #28958f !important;
}

.content {
    padding-top: 1.1rem;
    background-color: #e1e2e5;
    height: calc(100vh - 5rem) !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.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;
    }

.AlturaGrid {
    height: calc(100% - 6rem);
}

.rz-scrollbar-color {
    background-color: #28958f !important;
}

.ChartAltura {
    height: calc(100% - 5rem);
}

@media (max-width: 768px) {
    .AddButttomDisplayText {
        display: none;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    .content {
        padding-top: 1.1rem;
        background-color: #e1e2e5;
        height: calc(100vh - 5rem) !important;
    }

    .margen {
        margin-bottom: 0.5rem !important;
    }
}

.badge {
    position: relative;
    top: -7px;
    left: -17px;
    font-size: 0.6rem !important;
    background-color: red !important;
}

.rz-grid-table thead {
    z-index: 0 !important;
}

.fuente {
    font-size: 1rem !important;
    height: 3rem !important;
}

.rz-dialog-titlebar {
    background-color: #f6f7fa !important;
    padding: 1rem !important;
}

.rz-state-disabled {
    color: black !important;
}

.rz-state-active {
    background-color: #361d0d !important;
    color: white !important;
}
.rz-inputtext {
    opacity: 1 !important;
    color: black !important;
}

.rzi-check {
    color: #361d0d !important;
    background-color: #361d0d !important;
}

.rz-chkbox{
    outline:0!important;
}

.rz-chkbox-box, #Fecha, .rz-textarea, .rz-textbox, .rz-state-active, .rz-dropdown, .rz-spinner, .rz-calendar {
    border: 1px solid #808080 !important;
}
.rz-calendar {
    border-radius: 4px !important;
}

.rz-datatable-loading{
    background-color: transparent !important;
}

.rz-fieldset-legend-text{
    color: black !important;
}
.valid {
    width: 100%;
}

.rz-chkbox {
    width: var(--rz-checkbox-width) !important;
}

.Logo {
    max-width: 150px;
    max-height: 150px;
    background-color: transparent;
}

.navbar {
    background-color: white !important;
}

@media (min-width: 992px) {
    app {
        flex-direction: row;
    }

    .log-out {
        display: none;
    }


    .Nav-size {
        height: 100px;
    }

    .f-size {
        font-size: 14px !important;
        font-family: 'Open Sans',sans-serif !important;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.page-background-class {
 overflow:hidden !important;
}