﻿@charset "UTF-8";

html {
    height: 100%;
    position: relative;
}

/* CSS Document */
body {
    color: #737373;
    font-family: 'Ubuntu';
    /*color: #004387;*/
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-image: url("../Images/NewStyleSSO/Back-Logon.png");
    background-size: cover;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-family: 'Ubuntu' !important;
    margin: 0px;
    padding: 0px;
    font-weight: 200;
    font-size: 1.5rem;
    text-align: left;
    color: black;
}

h1, h2, h3, h4, h5 {
    font-family: Arial;
    font-size: 12px;
    color: #737373;
    font-weight: normal;
}

/* FONTS */
@font-face {
    font-family: 'Edenred';
    src: url("../Content/Font/NewStyleSSO/edenred_light.otf") format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Edenred';
    src: url("../Content/Font/NewStyleSSO/edenred_bold.otf") format('truetype');
    font-style: bold;
    font-weight: 500;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("../Content/Font/NewStyleSSO/Ubuntu-Regular.ttf") format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("../Content/Font/NewStyleSSO/Ubuntu-Medium.ttf") format('truetype');
    font-style: medium;
    font-weight: 500;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("../Content/Font/NewStyleSSO/Ubuntu-Bold.ttf") format('truetype');
    font-style: bold;
    font-weight: 800;
}

.MainPage {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.Logo_White {
    float: left;
    height: 27px;
    width: 160px;
    padding: 7px;
}
/* Menú */
.Segundo_Menu {
    background-color: #f0f1f1;
    float: left;
    height: 25px;
    width: auto;
    margin: 5px;
    padding: 5px;
}

.Segundo_Menu_Item {
    float: left;
    height: 20px;
    width: auto;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

    .Segundo_Menu_Item:hover {
        height: 15px;
        background-color: #cfd1d2;
    }

.Segundo_Link {
    color: #646567 !important;
    font-size: 10pt;
    text-decoration: none;
}

.Footer {
    background-color: white;
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px 80px 20px 70px;
}

.FLinks {
    text-align: left;
    height: 100px;
    float: left;
    margin: 10px 20px 10px 20px;
}

.Slogan {
    margin: 10px;
    width: 108px;
    height: 105px;
    background-image: url('/Content/img/Fael.png');
    float: right;
}

.FooterLinksContainer {
    /*width: 1000px;*/
    height: 125px;
    margin: auto;
}

.FooterContainer {
    width: 1020px;
    height: 150px;
    margin: auto;
}

.LTitle {
    font-size: 10pt;
    color: #646567;
}

.EDLink {
    font-weight: lighter;
    font-size: 8pt;
    color: #646567 !important;
    text-decoration: none;
}

.FooterLogos {
    width: 100%;
}

.Logos_Container {
    /*width: 950px;*/
    height: 50px;
    margin: 10px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

    .Logos_Container a:hover {
        color: #646567;
        text-decoration: none;
        font-size: 11pt;
    }

.menushadow {
    margin: auto;
    padding-top: 0px;
    background-image: url('');
    background-position: center;
    background-repeat: no-repeat;
    height: 4px;
    background-color: transparent;
}

.HeaderContainer {
    /*width: 880px;*/
    margin: auto;
    padding: 5px;
}

    .HeaderContainer table {
        border-collapse: collapse;
        /*text-align:center;*/
        /*cellspacing="0" align="center"*/
    }

        .HeaderContainer table tr {
            vertical-align: top;
        }

.Login table {
    /*width: 800px;*/
    /*border-spacing: 0px;*/
    border-collapse: separate;
}

    .Login table td {
        padding: 0px;
    }


.SecureImg {
    border: none;
    margin: 25px;
}

.BracketImg {
    border: none;
    margin: 15px;
}

.Header_Top {
    margin-top: 0px;
    height: 0px;
    background-color: transparent;
}

.Logo_White {
    float: left;
    height: 27px;
    width: 160px;
    padding: 7px;
}

.Navegacion {
    height: 25px;
    width: auto;
    padding: 3px;
}

.Nav_Menu_Item {
    float: left;
    height: 20px;
    width: auto;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

    .Nav_Menu_Item:hover {
        height: 15px;
        background-color: #004387;
    }

.Nav_Link {
    color: #ffffff !important;
    font-size: 10pt;
    text-decoration: none;
}

.Nav_Link_Sel {
    background-color: #e2001a;
    color: #ffffff !important;
    font-size: 10pt;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}


.inputs:not(.NewStyle) {
    width: 200px;
    margin: 5px auto;
    background: #f5f5f5;
    font-size: 0.9rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dadada;
    padding: 5px;
    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
    /*float: right;*/
}

.Login {
    max-width: 550px;
    min-width: 100px;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #cfd1d2;
}

.Main {
    width: 100%;
    margin: 5px auto;
    background-color: #ffffff;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #cfd1d2;
}

.Aviso {
    font-size: 9pt;
    font-weight: 400;
    color: #666666;
    padding: 10px 25px;
    text-align: center;
    font-family: 'Ubuntu';
}

.submit:not(.NewStyle) {
    font-size: 11pt;
    font-weight: lighter;
    background-color: #8dc63f;
    border: 1px solid #5e8c22 !Important;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: auto;
    height: 30px;
    margin: 10px auto;
    padding: 3px 35px;
    cursor: pointer;
}

.Alert {
    width: 350px;
    margin: 15px auto;
    background-color: #f7c8b6;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #af131f;
    font-size: 10pt;
    color: #af131f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-header {
    margin: auto;
    width: 75%;
    min-height: 90px;
    padding: 1em 2em;
    border: 2px solid #2675a9;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #2980b9;
}

    .main-header:after {
        content: " ";
        display: table;
        clear: both;
    }
/* Nav Demo Styles -------------------- */

.main-nav, .drop-nav {
    background: #004387;
}

.main-nav {
    float: right;
    border-radius: 4px;
    border: solid 1px #1e2a36;
}

    .main-nav > li {
        float: left;
        border-left: solid 1px #1e2a36;
    }

    .main-nav li:first-child {
        border-left: none;
    }

    .main-nav a {
        color: #f0f1f1;
        display: block;
        padding: 5px 30px;
        text-decoration: none;
        font-size: 9pt;
        font-weight: lighter;
    }

.dropdown, .flyout {
    position: relative;
}

    .dropdown:after {
        font-size: 11pt;
        display: block;
        position: absolute;
        top: 38%;
        right: 12%;
    }

.drop-nav, .flyout-nav {
    position: absolute;
    display: none;
    width: 170px;
}

    .drop-nav li {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

.dropdown:hover > .drop-nav, .flyout:hover > .flyout-nav {
    display: block;
}

.flyout-nav {
    right: 100%;
    top: 0;
}

.flyout:hover a, .flyout-nav {
    background: #395066;
}

.FrameContainer {
    margin: auto;
    background-color: #ffffff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #cfd1d2;
    /*max-width: 1000px;*/
}

.Tercer_Menu {
    background-color: #f0f1f1;
    float: right;
    margin: 8px;
}

.AppsContainer {
    width: 100%;
    height: 255px;
}

.App {
    width: 229px;
    margin: 10px;
    background-color: #ffffff;
    padding: 5px;
    border: solid 1px #cfd1d2;
    float: left;
}

.DivDataUser {
    width: 350px;
    margin: auto;
    height: 45px;
}

.DivLeftDataUser {
    float: left;
    padding-top: 10px;
    font-size: 12pt;
    font-weight: lighter;
    color: #646567;
}

.DivRightDataUserHeight3 {
    float: right;
    height: 3px;
}

.DivRightDataUserHeight5 {
    float: right;
    height: 5px;
    margin-top: 5px
}

.Clear {
    clear: both;
    display: block;
}

.FloatLeftDiv {
    float: left;
}


.NoBorder {
    border: 0;
}

.FooterSecondPart {
    margin: auto;
    color: #646567;
    font-size: 10pt;
    font-family: 'Ubuntu';
}

.FooterSecondPartSection1 {
    float: left;
    margin-left: 20px;
}

.FooterSecondPartSection2 {
    float: right;
    margin-left: 20px;
}

.FooterLink {
    color: #646567;
    text-decoration: none;
}


.toolTipHelp {
    display: inline;
    float: right;
    padding-top: 10px;
}

.regular {
    font-weight: 100;
    font-size: 1rem;
    font-family: 'Ubuntu';
    color: black;
}

/* agregados */
.field-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.field {
    width: 100%;
}

    .field > input {
        height: 1.7rem;
        border: 0.9px solid #999999;
        border-radius: 0.3rem;
        margin-bottom: 24px;
        width: 100%;
        font-family: 'Ubuntu';
        font-size: 16px;
        font-weight: 100;
    }

    .field > p {
        font-weight: 400;
        font-size: 1rem;
        color: #999999;
        margin-bottom: 0.4rem;
    }

.drop-title {
    display: flex;
    font-family: 'Ubuntu';
    font-size: 1rem;
    font-style: normal !important;
    color: #999999;
}

    .drop-title > b {
        color: #B00020;
        display: flex;
        align-items: center;
    }

.field-error {
    color: #B00020;
    font-size: 0.9rem;
}

/* Primary*/
.button-primary {
    width: 100%;
    padding: 0.5rem 0rem;
    border: none;
    border-radius: 0.5rem;
    background-color: #0D8AFF;
    color: white;
    font-family: 'Ubuntu';
    font-weight: 100;
    font-size: 1rem;
}

    .button-primary:hover {
        background-color: #005FB8;
    }

    .button-primary:active {
        font-weight: 500;
    }

    .button-primary:disabled {
        color: white;
        background-color: #D2D2D2;
    }

a {
    font-weight: 100;
    color: #0D8AFF;
    font-size: 1rem;
    font-family: 'Ubuntu';
}

.LinkForgotPass {
    font-size: 11pt;
    text-decoration: none;
    color: black;
}

    .LinkForgotPass a {
        color: black;
    }

        .LinkForgotPass a:hover {
            color: #3a87ad;
            text-decoration: underline !important;
            font-size: 11pt !important;
        }

#anotherLoginSpace a:hover {
    color: #3a87ad;
    text-decoration: underline !important;
    font-size: 11pt !important;
}

/* Primary layout 
-----------------------------------------------------------*/
#page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background-color: #332822;
    min-height: 120px;
    color: White;
}

#title {
    display: flex;
    align-items: center;
}

#logindisplay {
    margin-right: 1rem;
    text-align: right;
}

#nombre_usuario {
    margin-right: 1rem;
    text-align: right;
}

    #nombre_usuario > p {
        width: 12rem;
    }

#menuContainer {
    width: 750px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
}

#menu {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none outside none;
    text-align: left;
}

    #menu ul {
        width: 900px;
    }

        #menu ul li {
            margin-bottom: 0;
            /*padding-bottom: 1px;*/
            float: left;
            white-space: nowrap;
            /* padding-right: 20px;*/
            /*M*/
            width: 125px;
            height: 13px;
            border-right: 1px solid #005FB8;
            text-align: center;
        }

            #menu ul li a {
                text-decoration: none;
                color: #3A3A3A !important;
                font-family: 'Ubuntu';
                font-size: 12px !important;
            }

                #menu ul li a:hover {
                    border-color: #0D8AFF;
                    color: #0D8AFF;
                    font-size: 12px !important;
                }

#main {
    width: 750px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#mainContents {
    padding: 10px;
}

#footer {
    background-color: #574E44;
}

#footerContents {
    width: 750px;
    color: #ddd;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    font-size: 0.9em;
    padding-right: 10px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

.errorMessage {
    color: red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    width: auto;
    height: auto;
    float: right;
    font-family: 'Ubuntu';
    font-size: 12px;
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    width: 100%;
    min-height: 30px;
    margin: 5px auto;
    padding-top: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
}

.validation-summary-valid {
    display: none;
    color: #ff0000;
}

.validation-summary-errors ul {
    list-style: none outside none;
}

.validation-summary-errorsx ul {
    list-style: none outside none;
    color: #ff0000;
}

#form {
    background-color: #EBE4D8;
    width: 400px;
    padding: 10px;
}

.editor-field, .display-field {
    font-family: Segoe UI, Tahoma, Verdana, Arial;
    font-size: 1.2em;
}

    .editor-field textarea, .editor-field input {
        font-size: 1em;
    }

.editor-label, .display-label {
    font-weight: bold;
}

.actions-region {
    margin-top: 15px;
}

    .actions-region a {
        font-family: Tahoma, Verdana, Arial;
        font-size: 1em;
        text-decoration: none;
    }

/*Buttons*/
.btnNeutral, .actions-region a {
    cursor: hand;
    padding: 4px 12px 3px 12px;
    width: 120px;
    cursor: pointer;
    overflow: visible;
}

#searchFilter {
    border-style: solid;
    border-width: 1px;
    border-color: #fefefe #f9f9f9 #f9f9f9 #fefefe;
    background-color: #fcfcfc;
    background: -moz-linear-gradient(top, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f9f9f9));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fefefe', EndColorStr='#f9f9f9');
    float: left;
    width: 797px;
    height: auto;
}

#searchFilter_com {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 30px;
}

#searchFilter label {
    display: block;
    padding-top: 5px;
    font-size: 0.9em;
}

#searchFilter_com span {
    clear: both;
    display: block;
    padding-top: 15px;
    margin-left: 10px;
    padding-bottom: 20px;
}

#detailsContainer {
    padding: 10px;
}

.field-validation-error {
    color: #dc3535;
}

.input-validation-error {
    border: 1px solid #df6b6b;
    background-color: #ffffdf;
}

span.validation-summary-errors {
    font-weight: bold;
}

.lblName {
    width: 40%;
    text-align: right;
    padding-right: 13px;
    padding-top: 3px;
}

/* Alerta información */
.InfoAlert {
    width: 355px;
    min-height: 50px;
    margin: 15px auto;
    padding: 10px 5px 1px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: 'Ubuntu' !important;
    font-weight: normal;
    background-color: #F2A83A;
    border: 2px solid #be7508;
    color: white;
}

    .InfoAlert ul, li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
    }

    .InfoAlert a:hover {
        display: inline;
        text-decoration: underline;
    }

/* Alerta en amarillo */
.YellowAlert {
    width: 355px;
    min-height: 75px;
    height: 75px;
    margin: 15px auto;
    padding: 0px 10px 0px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: normal;
    background-color: #f8b000;
    border: solid 1px #f29200;
    color: #a76501;
}

    .YellowAlert ul, li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
    }

    .YellowAlert a:hover {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        text-decoration: underline;
    }

/* Alerta en naranja*/
.OrangeAlert {
    width: 355px;
    min-height: 75px;
    height: 75px;
    margin: 15px auto;
    padding: 0px 10px 0px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 0.5rem;
    font-size: 10pt;
    font-family: 'Ubuntu' !important;
    font-weight: normal;
    background-color: #f8b000;
    border: solid 2px #be7508;
    color: #a76501;
}

    .OrangeAlert ul, li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
        color:white;
    }

    .OrangeAlert a {
        color: white;
        font-size: 0.9rem;
    }

        .OrangeAlert a:hover {
            color: white;
            display: inline-block;
            text-align: center;
            font-size: 0.9rem;
            text-decoration: underline;
        }

/* Alerta en rojo */
.RedAlert {
    width: 355px;
    min-height: 75px;
    /*height: 75px;*/
    margin: 15px auto;
    padding: 0px 10px 0px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: 'Ubuntu';
    background-color: #D5584F;
    border: solid 2px #B00020;
    color: #af131f;
}

    .RedAlert ul li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
        color: white;
    }

    .RedAlert a {
        color: white;
        font-size: 0.9rem;
    }

    .RedAlert a:hover {
        color: black;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        text-decoration: underline;
    }

/* Otras Alertas */
.GeneralError {
    width: 355px;
    background-color: #D5584F;
    border: solid 2px #B00020;
    color: white;
    padding: 0px 10px 0px 10px;
    margin: 15px auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* Estilo negritas */
.FontWeight600 {
    font-weight: 600;
}

/* Alerta información */
.NoAlert {
    width: 355px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: normal;
    background-color: transparent;
}


/* Alerta información */
.DivGeneralAlert {
    width: 100%;
}


.PersonalFieldset {
    border: 0;
}

.BannerxLink {
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    background-color: transparent;
    text-align: justify;
    color: black;
}

    .BannerxLink a:hover {
        color: black;
        font-weight: bold;
        text-decoration: none;
        font-size: 10pt;
    }

.InputBorderLess {
    background-color: #eee;
    border: 0;
    text-align: left;
    width: 220px;
    font-size: 12pt;
    background-color: white;
}

.anotherLoginDiv {
    display: inline-block;
}

.regular-bold {
    font-weight: 800;
    font-size: 1rem;
}

.small {
    font-weight: 100;
    font-size: 0.9rem;
}

/* LOADING SCREEN */
.loading-screen {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
}