﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;  
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Cuatrecasas Text' !important;
    background-color: #efefef;
    font-size: 15px;
}

a {
    color: #000000;
}

.appTitle {
    font-size: 29px;
}

/*.loginAreaHeader {
    font-size: 13px !important;
}*/

.loginAreaHeader * {
    font-size: 13px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


.gridButtonColor
{
    color: black !important;
}

.form-inline label{
    display: inline;
    text-align: right;
}

.form-grey input, .form-grey textarea {
    background-color: #efefef;
    border: 0px;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #ff5a60 !important;
    border-color: #cb484d !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #cd5c5c !important;
    border-color: #933838 !important;
}

.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #ff5a60 !important;
    border-color: #cb484d !important;
}

.btn-secondary {
    color: #fff;
    background-color: #505050;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.cursor-pointer {
    cursor: pointer;
}

.oi{
    color:gray;
}

.card-header{
    background-color:#ffffff;
}

.navbar{
    padding:0px;
}

.navbar .container{
    padding-left:0px;
    padding-right:0px;
}

.headerContainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.card{
    border-radius: 0px;
    border:0px;
}

.card-header{
    border-bottom: 0px;
}

.border-top-red {
    border-top: 2px solid #ff5a60;
}

.labelFormValue{
    text-align: left !important;
    font-weight: bold;
}

.form-border-bottom{
    border-bottom:1px solid #efefef;
}

.cardBodyTab {
    background-color: #efefef;
    padding: 0px;
}

.nav-link {
    color: #495057 !important;    
}

.nav-link.active {
    border-color: #ffffff !important;
}

.rowJuicio, .rowJuicio a {
    color: Red !important;
}

.rowSentencia {
    font-weight: bold;
}

.dx-datagrid .dx-data-row > td.bullet {
    padding-top: 0;
    padding-bottom: 0;
}

.dx-header-row > td[role="columnheader"] > div.dx-datagrid-text-content {    
    color:#000000;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: 'Icons';
    content: "\e036";
    font-size: 10px;
}

.container.py-5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.nav-tabs {
    background-color: #dadada;
}

.headerSection{
    font-size: 18px;
    font-weight: bold;
}

.item-disabled {
    color: #545b62;
    pointer-events: none   
}

.wrapper-cursor-not-allowed {

    cursor: not-allowed;
    width:  max-content;   
}

@media (min-width: 576px) {
    .headerContainer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .headerContainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .headerContainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .headerContainer {
        max-width: 1140px;
    }
}


.inputBold{
    font-weight: bold;
}

.cgpLoading {
    /*border: 1px solid red !important;*/
    display: inline-block;
    /*color: red;*/
    vertical-align: text-bottom;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
    animation-play-state: running;
}

    .cgpLoading:before {
        position: relative;
        top: 1px;
        font-family: 'Icons';
        display: inline-block;
        speak: none;
        line-height: 1;
        vertical-align: baseline;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e0c3';
    }

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}