@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;
}

.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;
    }

.vista-input {
    width: 200px;
}

.vista-inputrow {
    margin-bottom: 5px;
}

.vista-buttonrow {
    margin-top: 20px;
}

.vista-button {
    margin-right: 5px;
    margin-left: 5px;
    width: 150px;
}

.vista-dashbutton {
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom:10px;
    width: 120px;
}

.vista-dropdown300 {
    width: 300px;
}

.vista-textarea {
    border-color: #ced4da;
    width: 100%;
    height: 80px;
    border-radius: .2rem;
}

.vista-dialog-header {
    padding: 0.3rem 0.5rem;
    font-size: 1.4rem;
    justify-content: right;
    display: flex;
    align-items: center;
}

/*has margin set to center in main content area*/
.vista-cursordiv {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 115px;
    margin-top: -25px;
    z-index: 9;
}

/*has margin set to center in component*/
.vista-cursordivcomp {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 9;
}

.vista-headericon {
    height: 36px;
    width: 36px;
}

.vista-grid {
}
    /*set width of modal grid edit form to 600px*/
    .vista-grid .modal-content {
        width: 600px !important;
    }
        /*don't show the header of popup grid edit form because text is not customizable*/
        /*.vista-grid .modal-content .modal-header {
            display: none !important;
        }*/
.vista-colorgroupgrid {
    font-size:small;
}
.vista-greencell {
    background-color: lightgreen;
}

.vista-greencell-selected {
    background-color: green !important;
    color: white;
}

.vista-redcell {
    background-color: lightpink;
}

.vista-redcell-selected {
    background-color: red !important;
    color: white;
}

.vista-bluecell {
    background-color: lightblue;
}

.vista-bluecell-selected {
    background-color: darkblue !important;
    color: white;
}

.vista-purplecell {
    background-color: mediumpurple;
}

.vista-purplecell-selected {
    background-color: purple !important;
    color: white;
}

.vista-yellowcell {
    background-color: palegoldenrod;
}

.vista-yellowcell-selected {
    background-color: yellow !important;
    color: black !important;
}

.vista-commandbutton{
    margin-left:10px;
    margin-right:10px;
}

.vista-reportlist {
    height: 100%;
    width: 100%;
    margin: 10px;
    padding-bottom: 50px; /*leaves room in bottom row for context menu*/
    display: flex;
    flex-flow: row wrap;
    overflow-x: hidden;
}

.vista-reportcard {
    margin: 5px;
    width: 300px;
}

/*add space after icon on buttons using open-iconic icons*/
.oi:empty:before {
    margin-right: 8px;
}
