﻿/* 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. */

/* login -------------------------------------------------*/

.bg-login {
    /* The image used */
    background-image: url("../img/bg_login.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

.login-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-login {
    position: relative;
    margin: auto auto;
    opacity: 1;
    width: 300px;
    height: auto;
}

.input-login {
    padding: 16px;
    border-radius: 7px;
    border: 0px;
    background: rgba(232,240,252,1);
    display: block;
    margin: 15px;
    width: 220px;
    color: white;
    font-size: 18px;
    height: 54px;
}

    .input-login:focus {
        outline-color: rgba(0,0,0,0);
        background: rgba(232,240,252,1);
        color: #e74c3c;
    }

.button-orange {
    float: right;
    height: 121px;
    width: 50px;
    border: 0px;
    background: #e74c3c;
    border-radius: 7px;
    padding: 7px;
    color: white;
    font-size: 22px;
}

    .button-orange:hover {
        background: #8ACFEA;
        color: #5B2D00;
    }

.inputUserIcon {
    position: absolute;
    top: 17px;
    right: 80px;
    color: #4A84AA;
}

.inputPassIcon {
    position: absolute;
    top: 85px;
    right: 80px;
    color: #4A84AA;
}

input::-webkit-input-placeholder {
    color: white;
}

input:focus::-webkit-input-placeholder {
    color: #e74c3c;
}

/*-----------------------------------------------------------------*/

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* General -------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .login-content {
        left: 70%;
    }
}

body {
    /* Margin bottom by footer height */
    background: #FFFFFF;
    margin-bottom: 60px;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-size: 14px;*/
}

.dxgvHeader_iOS {
    padding:5px !important;
}
.dxgvFilterRow_iOS td.dxgv {
    padding: 5px !important;
}

.dxFirefox table.dxeTextBox_iOS td.dxic, .dxFirefox table.dxeButtonEdit_iOS td.dxic, table.dxeTextBox_iOS td.dxic, table.dxeButtonEdit_iOS td.dxic {
    padding: 5px !important;
}

.fnt {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mnu-usuario {
    color: #FFCC00;
}

.rounded-regular {
    border-radius: 25px;
}

.bg-claro {
    background-color: white;
}

.bg-oscuro {
    /*background-color: #1F3645;*/
    background-color: #000000;
}

.bg-resaltado {
    /*background-color: #E13800;*/
    background-color: #4A84AA;
}

.menu-principal {
    padding: 10px;
    background-color: #E5E5E5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.txt-resaltado {
    color: #8ACFEA;
}

.txt-oscuro {
    color: #000000;
}


.txt-resaltado-secundario {
    color: #F40000;
}

.txt-claro{
    color:white;
}

.txt-blanco {
    color: white;
}

.txt-negro {
    color: black;
}

.mnu-usuario{
    color: white;
    background-color: transparent;
}


.transparent-medium {
    background-color: rgba(0,0,0,0.7);
}

.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;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.txt-amarillo {
    color: #FFCF11;
}

.txt-celeste {
    color: #b3ecff;
}


.txt-rojo {
    color: #E13800;
}

.bg-plat {
    /*background-image: url("../img/bg.jpg");*/
    background-image: url("../img/bg_plat.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

.bg-mnu-usuario {
    background-color: #343A40;
    color: white;
    font-weight: bold;
}

.dropdown-item{
    color:white;
}

.bg-grisnav {
    background-color: #20202F;
    color: white;
}

/*.pnl-param {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-width: 0px;
    padding: 5px;
    margin-bottom:20px;
}*/

.pnl-param {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-width: 0px;
    padding: 5px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: central;
}

.pnl-titulo {
    border-radius: 0px;
    background-color: #4A84AA;
    font-weight: bold;
    border-width: 0px;
    padding: 5px;
    display: inline-block;
    vertical-align: central;
    color:white;
}


.p-rl-dash {
    padding-right: 30px;
    padding-left: 30px;
}

.pnl-etiqueta-dash {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-width: 0px;
    padding: 5px;
    padding-top: 20px;
    vertical-align: central;
    text-align: center;
    align-content: center;
    width: 70px;
}

.pnl-etiqueta-dash-h {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-width: 0px;
    padding: 5px;
    vertical-align: central;
    text-align: center;
    align-content: center;
}

.txt-vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.col-etiqueta{
    padding-right: 10px;
}

.w-full{
    width:100%
}

.w-medio{
    max-width:300px;
}

.wg-peque {
    max-width: 600px;
    margin: 0 auto;
}

.wg-medio {
    max-width: 900px;
    margin: 0 auto;
}

.wg-grande {
    max-width: 1200px;
    margin: 0 auto;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }

.map-responsive {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.btn-info {
    background-color: #b3ecff;
   color:black;
}

/*Estilos de datagrid-----------------------------------*/

.dx-datagrid {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-width: 0px;
}

.dx-datagrid-header-panel {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: transparent;
}

.dx-icon {
    color: green;
}

.dx-button-content {
    background-color: transparent;
}

.dx-toolbar {
    background-color: transparent;
}

.dx-header-row {
    background-color: #5F666D;
    color: #b3ecff;
    border: 1px solid #fff;
}

.dx-datagrid-filter-row {
    background-color: rgba(255, 255, 255, 0.7);
}

.dx-datagrid .dx-row-lines > td {
    border-bottom-width: 0px;
    border-top: 1px solid #e0e0e0;    
}

.dx-pager .dx-pages {
    float: left;
}

/*Loader-------------------------------------------------------------------*/

/* Center the loader */
#divLoader {
    left: 50%;
    top: 50%;
    position: fixed; /* Stay in place */
    z-index: 1240;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

/*#divContenido {
    display: none;
    text-align: center;
}*/

.divDeshabilitado {
    pointer-events: none;
    opacity: 0.4;
}
