@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

color-w-bg {
    background-color: #fff;
}

.e-btn:hover, .e-css.e-btn:hover {
    background: #eee !important;
    border-color: #eee !important;
    box-shadow: none !important;
    color: #fff;
}

.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;
    }

@media screen and (min-width:220px) and (max-width:480px) {
    .container-fluid {
        /*min-height: 350px;*/
        padding: 10px 10px;
    }

    h4 {
        font-size: 20px;
    }

    .mobile-box {
        display: block;
    }

    .e-dialog .e-footer-content {
        display: flex !important;
    }
}

.mobile-box {
    display: none;
}

@media screen and (min-width:220px) and (max-width:480px) {
    /* Mobile Menu Style */
    .menu-hide {
        display: none;
    }

    .mobile-box {
        background-color: #efefef;
        text-align: center;
        clear: both;
        display: block;
        flex-direction: row;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: space-around;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .mobile-menu {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .mobile-menu ul {
            display: contents;
        }

        .mobile-menu li {
            list-style: none;
            text-align: center;
        }

        .mobile-menu .e-btn {
            background-color: #eee;
            border-color: #eee;
        }

        .mobile-menu ul li span {
            display: flex;
            font-size: 12px;
            color: #444;
            padding: 3px 3px;
        }

        .mobile-menu ul i {
            font-size: 18px;
            color: #444;
        }
}

.e-grid {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.e-upload .e-upload-files {
    display: none !important;
}

.e-content .e-item {
    font-size: 12px;
    padding: 10px;
    text-align: justify;
}

.e-tab .e-tab-icon {
    font-family: 'Socialicons' !important;
}

.e-tab .e-icons.e-tab-icon {
    position: relative;
    top: 1px;
}

#final-Diagnosis {
    max-width: 550px;
}

h4 {
    font-size: 18px;
}


@media screen and (min-width:220px) and (max-width:480px) {

    .e-dialog {
        width: 95% !important;
    }
}

.custom-column-chooser .e-ccdlg {
    width: 300px !important; /* Set your desired width */
    max-width: 90vw !important;
}

.e-ccdlg {
    width: 300px !important;
}

.e-bigger .e-responsive-dialog .e-mainfilterdiv .e-cc-contentdiv, .e-bigger.e-responsive-dialog .e-mainfilterdiv .e-cc-contentdiv {
    height: 90% !important;
    min-height: 160px;
    /* overflow-y: auto !important; */
    overflow: scroll !important;
    max-height: 350px !important;
}



@media screen and (min-width:220px) and (max-width:768px) {

    .quick-top-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .quick-top-menu .btn-quick {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: nowrap;
        }
}


@media screen and (min-width:769px) and (max-width:2561px) {

    .quick-top-menu {
        display: none;
    }

        .quick-top-menu .btn-quick {
            display: none;
        }
}




@media screen and (min-width:220px) and (max-width:768px) {

    .breadcrumbs {
        padding: 30px 0 !important;
        min-height: 10vh !important;
    }
    .breadcrumbs h2 {
       font-size:28px !important;
    }
}