﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #3f9b38;
}

.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;
}

/* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Marco */
.menuWrapper {
    clear: both;
    z-index: 15;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    z-index: 300;
}

.menuWrapper div {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    clear: both;
 }

#logout:hover {
    color: #3f9b38 !important;
}

.logoImg {
    background-image: url("../img/logoLogin.png");
}

.loginLeft{
	position:fixed;
	top:0;
	right:450px;
	left:0;
	bottom:0;
	height:100vh;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:flex;
	align-items:flex-end;
	background-color:#F5F4E3;
}

.loginRight {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 450px;
    height: auto;
    background-color: #272c36;
    z-index: 10;
    overflow-y: auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.loginFooter {
    width: 100%;
    z-index: 15;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}

.mainTable {
    width: 100%;
}

.green {
    background-color: green !important;
}

.orange {
    background-color: orange !important;
}

.gray {
    background-color: gray !important;
}

.btnLogo {
    border: 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-repeat: no-repeat;
    height: 150px;
}

.btnLogoSimple {
    background-image: url("../img/logoMenuVerde.png");
    background-size: 150px 150px;
    width: 150px;    
}

.btnLogoDoble {
    background-image: url("../img/logos.png");
    background-size: 308px 150px;
    width: 308px;
}

.docRadiusLeft {
    border: 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.docRadiusRight {
    border: 1px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.row fieldset {
    margin: 0;
    padding: 2px 4px 8px 4px;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin-left: 15px;
}

.row legend {
    width:auto;
    font-size: 14px;
    padding: 2px 4px 0px 8px;
}

#pdfTable tr {
    page-break-inside: avoid;
}

/* Colores extras para botones */
:root {
    --orange: #fd7e14;
    --teal: #20c997;
}

.btn-teal {
    color: #fff;
    background-color: var(--teal);
    border-color: var(--teal);
}

.btn-teal:hover {
    color: #fff;
    background-color: #20b497;
    border-color: #20a097;
}

.btn-teal:focus, .btn-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 180, 151, 0.5);
}

.btn-teal.disabled, .btn-teal:disabled {
    color: #2e413d;
    background-color: var(--teal);
    border-color: var(--teal);
}

.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle {
    color: #2e413d;
    background-color: #20b497;
    border-color: #20a097;
}

.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 180, 151, 0.5);
}

.btn-orange {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn-orange:hover {
    color: #fff;
    background-color: #cf6a17;
    border-color: #8e4d18;
}

.btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 161, 96, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
    color: #5b3312;
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
    color: #5b3312;
    background-color: #cf6a17;
    border-color: #8e4d18;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 161, 96, 0.5);
}