﻿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;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
    }

    .card-counter{
        box-shadow: 2px 2px 10px #DADADA;
        margin: 5px;
        padding: 20px 10px;
        background-color: #fff;
        position: relative;
        height: 110px;
        border-radius: .25rem;
        transition: .3s linear all;
        color: #FFF;
    }

    .card-counter.primary { background-color: #0288D1; }
    .card-counter.danger { background-color: #ef5350; }  
    .card-counter.success { background-color: #66bb6a; }  
    .card-counter.info { background-color: #1A456E; }  
    
    .card-counter i {
        font-size: 5em;
        opacity: 0.2;
    }
    
    .card-counter .count-numbers{
        position: absolute;
        padding-left: 120px;
        top: 16px;
        font-size: 32px;
        display: block;
    }
    
    .card-counter .count-name{
        position: absolute;
        top: 55px;
        padding-left: 120px;
        font-style: italic;
        text-transform: capitalize;
        opacity: 0.5;
        display: block;
        font-size: 18px;
    }

    .b-bar-icon > svg { height: 50px; top: 0; left: 10px; position: absolute; }
    .navbar-brand .nav-link > span { font-size: 2rem; font-weight: 300; left: 70px; position: absolute; top: 0; }

    .tree-view .tree-view .tree-view > div { padding: 0; }
    .tree-view .tree-view .tree-view > div > .tree-view-title > span > span:not(:nth-child(2)), .tree-view .tree-view .tree-view > div > .tree-view-title > span > span:not(:last-child) { width: 200px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.tree-view .tree-view .tree-view > div > .tree-view-title > span > span:nth-child(1) { width: 400px; }
	.tree-view .tree-view .tree-view > div > .tree-view-title > span > span:nth-child(2) { width: 250px; }
	.tree-view .tree-view .tree-view > div > .tree-view-title > span > span:nth-child(3) { width: 150px; }
	.tree-view .tree-view .tree-view > div > .tree-view-title > span > span:nth-child(4) { width: 150px; }
    .tree-view .tree-view .tree-view > div > .tree-view-title > span { padding: 10px 0 0 10px !important; border-bottom: 1px dotted #ccc;}
    .tree-view .tree-view .tree-view > div > .tree-view-title > span.bg-primary > span { color: white !important }

    .modal-header h4 { font-weight: 300; padding: 0; margin: 0; }