﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.content .container-fluid {
    padding-top: 15px;
}

.main-footer {
    padding-top: 0;
    padding-bottom: 0;
}

body {
    line-height: 1;
}

.o-phdr {
    background-color: #343a40;
    /*#4D90FE;*/
   
}

.o-z-index-top-most {
    z-index: 1050 !important;
}

.o-pmc .o-phdr .o-cls {
    color: white;
    opacity: 1;
}

.o-pmc .o-phdr .o-ptitl {
    color: white;
}



/*NotyNotifications*/
.error .o-ntlb {
    background: linear-gradient(to bottom, #F57070 0%,#CE5252 44%,#CE5252 100%);
}

.err .o-ntlb {
    background: linear-gradient(to bottom, #F57070 0%,#CE5252 44%,#CE5252 100%);
}

.warning .o-ntlb {
    background: linear-gradient(to bottom, #f5e870 0%,#cec452 44%,#cec452 100%);
}

.success .o-ntlb {
    background: linear-gradient(to bottom, #70f571 0%,#99ce52 44%,#99ce52 100%);
}

.info .o-ntlb {
    background: linear-gradient(to bottom, #70f5f5 0%,#52c8ce 44%,#52c8ce 100%);
}

.content-wrapper {
    background-color: #c6c9ce
}


.layout-footer-fixed .wrapper .content-wrapper {
    margin-bottom: calc(1.5rem + 1px);
}



/*pophover*/

.popover-header, .popover-body {
    font-family: Roboto,RobotoFallback,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 12px;
}

/* grid*/
.html-content > p {
    margin-bottom: 0;
}

/* grid group */
.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
    color: rgba(0,0,0,.54);
    background-color: rgba(15, 174, 235, 0.51);
}


/*toolbar*/
.grid-toolbar .dx-toolbar-items-container,
.card > .dx-toolbar-items-container {
    background-color: #03A9F4;
    border-bottom: 1px solid darkgray
}

.dx-toolbar-after {
    padding-right: 5px;
}

.dx-toolbar-before {
    padding-left: 5px;
}


/*label's margin bottom because of validation message*/
label.label-create {
    margin-bottom: 1rem !important;
}

.dx-quill-container.ql-container {
    width: 100%;
    /*border: 1px solid red;*/ /* just for demonstration */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.dx-datagrid .fade-highlight > td,
.dx-datagrid .fade-highlight > tr > td {
    background-color: #d4edda !important; /* Verde claro */
}

/*
@keyframes fadeOut {
    0% {
        background-color: #d4edda !important;
    }

    100% {
        background-color: transparent !important;
    }
}*/

/*.inner-grid > .awe-popup.o-pc {
    overflow-x: hidden;
}*/