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

html, body {
    /*background: url(../images/white-gradient-background.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 100%;
    font-family: Calibri, sans-serif;
}

.col-form-label, .dxbl-fl-cpt {
    display: none;
}

.alt-item > td {
    background-color: rgba(0, 0, 0, 0.05);
}

.alternating-colors table tr:nth-child(even){
    background-color: #f2f2f2;
}

.root-table {
    height: calc(100vh - 150px) !important;
}

.xaf-alert-message {
    white-space: pre-line !important;
}

/*Add defaults*/
.modal-dialog {
    top: -50%; /*Put it on the very top*/
    transition: all .5s ease-in-out; /*make it smooth*/
}
/*Now show it*/
.modal-dialog.show {
    visibility: visible;
    z-index: 200;
    opacity: 1;
    top: 50%; /*slide it down smoothly*/
}
.modal-dialog.show ~ #overlay {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.xaf-nav-link {
    color: black;
    font-weight: bold;
}

.modal-content {
    background: url(../images/white-gradient-background.jpg) no-repeat center center fixed;
    /* Add the blur effect */
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */

    opacity: 9.0;
    -webkit-transition: background 1.5s linear;
    -moz-transition: background 1.5s linear;
    -o-transition: background 1.5s linear;
    transition: background 1.5s linear;
}

.card {
    background-color: rgba(255, 255, 255, .9) !important;
}

.app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/AppifySheets_Logo.svg');
    mask: url('../images/AppifySheets_Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.dxbs-popup.modal-dialog {
    /*max-width: 90% !important*/
}

/*.border {*/
/*    white-space: pre-line !important;*/
/*}*/

/*button {*/
/*    background-color: #4353FF !important;*/
/*}*/

.form-control[readonly]:not([disabled]).dx-reset-readonly-style {
    background-color: rgb(255, 255, 255);
}

.btn-secondary {
    border-color: #fe7109;
}

/*.border {*/
/*    white-space: pre-line !important;*/
/*}*/