
        :root {
        --ag-color-primary: @Utilitario.colorPrimario;
        --ag-color-secundary: @Utilitario.colorSecundario;
        --ag-color-primary-degrade40: @Utilitario.GetColorDegrade40dg(Utilitario.colorPrimario);
        }

        

        #tit-h5-modl-recupera-pass {
            width: 100%;
            text-align: center;
            font-weight: bold;
        }

        .ag-subtitle-left-col {
            font-size: 29px;
        }

        .ag-bbg {
            background: red !important;
        }

        #formulario-vacaciones-popup .dx-popup-content {
            background: red !important;
            padding: 0;
        }

        .dx-popup-content {
            padding: 0;
        }

        .ag-vaca-form-sol {
            margin-top: -50px;
            height: 72%;
        }

        .footerLogin{

            position: relative; 
            height: 80px;
			padding: 0;
            margin-top:-145px; 
            border-left: 60px solid transparent; 
            border-bottom: 20px solid @(Utilitario.colorPrimario) !important; 
            
        }

        .footerLetter{
            font-size: 29px !important;
            color: #fff !important;
            font-family: Helvetica !important;
            text-indent: 60px !important;
            line-height: 40px !important;
        }

        .cuadrofooter{
            height: 65px;
            background-color:  @(Utilitario.colorPrimario)!important; 
            position: relative;
         }

        @@media (max-width: 320px) {

            #labelDiasSolVaca {
                font-size: 38px !important;
            }

            #contenedorSolicitudVacaciones {
                margin-top: -3px !important;
            }

            .ag-vaca-form-sol {
                margin-top: -90px;
                height: 89%;
            }

            #BotoneraSolVacForm {
                bottom: 5px;
            }
        }

        @@media (min-width: 321px) and (max-width: 400px) {

            .ag-vaca-form-sol {
                margin-top: -90px;
                height: 89%;
            }

            #BotoneraSolVacForm {
                bottom: 5px;
            }
        }

        @@media (min-width: 400px) and (max-width: 430px) {

            .ag-vaca-form-sol {
                margin-top: -93px;
                height: 87%;
            }

            #BotoneraSolVacForm {
                bottom: 7px;
            }

            #labelDiasSolVaca {
                font-size: 49px !important;
            }
        }

        @@media (min-width: 431px) and (max-width: 740px) {

            #BotoneraSolVacForm {
                bottom: 0px;
            }

            .ag-vaca-form-sol {
                margin-top: -155px;
            }
        }

        @@media (min-width: 741px) and (max-width: 1024px) {

            #BotoneraSolVacForm {
                bottom: 3px;
            }

            .ag-vaca-form-sol {
                margin-top: -157px;
            }
        }

        @@media (min-width: 1024px) {

            #BotoneraSolVacForm {
                bottom: 3px;
            }
        }

    .coloFondo { 
        background-color: @(Utilitario.colorPrimario+"40"); 

    }