﻿


/*Popups:*/

.ModalPopupDiv {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: rgba(255, 255, 255,.6);
    z-index: 1002;
    display: flex;
    align-items: center;
}

.PopupHidden{
    opacity: 0;
}

.ModalPopupDiv .PopupSmallDiv {
    /*background-color: #3e454c;*/
    background-color: #FFFFFF;
    border: 0px none;
    border-color: #3e454c;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    height: 50%;
    width: 90%;
    display: table;
    margin: auto;
}

.ModalPopupDiv .PopupMediumDiv {
    /*background-color: #3e454c;*/
    background-color: #FFFFFF;
    border: 0px none;
    border-color: #3e454c;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    height: 65%;
    width: 100%;
    display: table;
    margin: auto;
}

.ModalPopupDiv .PopupBigDiv {
    /*background-color: #3e454c;*/
    background-color: #FFFFFF;
    border: 0px none;
    border-color: #3e454c;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    /*height: 80%;
    width: 100%;*/
    display: table;
    margin: auto;
}

@media only screen and (min-width: 1200px) {

    .ModalPopupDiv .PopupSmallDiv {
        height: 30%;
        width: 30%;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupHeader {
        height: 20%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupBody {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupSmallDiv .PopupExtendBody {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupFooter {
        height: 20%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv {
        height: 60%;
        width: 60%;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupHeader {
        height: 10%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupBody {
        height: 80%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMediumDiv .PopupExtendBody {
        height: 90%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupFooter {
        height: 10%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupBigDiv {
        height: 85%;
        width: 85%;
    }

    .ModalPopupDiv .PopupBigDiv .PopupHeader {
        height: 7%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupBigDiv .PopupBody {
        height: 86%;
        display: table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupBigDiv .PopupExtendBody {
        height: 93%;
        display:table-row;
    }

    .ModalPopupDiv .PopupBigDiv .PopupFooter {
        height: 7%;
        display: table-row;
        background-color: #3e454c;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .ModalPopupDiv .PopupSmallDiv {
        height: 30%;
        width: 40%;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupHeader {
        height: 20%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupBody {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupSmallDiv .PopupExtendBody {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupFooter {
        height: 20%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv {
        height: 60%;
        width: 70%;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupHeader {
        height: 10%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupBody {
        height: 80%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMediumDiv .PopupExtendBody {
        height: 90%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupFooter {
        height: 10%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupBigDiv {
        height: 85%;
        width: 85%;
    }

    .ModalPopupDiv .PopupBigDiv .PopupHeader {
        height: 7%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupBigDiv .PopupBody {
        height: 86%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupBigDiv .PopupExtendBody {
        height: 93%;
        display:table-row;
    }

    .ModalPopupDiv .PopupBigDiv .PopupFooter {
        height: 7%;
        display:table-row;
        background-color: #3e454c;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .ModalPopupDiv .PopupSmallDiv {
        height: 25%;
        width: 50%;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupHeader {
        height: 20%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupBody {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupSmallDiv .PopupExtendBody {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupFooter {
        height: 20%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv {
        height: 60%;
        width: 70%;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupHeader {
        height: 8%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupBody {
        height: 84%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMediumDiv .PopupExtendBody {
        height: 92%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupFooter {
        height: 8%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupBigDiv {
        height: 85%;
        width: 85%;
    }

    .ModalPopupDiv .PopupBigDiv .PopupHeader {
        height: 6%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupBigDiv .PopupBody {
        height: 88%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupBigDiv .PopupExtendBody {
        height: 94%;
        display:table-row;
    }

    .ModalPopupDiv .PopupBigDiv .PopupFooter {
        height: 6%;
        display:table-row;
        background-color: #3e454c;
    }
}

@media only screen and (min-width: 415px) and (max-width: 767px) {

    .ModalPopupDiv .PopupSmallDiv {
        height: 50%;
        width: 90%;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupHeader {
        height: 20%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupBody {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupSmallDiv .PopupExtendBody {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupFooter {
        height: 20%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv {
        height: 65%;
        width: 70%;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupHeader {
        height: 15%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupBody {
        height: 70%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMediumDiv .PopupExtendBody {
        height: 85%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupFooter {
        height: 15%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupBigDiv {
        height: 85%;
        width: 85%;
    }

    .ModalPopupDiv .PopupBigDiv .PopupHeader {
        height: 12%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupBigDiv .PopupBody {
        height: 76%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupBigDiv .PopupExtendBody {
        height: 88%;
        display:table-row;
    }

    .ModalPopupDiv .PopupBigDiv .PopupFooter {
        height: 12%;
        display:table-row;
        background-color: #3e454c;
    }
}

@media only screen and (max-width: 414px) {

    .ModalPopupDiv .PopupSmallDiv {
        height: 30%;
        width: 90%;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupHeader {
        height: 20%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupBody {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupSmallDiv .PopupExtendBody {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupSmallDiv .PopupFooter {
        height: 20%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv {
        height: 65%;
        width: 90%;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupHeader {
        height: 10%;
        display: table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupBody {
        height: 80%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMediumDiv .PopupExtendBody {
        height: 90%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMediumDiv .PopupFooter {
        height: 10%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupLargeDiv {
        height: 80%;
    }

    .ModalPopupDiv .PopupBigDiv {
        height: 90%;
        width: 90%;
    }

    .ModalPopupDiv .PopupBigDiv .PopupHeader {
        height: 8%;
        display:table-row;
        background-color: #3e454c;
    }

    .ModalPopupDiv .PopupBigDiv .PopupBody {
        height: 84%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupBigDiv .PopupExtendBody {
        height: 92%;
        display:table-row;
    }

    .ModalPopupDiv .PopupBigDiv .PopupFooter {
        height: 8%;
        display:table-row;
        background-color: #3e454c;
    }
}



.PopupHeaderContent {
     display: table-cell;
     padding-left: 8px;
     padding-right: 8px;
     vertical-align: middle;
     color: #ffffff;
     font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}

.PopupHeaderContent input {
     font-weight: bold;
     float: right;
}



.PopupBodyContent {
     display: table-cell;
     /*padding-top: 10px;
     height: 86%;
     max-height: 86%;*/
     position: relative;
}

.PopupBodyContent .FormBody {
    overflow-y: auto;
     position: absolute;
      top: 0px;
      right: 0px;
      bottom: 2px;
      left: 0px;
      padding-top: 10px;
     /*height: 100%;
     width: 100%; 
     overflow-y: auto;*/
}

.TonoFormBody {
     /*max-height: 471px;
     max-height: 70vh;*/
     overflow-y: auto;
     position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
}


.PopupFooterContent {
    border-radius: 0px 0px 10px 10px;
     display: table-cell;
     padding-left: 8px;
     padding-right: 8px;
     vertical-align: middle;
     color: #ffffff;
     font-weight: bold;
}


/*Estilos del scroll para los popups (solo funciona en Chrome)*/
.PopupBodyContent .FormBody::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.PopupBodyContent .FormBody::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
  border: none;
}
.PopupBodyContent .FormBody::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: transparent;
  transition: all 800ms ease-in-out;
}


.PopupBodyContent .FormBody:hover::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
}
.PopupBodyContent .FormBody:hover::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .4);
  transition: all 800ms ease-in-out;
}
.PopupBodyContent .FormBody:hover::-webkit-scrollbar-thumb:hover {
  background-color: #3e454c;
}


/* Nuevos estilos */



/*Popups:*/

.ModalPopupDiv {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: rgba(0, 0, 0,.9);
    z-index: 1002;
    display: flex;
    align-items: center;
}

.PopupHidden{
    opacity: 0;
}

.ModalPopupDiv .PopupChicoDiv {
    /*background-color: var(--color-principal);*/
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: var(--color-principal);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    height: 50%;
    width: 90%;
    display: table;
    margin: auto;
}

.ModalPopupDiv .PopupMedianoDiv {
    /*background-color: var(--color-principal);*/
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: var(--color-principal);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    height: 65%;
    width: 100%;
    display: table;
    margin: auto;
}

.ModalPopupDiv .PopupGrandeDiv {
    /*background-color: var(--color-principal);*/
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: var(--color-principal);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    /*height: 80%;
    width: 100%;*/
    display: table;
    margin: auto;
}

@media only screen and (min-width: 1200px) {

    .ModalPopupDiv .PopupChicoDiv {
        height: 30%;
        width: 30%;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupEncabezado {
        height: 20%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupChicoDiv .PopupCuerpo {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupChicoDiv .PopupExtensionCuerpo {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupPie {
        height: 20%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv {
        height: 60%;
        width: 60%;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupEncabezado {
        height: 10%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupCuerpo {
        height: 80%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupExtensionCuerpo {
        height: 90%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupPie {
        height: 10%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupGrandeDiv {
        height: 85%;
        width: 85%;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupEncabezado {
        height: 7%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupCuerpo {
        height: 86%;
        display: table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupExtensionCuerpo {
        height: 93%;
        display:table-row;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupPie {
        height: 7%;
        display: table-row;
        background-color: var(--color-principal);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .ModalPopupDiv .PopupChicoDiv {
        height: 30%;
        width: 40%;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupEncabezado {
        height: 20%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupChicoDiv .PopupCuerpo {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupChicoDiv .PopupExtensionCuerpo {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupPie {
        height: 20%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv {
        height: 60%;
        width: 70%;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupEncabezado {
        height: 10%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupCuerpo {
        height: 80%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupExtensionCuerpo {
        height: 90%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupPie {
        height: 10%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupGrandeDiv {
        height: 85%;
        width: 85%;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupEncabezado {
        height: 7%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupCuerpo {
        height: 86%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupExtensionCuerpo {
        height: 93%;
        display:table-row;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupPie {
        height: 7%;
        display:table-row;
        background-color: var(--color-principal);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .ModalPopupDiv .PopupChicoDiv {
        height: 25%;
        width: 50%;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupEncabezado {
        height: 20%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupChicoDiv .PopupCuerpo {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupChicoDiv .PopupExtensionCuerpo {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupPie {
        height: 20%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv {
        height: 60%;
        width: 70%;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupEncabezado {
        height: 8%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupCuerpo {
        height: 84%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupExtensionCuerpo {
        height: 92%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupPie {
        height: 8%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupGrandeDiv {
        height: 85%;
        width: 85%;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupEncabezado {
        height: 6%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupCuerpo {
        height: 88%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupExtensionCuerpo {
        height: 94%;
        display:table-row;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupPie {
        height: 6%;
        display:table-row;
        background-color: var(--color-principal);
    }
}

@media only screen and (min-width: 415px) and (max-width: 767px) {

    .ModalPopupDiv .PopupChicoDiv {
        height: 50%;
        width: 90%;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupEncabezado {
        height: 20%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupChicoDiv .PopupCuerpo {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupChicoDiv .PopupExtensionCuerpo {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupPie {
        height: 20%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv {
        height: 65%;
        width: 70%;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupEncabezado {
        height: 15%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupCuerpo {
        height: 70%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupExtensionCuerpo {
        height: 85%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupPie {
        height: 15%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupGrandeDiv {
        height: 85%;
        width: 85%;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupEncabezado {
        height: 12%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupCuerpo {
        height: 76%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupExtensionCuerpo {
        height: 88%;
        display:table-row;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupPie {
        height: 12%;
        display:table-row;
        background-color: var(--color-principal);
    }
}

@media only screen and (max-width: 414px) {

    .ModalPopupDiv .PopupChicoDiv {
        height: 30%;
        width: 90%;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupEncabezado {
        height: 20%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupChicoDiv .PopupCuerpo {
        height: 60%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupChicoDiv .PopupExtensionCuerpo {
        height: 80%;
        display:table-row;
    }

    .ModalPopupDiv .PopupChicoDiv .PopupPie {
        height: 20%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv {
        height: 65%;
        width: 90%;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupEncabezado {
        height: 10%;
        display: table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupCuerpo {
        height: 80%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupExtensionCuerpo {
        height: 90%;
        display:table-row;
    }

    .ModalPopupDiv .PopupMedianoDiv .PopupPie {
        height: 10%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupLargeDiv {
        height: 80%;
    }

    .ModalPopupDiv .PopupGrandeDiv {
        height: 90%;
        width: 90%;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupEncabezado {
        height: 8%;
        display:table-row;
        background-color: var(--color-principal);
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupCuerpo {
        height: 84%;
        display:table-row;
        /*background-color: #FFFFFF;*/
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupExtensionCuerpo {
        height: 92%;
        display:table-row;
    }

    .ModalPopupDiv .PopupGrandeDiv .PopupPie {
        height: 8%;
        display:table-row;
        background-color: var(--color-principal);
    }
}



.PopupEncabezadoContenido {
     display: table-cell;
     padding-left: 8px;
     padding-right: 8px;
     vertical-align: middle;
     color: #ffffff;
     font-weight: bold;
}

.PopupEncabezadoContenido input {
     font-weight: bold;
     float: right;
}



.PopupCuerpoContenido {
     display: table-cell;
     /*padding-top: 10px;
     height: 86%;
     max-height: 86%;*/
     position: relative;
}

.PopupCuerpoContenido .FormularioCuerpo {
    overflow-y: auto;
     position: absolute;
      top: 0px;
      right: 0px;
      bottom: 2px;
      left: 0px;
      padding-top: 10px;
     /*height: 100%;
     width: 100%; 
     overflow-y: auto;*/
}

.PopupPieContenido {
     display: table-cell;
     padding-left: 8px;
     padding-right: 8px;
     vertical-align: middle;
     color: #ffffff;
     font-weight: bold;
}


/*Estilos del scroll para los popups (solo funciona en Chrome)*/
.PopupCuerpoContenido .FormularioCuerpo::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.PopupCuerpoContenido .FormularioCuerpo::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
  border: none;
}
.PopupCuerpoContenido .FormularioCuerpo::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: transparent;
  transition: all 800ms ease-in-out;
}


.PopupCuerpoContenido .FormularioCuerpo:hover::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
}
.PopupCuerpoContenido .FormularioCuerpo:hover::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .4);
  transition: all 800ms ease-in-out;
}
.PopupCuerpoContenido .FormularioCuerpo:hover::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-principal);
}

.PopupBodyContent .FormBody {
    overflow-y: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 2px;
    left: 0px;
    padding-top: 10px;
}






