﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

#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;
    }

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.well-panel {
    min-height: 600px !important;
    padding-top: 15px !important;
}

.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
    font-weight: bold;
    font-size: 12px;
}

th {
    text-align: center !important;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    font-size: 10px;
}

.rz-dropdown {
    width: 100%;
}

.rz-dialog-wrapper .rz-dialog-content {
    overflow: hidden;
    flex-grow: 1;
}

.dialog-button {
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
}

.rz-dialog-content div div[class="row"] {
    float: right;
    position: absolute;
    bottom: 0;
    right: 15px;
}

    .rz-dialog-content div div[class="row"] button {
        margin-bottom: 0;
    }

.table-layout-auto table {
    table-layout: auto;
}

.display-table {
    display: table;
    height: 100%;
}
.display-table > div {
    display: table-cell;
    padding: 0px;/*5px;*/
}
.display-table > div .rz-data-grid {
    height:calc(100%);/* - 39px);*/
}
.display-table > div .rz-data-grid table {
    height: 100%
}

.display-table tr {
    height: 25px;
}

.display-table tr:last-child {
    height: auto;
    vertical-align:top
}
.rz-tabview-panels {
    overflow: visible;
}
.panel-body-content  {
    padding-left: 0px;
    padding-right: 0px;
}
.row {
    margin-right: inherit;
}
.rz-tabview-panel {
    padding-right: 0.5rem;
}
.result-grid thead {
    display: none;
}
.panel-body-content .tab-1 {
    padding-right: 5px;
}

.panel-body-content .tab-2 {
    padding-left: 5px;
}
.permission-grid .permission-button {
    padding: 0;
}
.permission-grid td:nth-child(3n) {
    padding: 0;
}

.login-display {
    padding: 15px;
}