﻿/* DEFAULTS
Color Azul oscuro 0056a1
Color azul Claro bde3ee
----------------------------------------------------------*/

body {
    background:White;
    font-size: .80em;
    font-family: Calibri;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited {
    color: #696969;
    top: 5px;
    left: -1px;
    margin-bottom: 0px;
}

a:hover {
    color: #1d60ff;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #0056a1;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.6em;
    font-weight:800;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h7 {
    font-size: 1em;
    color: White;
}

h8 {
    font-size: xx-small;
    font-weight: bold;
    color: Red;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* Titulos personalizados   
----------------------------------------------------------*/

.titulo-importante {
    font-size: 1.2em;
    color: #ff6600;
    font-weight: bolder;
}

.aviso {
    font-size: small;
    color: Red;
    font-weight: bolder;
    background-color: Yellow;
}

.avisoblanco {
    font-size: medium;
    font-weight: bolder;
    color: white;
    font-weight: bolder;
}

.subtitulo {
    font-size: 1em;
    font-weight: bold;
}

/* Botones   
----------------------------------------------------------*/

a.LinkButton {
    color: black;
   
}

    a.LinkButton:hover {
        color: #008ED5;
        cursor: pointer;
    }

.buttonNeutro {
    border: 1px solid #006;
    background: #ECECEC;
    color: black;
    font-size: .80em;
    padding: 3px;
}
    .buttonNeutro:hover {
        background: #DDDDDD;
        cursor: pointer;
    }

.buttonAceptar {
    border: 1px solid #006;
    background: #008000;
    color: white;
    font-size: .80em;
    font-weight: 600;
    padding: 5px;
    webkit-border-radius: 2px 6px 6px 6px;
    -moz-border-radius: 2px 6px 6px 6px;
    border-radius: 2px 6px 6px 6px;
}

    .buttonAceptar:hover {
        background: #00BB00;
        cursor: pointer;
    }


.buttonCancelar {
    border: 1px solid #006;
    background: #A00000;
    color: white;
    font-size: .80em;
    font-weight: 600;
    padding: 5px;
    webkit-border-radius: 2px 6px 6px 6px;
    -moz-border-radius: 2px 6px 6px 6px;
    border-radius: 2px 6px 6px 6px;
}

    .buttonCancelar:hover {
        background: #C70000;
        cursor: pointer;
    }


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border-bottom: 1px solid #fff;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 0px;
    margin: 8px 14px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    width: 100%;
    color: #fff;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                border: 1px #000000 solid;
            }

div.atencion {
    background-color: Yellow;
    color: #465c71;
}


/* TAB SUB MENU   
----------------------------------------------------------*/
div.submenu-contenedor {
    background-color: #ececec;
    width: 99%;
    padding: 0px 10px 10px 10px;
}

div.submenu {
    padding: 0px 0px 0px 0px;
}

    div.submenu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.submenu ul li a, div.submenu ul li a:visited {
            background-color: #3a4f63;
            border: 1px #465c71 solid;
            color: #ffffff;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.submenu ul li a:hover {
                background-color: #ffffff;
                color: #3a4f63;
                text-decoration: underline;
            }

            div.submenu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/


/*Div para formularios managers*/

div.managers {
    background-color: #fff;
    width: 99%;
    padding: 0px 10px 10px 10px;
}

div.popups {
    padding: 10px 10px 10px 10px;
    text-align: left;
}

/*Div para formularios para imprimir*/

div.guias-body {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 1px solid #000;
    width: 98%;
    padding: 15px 15px 15px 15px;
}

div.documentos-body {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    width: 98%;
    padding: 15px 15px 15px 15px;
}


/*Otros Objetos*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset.SmallForm {
        margin: 0px 20px 0px 20px;
        padding: 15px;
        border: 1px solid #ccc;
        width: 250px;
    }

    fieldset.BigForm {
        margin: 0px 20px 0px 20px;
        padding: 15px;
        border: 1px solid #ccc;
        width: 900px;
    }

    fieldset.xBigForm {
        margin: 0px 20px 0px 20px;
        padding: 15px;
        border: 1px solid #ccc;
        width: 1000px;
    }

    fieldset.MediumForm {
        margin: 0px 20px 0px 20px;
        padding: 15px;
        border: 1px solid #ccc;
        width: 350px;
    }

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry-xsmall {
    width: 75px;
    border: 1px solid #ccc;
}

input.textEntry-small {
    width: 100px;
    border: 1px solid #ccc;
    margin-left: 0px;
}

input.textEntry-smallnumeros {
    width: 100px;
    border: 1px solid #ccc;
    text-align: right;
}

input.textEntry-normal {
    width: 100%;
    max-width: 280px;
    padding: 10px 14px;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    input.textEntry-normal:focus {
        border-color: #0078d4;
        box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.3);
        outline: none;
        background-color: #fff;
    }

input.textEntry-big {
    width: 300px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

input.textEntry-xbig {
    width: 450px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

input.textEntry-xxbig {
    width: 600px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

.textarea-normal {
    width: 200px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

/* Estilos para dropdownlist*/

.dropdownlist-small {
    width: 100px;
    border: 1px solid #ccc;
}

.dropdownlist-normal {
    width: 200px;
    border: 1px solid #ccc;
}

.dropdownlist-big {
    width: 300px;
    border: 1px solid #ccc;
}

.dropdownlist-xbig {
    width: 500px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0078d4;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .submitButton:hover {
        background-color: #005ea2;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .submitButton:active {
        background-color: #004578;
    }

    .submitButton:disabled {
        background-color: #d0d7de;
        color: #888;
        cursor: not-allowed;
    }

.forgotPasswordButton{
    background: none;
    border: none;
    color: #0078d4;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    padding: 6px 0;
    transition: color 0.3s ease;
}

.forgotPasswordButton:hover {
    color: #005ea2;
}

.forgotPasswordButton:focus {
    outline: 2px solid #aadffd;
    outline-offset: 2px;
}

        /* 
 Tablas
   ------------------------------------------------------------------------   */


.gridview-modern {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
}

    .gridview-modern th {
        background-color: #0078d4;
        color: #fff;
        text-align: left;
        padding: 12px;
        font-weight: 600;
        border-bottom: 2px solid #005ea2;
    }

    .gridview-modern td {
        padding: 10px 12px;
        border-bottom: 1px solid #e0e0e0;
        color: #333;
    }

    .gridview-modern tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .gridview-modern tr:hover {
        background-color: #eef6fc;
        cursor: default;
    }

    .gridview-modern .selected-row {
        background-color: #d0e7ff !important;
    }

     
table.tabla-popup {
    width: 100%;
    text-align: left;
}


table.tabla-guia-incluir {
    width: 100%;
    border: 1px;
    border-style: solid;
    background-color: #dcdcdc;
}


/*Tablas limpias para ordenar contenido*/

.tabla-clear {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: 0px;
}

    .tabla-clear td {
        padding: 5px 0px 0px 0px;
        vertical-align: baseline;
    }


/*Tablas para entregar información color azul*/

.tabla-informacion {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 1em;
    margin: 15px;
    width: 450px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #69c;
}

    .tabla-informacion thead {
        padding: 12px 17px 12px 17px;
        font-weight: bold;
        font-size: 1em;
        color: #696969;
        border-bottom: 1px dashed #69c;
    }

    .tabla-informacion tr {
        padding: 12px 17px 12px 17px;
        border-bottom: 1px dashed #69c;
    }

    .tabla-informacion td {
        padding: 7px 17px 7px 17px;
        color: #696969;
        vertical-align: baseline;
    }

    .tabla-informacion tbody tr:hover td {
        color: #339;
        background: #d0dafd;
    }

/*Tablas para entregar avisos importantes color naranjo*/

.tabla-aviso {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 1em;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #ff6600;
}

    .tabla-aviso thead {
        padding: 12px 17px 12px 17px;
        font-weight: bold;
        font-size: 1em;
        color: #696969;
        border-bottom: 1px dashed #69c;
    }

    .tabla-aviso tr {
        padding: 12px 17px 12px 17px;
        border-bottom: 1px dashed #69c;
    }

    .tabla-aviso td {
        padding: 7px 17px 7px 17px;
        color: #696969;
        vertical-align: baseline;
    }

    .tabla-aviso tbody tr:hover td {
        color: #fff;
        background: #ff6600;
    }

/*Tablas limpias para contener submenus*/

.tabla-submenu {
    margin: 0px,0px,0px,0px;
    width: 100%;
    border: 0px;
}

    .tabla-submenu td {
        padding: 0px 0px 0px 0px;
        vertical-align: baseline;
        width: 33%;
    }

/*Tablas TEMPORAL para mostrar como se veran los registros*/

.tabla-temporal {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 1em;
    margin: 5px 10px 0px 0px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #69c;
}

    .tabla-temporal thead {
        background-color: #ececec;
        padding: 12px 17px 12px 17px;
        font-weight: bold;
        font-size: 1em;
        color: #696969;
        border-bottom: 1px dashed #69c;
    }

    .tabla-temporal tr {
        padding: 12px 17px 12px 17px;
        border-bottom: 1px dashed #69c;
    }

    .tabla-temporal td {
        padding: 7px 17px 7px 17px;
        color: #696969;
        vertical-align: baseline;
    }

    .tabla-temporal tbody tr:hover td {
        color: #339;
        background: #d0dafd;
    }

