﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
}
body {
    font-family: Tahoma, 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;
}



/* Login page*/

.login-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
    /* background-color: #f5f5f5; */
    /* height:100%; */
    width: 100%;
    align-content: center;
}

.login-title {
    align-self: center;
    padding-bottom: 20px;
}

.login-subtitle {
    align-self: center;
    padding-bottom: 114px;
}

.login-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input  {
    margin-bottom: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.button-ripple {
    overflow: hidden;
    position: relative;

}
.ripple {
    position: absolute;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: ripple 0.3s linear forwards;
}



@keyframes ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0.2;
    }
    100% {
        width: 450px;
        height: 450px;
        opacity: 0;
    }
}

.tmp{
    color: rgba(22, 162, 74, 0.5);
    color: #3db66d;
    color: #61dc92;
    color: #88e3a5;
    color: #a4e895;

}

.rz-group-header {
    background-color: #fefefe !important;
    padding: var(--rz-grid-group-header-padding);
    border-bottom: var(--rz-grid-bottom-cell-border);
    display: flex;
    justify-content: space-between;
}

.rz-data-grid {
    display: flex;
    flex-direction: column;
    border-radius: 10px !important;
}
 
/*.rz-paginator-page.rz-state-active {*/
/*    background-color: var(--rz-paginator-numeric-button-selected-background-color);*/
/*    color: #16a34a !important;*/
/*    border: var(--rz-paginator-numeric-button-selected-border);*/
/*    padding: var(--rz-paginator-numeric-button-selected-padding);*/
/*}*/

/*.rz-button.rz-primary {*/
/*    background-color: #2563eb !important;*/
/*    color: var(--rz-on-primary);*/
/*}*/



.report-input{
    border:none !important;
    background: #e7e7e7 !important;
}

.tablePdf th , .tablePdf td {
    text-align: start;
    border: 1px rgba(0, 0, 0, 0.11) solid;
}


