Files
HerramientaCASA/HerramientaCASA/wwwroot/Content/Site.css

857 lines
14 KiB
CSS

body {
padding-top: 54px;
padding-bottom: 0px;
}
.logoCacoa {
border-radius: 10px !important;
}
.navCACOA {
background-color: rgb(215 236 239) !important;
border-bottom: 1px solid #0098a6;
}
.Fuente2 {
color: #79b6bc;
}
.enlaceCACOA {
color: #004f58;
font-weight: bold
}
.UpdateCacoa {
background-color: red;
color: white;
font-weight: bold;
padding: 5px;
padding-left:15px;
}
.UpdateCacoa span {
padding-top: 5px;
}
.inputTabla {
padding: 0px;
font-size: 12px;
border: 1px solid gray;
width: 100%;
/* border-bottom: 1px solid; */
border-radius: 5px;
}
.selectTabla {
width: 100%;
border-radius: 5px;
padding: 0px;
}
.tablaAlter {
}
.tablaAlter tr td {
padding: 5px;
border: 1px solid black;
width: 280px;
}
.tdAlter {
font-weight: bold;
background: #ffc107 !important;
/*color: white;*/
}
.tdAlterSub {
background: #ffc107 !important;
font-size: 15px;
text-align: end;
/*color: white;*/
}
.hrCasa {
color: #009fab;
height: 2px;
}
.w4 {
width:40%;
}
.separatorLine {
border-bottom: 2px solid lightgray;
}
.TituloArea {
padding: 10px;
background-color: #a2ccd1 !important;
width: 100%;
left: 0;
top: 56px;
font-weight: bold;
color: white !important;
text-align: center;
position: sticky;
z-index: 900;
}
.TituloArea a.navbar-brand {
color: white !important;
}
.tituloZona {
font-weight: bold;
color: #007782;
}
.tituloSubZona {
color: black;
font-weight: bold;
}
.textoTotal {
color: #65b7c3 !important;
font-weight: bold;
}
.Hide {
display: none !important;
}
.fondoSuave {
background-color: #d7ecef;
}
.comentario {
padding-top: 5px;
}
.comentario b {
color: darkgray;
}
.comentario i {
padding-left: 5px;
}
.table-nowrap th, .table-nowrap td {
white-space: nowrap;
}
.table-nowrap th:first-child {
position: sticky;
left: 0;
}
.noSticky {
position: unset !important;
}
.tHeadBlue {
background-color: #79b6bc !important;
color: white;
}
.thLightBlue {
background-color: #a2ccd1 !important;
color: darkslategray;
}
.darkgray {
color: darkgray;
}
.btnBlue {
background-color: #057381 !important;
border-color: #3d959e !important;
border-radius: 5px;
color: #fff;
padding: 5px;
border: none;
padding-left: 10px;
padding-right: 10px;
}
.nomSim {
white-space: nowrap;
padding-top: 5px;
}
.tabBorders {
border-left: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
border-right: 1px solid #dee2e6;
}
.euros {
border: 1px solid #ced4da;
display: flex;
border-radius: 5px;
background-color: white;
}
.euros:focus-within {
box-shadow: 0 0 0 0.25em rgb(13 110 253 / 25%) !important;
}
.euros input {
border: 0;
width: calc(100% - 26px);
}
.euros input:focus {
border: 0px !important;
box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}
.euros i {
padding-top: 10px;
color: #899097;
}
.filaInvisible {
display: none
}
.euros-plaintext {
display: flex;
}
.euros-plaintext:focus-within {
outline: -webkit-focus-ring-color auto 1px;
}
.euros-plaintext input {
width: calc(100% - 26px);
}
.euros-plaintext input:focus-visible {
outline: transparent !important;
}
.euros-plaintext i {
padding-top: 10px;
color: #899097;
}
#lblGuardado {
margin-right: 20px;
color: #034047;
opacity: 100;
-webkit-animation: fadeIn linear 5s forwards;
-moz-animation: fadeIn linear 5s forwards;
-o-animation: fadeIn linear 5s forwards;
-ms-animation: fadeIn linear 5s forwards;
animation: fadeIn linear 5s forwards;
}
@keyframes fadeIn {
0% {
opacity: 100;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 100;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 100;
}
100% {
opacity: 0;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 100;
}
100% {
opacity: 0;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 100;
}
100% {
opacity: 0;
}
}
.colorA {
/*background-color: #a9d4db !important;*/
background-color: white !important;
}
.colorAMenu {
background-color: #a9d4db !important;
}
.colorB {
/*background-color: #d8ebef !important;*/
background-color: white !important;
}
.colorBMenu {
background-color: #d8ebef !important;
}
.colorC {
/*background-color: #65b7c3 !important;*/
background-color: white !important;
}
.colorCMenu {
background-color: #65b7c3 !important;
}
.colorD {
background-color: #91c9d2 !important;
}
.colorDMenu {
background-color: #91c9d2 !important;
}
.colorE {
background-color: #4aafbb !important;
}
.colorEMenu {
background-color: #4aafbb !important;
}
.colorF {
background-color: #0098a6 !important;
}
.colorFMenu {
background-color: #0098a6 !important;
}
.colorFilasIntro {
/*background-color: #caf7f5 !important;*/
background-color: white !important;
}
.colorAMenu a, .colorBMenu a, .colorCMenu a, .colorDMenu a, .colorEMenu a, .colorFMenu a {
text-decoration: none;
color: black
}
.colorAMenu:hover, .colorBMenu:hover, .colorCMenu:hover, .colorDMenu:hover, .colorEMenu:hover, .colorFMenu:hover {
background-color: #057381;
}
.colorAMenu:hover a, .colorBMenu:hover a, .colorCMenu:hover a, .colorDMenu:hover a, .colorEMenu:hover a, .colorFMenu:hover a {
color: white;
}
.navScroll {
display: inline-flex !important;
flex-wrap: nowrap !important;
width: 100% !important;
overflow-x: auto !important;
overflow-y: hidden !important;
}
.tabScreenSize {
height: calc(100vh - 175px);
overflow: auto;
}
.form-control + .input-group-addon:not(:first-child) {
border-left: 0;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.25;
color: #495057;
text-align: center;
background-color: #79b6bc;
border: 1px solid rgba(0,0,0,.15);
border-left-color: rgba(0, 0, 0, 0.15);
border-left-style: solid;
border-left-width: 1px;
border-radius: .25rem;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.input-group-addon a {
color: white;
}
.maxHeight {
height: calc(100vh - 40px)
}
.btnGuardar {
background-color: #67abb2;
border-color: white;
}
.paqueteEmpleado {
border: 2px solid #6c757d;
border-radius: 5px;
padding: 5px;
}
.tituloEmpleados {
padding-left: 10px;
border-bottom: 1px solid;
padding-bottom: 5px;
}
.trashbtn {
font-size: 15px;
padding: 0px;
padding-left: 5px;
padding-right: 5px;
background-color: transparent;
border: 0px;
color: #2a8a94;
}
.fixHead {
position: relative;
padding: 5px;
top: 2px;
}
/*Boostrap Tweaks*/
td {
border-color: #737373 !important;
}
.headNav {
color: #65b7c3 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
color: black;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
font-weight: bold;
}
.col-form-label {
font-weight: bold;
}
.form-control-plaintext {
padding: 0.375rem 0.75rem !important;
}
.textoPorcentaje {
text-align: right;
font-weight: bold;
color: gray;
}
.close {
border: 0;
background-color: transparent;
color: #3d959e;
}
.modal-title {
color: #3d959e;
}
li.nav-item.active {
font-weight: bold;
}
@media (max-width: 767px) {
.top-menu {
top: 6px;
right: 52px;
width: 100%;
}
.top-menu > .navbar-nav > li {
float: none !important;
}
}
@media (min-width: 768px) {
.top-menu {
margin-right: -15px;
}
.top-auth-menu {
margin-left: auto;
}
}
/*DevExpress stilos*/
.btn-secondary {
color: #fff;
background-color: #2a8a94 !important;
border-color: #057381 !important;
}
.dxbs-table {
}
.dxbs-table th {
background-color: #67abb2 !important;
border-color: #057381 !important;
}
.dxbs-fixed-header-content > a {
color: white;
text-decoration: none !important;
}
.dxbs-icon {
color: #057381;
}
a.nav-link:hover {
color: #078b98 !important;
/* font-weight: bold; */
}
.derecha {
text-align: end;
border-right: 1px solid #a2ccd1;
border-bottom: 1px solid #a2ccd1;
}
.ulMenu li.nav-item {
/*border-right: 2px solid #afafb0;*/
margin-left: 5px;
}
.ulMenu li.nav-item a {
font-weight: bold;
}
.ulMenu li.active a {
color: #018b98 !important;
}
.ulMenu li.nav-item:last-child {
border-right: 0px solid #afafb0;
}
@media (max-width: 992px) {
.ulMenu li.nav-item {
border-right: 0px solid #afafb0;
}
}
.dxbs-table tbody tr td a {
color: #004f58;
font-weight: bold;
}
.page-item.active.page-number a {
background-color: #2a8a94;
border: 2px solid black;
}
.page-link {
color: black;
}
button.btn.btn-link.dxbs-button {
color: darkred;
}
.disabled {
pointer-events: none;
background-color: #e9ecef;
}
.back {
background: #057381;
width: 100%;
position: absolute;
top: 0;
bottom: 0;
}
.div-center {
width: 400px;
height: 400px;
background-color: #fff;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
overflow: auto;
padding: 1em 2em;
border-bottom: 2px solid #ccc;
display: table;
}
div.content {
display: table-cell;
vertical-align: middle;
}
.nav-link.active {
color: #078b98 !important;
}
.formatoCampos {
flex-direction: column;
display: flex;
}
.tituloLbl {
padding-bottom: 5px;
font-weight: bold;
}
.inputForm {
padding: 0px !important;
padding-left:10px !important;
/*padding-right:10px;*/
}
.form-check-input:checked {
background-color: #018b98;
border-color: #0098a6;
}
.tablaCACOA {
/*margin-top: 50px;*/
margin-top: 10px;
width: 100%;
border-collapse: collapse;
font-size: 12px;
}
.tablaCACOA2 tr td {
padding:10px;
}
.tablaCACOA thead tr th{
text-align:center;
}
.tablaCACOA th {
text-align: center;
background-color: #79b6bc !important;
color: white !important;
text-decoration: none !important;
/*padding: 20px;*/
/*padding-inline: 30px;*/
border-inline: solid 1px white;
}
.tablaCACOA th .btn-link {
color: white;
}
.tablaCACOA th a {
color: white !important;
text-decoration: none !important;
}
.tablaCACOA th a:hover {
opacity: 0.6;
}
.tablaCACOA td {
/* padding: 15px !important;
padding-inline: 30px !important;*/
border: solid 1px black;
}
.tdAlineadoDerecha {
text-align: end;
}
.formatoMoneda {
text-align: right;
padding-right: 5px !important;
}
.CajaTab {
border: 1px solid #dee2e6;
border-top: 0px;
}
.botonesTabla {
width: 80px;
text-align: center !important;
}
.alturaTitulosTabla {
height: 35px;
}
.btnTablasEspaciado {
display: flex;
justify-content: space-around;
}
.btnBorrarGuardar {
cursor: pointer;
font-size: 1.23em;
}
/* Cambiar para ver como se ve el info */
.tooltip .tooltip-inner {
background-color: #e0f0ff !important;
color: #000 !important;
font-style: italic;
font-size: 0.9rem;
}
.columna3Ancho {
width: 3%;
}
.columna10Ancho {
width: 10%;
}
.columna20Ancho{
width:20%;
}
.columna30Ancho {
width: 30%;
}
.columna40Ancho {
width: 40%;
}
.columna50Ancho {
width: 50%;
}
.separadorMoneda {
margin-right: 8px;
gap:3px;
}
/**Esto es para que el "no hay mas registros" no tenga margenes*/
.my-5 {
margin-top:0px !important;
margin-bottom:0px !important;
}
.form-check {
display: flex;
align-items: center;
}
.checkTabla div {
min-height: 12px;
}
.checkGordo {
padding: 0;
width: 13px;
height: 13px;
border: 1px solid #057381 !important;
}
.TituloVentana {
font-weight: bold;
background-color: #018b98;
color: white;
padding: 10px;
padding-left: 15px;
margin-bottom:0px;
}
.TotalesTabla{
border:0px !important;
}
.TablaImprimir table {
border-collapse: collapse;
width: 100%;
font-size: 9pt;
}
.TablaImprimir thead tr th {
text-align: center;
font-style: normal;
font-size: 9pt;
}
.TablaImprimir tbody {
border-top: 1px solid black;
border-bottom: 1px solid black;
font-size: 9pt;
}
.TablaImprimir tbody tr {
border: none;
}
.TablaImprimir td, th {
padding: 8px;
text-align: left;
}
.TablaImprimir tfoot {
font-size: 9pt;
}
.TituloTablaImprimir {
color: #078b98 !important;
font-size: 11pt;
}
.NombreSimulacionImprimir{
font-style:italic;
}
.EncabezadoImprimir{
padding-left:20px;
padding-right:20px;
margin-bottom:100px;
font-size:11pt;
}
.FooterImprimir {
padding-left: 20px;
padding-right: 20px;
margin-top: 100px;
font-size: 9pt;
}
.puntoInfo{
display:flex;
gap:5px;
}