/* variables globales*/
/*@import "bootstrap.css";
:root {
  --ColorBg1: #006eb7;
  --ColorFontBG1: #FFFFFF;
  --ColorBg2: #4696fc; 
  --ColorFontBG2: #FFFFFF;
}
/* Colores para las tablas */
.a-IRR-table tr th
{
    background-color:  var(--ColorBg1); 
}
.a-IRR-table tr th a
{
    color: var(--ColorFontBG1); 
}
/* Campo Deshabilitado */

.inputdisabled{
   color: black !important;
   background-color: #D6EAF8 !important;
   opacity: 1 !important;
}

/* Colores para los titulos reg */
.Color-titulos-bg
{
  background-color: var(--ColorBg1); 
}
/* fuentes*/
.aumentarFont 
{
  color: black !important;
  font-size:120% !important;
  font-weight: bold; 
} 

/* Card template report Cards IDREG*/
.Card-Rep
{
    color: var(--ColorFontBG2); 
	background-color: var(--ColorBg2); 
    /* height: 100%; */
    text-align: center;
    padding: 24px 16px;
    border-radius: 0px 0px 40px 0px;
    -webkit-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
}

/* Tituloscon sombra */
.bg-ColorPer-1
{
    background-color: #4696fc;
}

/* Tituloscon sombra sin uso*/
.titulo-Sombra{
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;;
  text-transform: uppercase;
  display: block;
  font-size: 92px;
  color: #2980b9;
  text-shadow: 0 8px 9px #2c3e50, 0px -2px 1px #fff;
  font-weight: bold;
  letter-spacing: -4px;
  text-align: center;
  position: absolute;
  padding: 100px 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
}

/* radio group verde */

.radiog-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  margin-right: 0.5rem;
  outline: none;
  z-index: 1000;
}
.radiog-input:hover {
  background: #9faab7;
}
.radiog-input:checked {
  background: #40e0d0;
}
.radiog-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '\002713';
  font-size: 26.66667px;
  text-align: center;
  line-height: 10px;
}
.radiog-input:checked::after {
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.radiog-input.radio {
  border-radius: 50%;
  cursor: pointer;
}
.radiog-input.radio::after {
  border-radius: 50%;
}
input,select,textarea,.select2{
  width: 100% !important;
}
/*.t-Region--scrollBody > .t-Region-bodyWrap > .t-Region-body {
  background: linear-gradient(0, transparent, transparent);
  background-color: #ececec;
}*/
.a-Button--calendar{
  position: absolute !important;
  right: 0rem !important;
}

.t-Cards--3cols .t-Cards-item {
  cursor: pointer;
}
.ui-datepicker-trigger{
  right: 0;
  position: absolute;
}
/* ESTILOS COMISIONES */
.border-1px{
  border: 1px solid #7d7d7d;
}
.border-bottom-table{
  border-bottom: 1px solid #000000;
}
.txt-center{
  text-align: center;
}
.box-sizing{
  box-sizing: border-box;
}
.pd-t-1{
  padding: 1%;
}
.container-w-30{
  float: left;
  width: 30.05%;
}
.container-w-40{
  float: left;
  width: 39.9%;
}
.container-w-60{
  float: left;
  width: 49.95%;
}
.container-report{
  margin:1rem;
  padding: 1rem;
}
.container-report .row-container{
  overflow: hidden;
}
.border-left-x40{
  border-left: 1px solid #7d7d7d;
}
.h5{
  margin: 0.4rem 0;
}
.span{
  padding: 0.3rem 0;
  display: inline-block;
  font-size: 1.1rem;
}
.mrl-5{
  margin-left: 5%;
}
.mrl-2{
  margin-left: 2%;
}
input[type="radio"] {
  width: 2rem !important;
  cursor: pointer;
}
.Color-titulos-bg {
  background-color: #006eb7;
  border-bottom: 1px solid #008dea;
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 1.3rem;
  }
  .container-w-60{
    min-height: 14rem;
  }
}

@media only screen and (max-width: 600px) {
  .container-w-30{
    width: 100% !important;
  }
  .container-w-40{
    width: 100% !important;
  }
  .container-w-60{
    width: 100% !important;
    min-height: 14rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  .span {
    padding: 0.1rem 0;
    width: 100%;
  }
  .mrl-5{
    margin-left: 0%;
  }
  .mrl-2{
    margin-left: 0%;
  }
}
/* ESTILOS COMISIONES */

.t-Form-inputContainer {
        overflow: visible; 
}