﻿
html {
    background-image: url(../../Content/Images/IoFacturoImages/body.png);
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-y: 0%;
    background-position-x: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "UnityHeadline";
    src: url('../../Content/Font/TCCC-UnityHeadline Regular.ttf');
}

body {
    background-image: url(../../Content/Images/IoFacturoImages/body.png);
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-y: 0%;
    background-position-x: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-family: "UnityHeadline", sans-serif !important;
    margin: 0;
    padding: 0;
}

header, footer, hgroup,
nav, section {
    display: block;
}



.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: transparent;
    clear: both;
    padding-bottom: 35px;
    color: #FFF;
    font-size: 14px;
    /*height:600px;*/
}

.main-content {
    padding-left: 10px;
    padding-top: 30px;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    background-color: transparent;
    clear: both;
    font-size: .8em;
    height: 100px;
}

/* Inician estilos para  el menu horizontal (Tienda-Soporte-Cuenta)
----------------------------------------------------------*/
.menu {
    font-size: 14px;
    font-weight: 500;
    font-family: "UnityHeadline", sans-serif !important;
    color: #0061EC;
    z-index: 4;
}

    .menu a:hover {
        color: yellow;
        background-color: #213454;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .menu a {
        text-decoration: none;
        padding: 0 8px 10px;
        color: #0061EC; /*Color del texto de la caja*/
        outline: none;
    }

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 10px;
    }

        .menu ul li {
            padding: 0;
            float: left;
        }

            .menu ul li ul li {
                padding: 0;
                float: none;
                margin: 0px;
                width: 100%;
            }

            .menu ul li ul {
                position: absolute;
                /*border: 1px solid #C3D1EC;*/ /*#ffffff;*/
                box-shadow: 0 1px 5px #CCCCCC;
                margin-top: 10px;
                display: none;
                padding: 3px 16px 3px 0px; /*Espacio entre el cuadro desplegable y las opciones que se*/
                border-radius: 4px;
                /*background: #ddd url(images/gradient.png) repeat-x 0 0;*/
                background-color: #fff; /*Color de fondo de la caja desplegable*/
                width: 150px;
                /*right:15px;*/
            }

                .menu ul li ul:after {
                    bottom: 94px; /*Esta linea se tiene que actualizar si se agregan o quitan opciones del menú desplegable +-22*/
                    content: "";
                    left: 25px;
                    position: absolute;
                    z-index: 99;
                    /* el triángulo inferior */
                    border: solid;
                    /*border-color: rgba(7, 9, 35, 0.45) transparent;*/
                    border-color: rgba(255, 255, 255, 1) transparent;
                    border-width: 0px 6px 6px 6px;
                }

.active ul {
    display: block !important;
}

.active a {
    /*background-color: #FFF;*/
    /*border: 1px solid #C3D1EC;
    border-bottom: 0;
    box-shadow: 0 -1px 5px #CCCCCC;*/
    display: block;
    height: 22px; /*Establece la altura de las opciones del menú desplegable */
    padding: 0 8px 0 8px; /*Establece el espacio entre cada opción del menú desplegable*/
    position: relative;
    z-index: 1;
}

.active.special a {
    display: inline;
}



.active a:hover {
    background-color: #213454;
}

.active ul a:hover {
    background-color: #e4ebf8;
    color: #63c0f0;
}

.active ul a {
    border: 0 !important;
    box-shadow: 0 0 0 #CCCCCC;
    border: 0;
    width: 100%;
}

.arrow {
    border-color: #3366CC transparent transparent;
    border-style: solid dashed dashed;
    margin-left: 5px;
    position: relative;
    top: 10px;
}
/*aqui termina los estilos del menu hotizontal (Tienda-Soporte-Cuenta)*/
.notaRoja9 {
    color: red;
    font-size: 9px;
}
/*Inicio de Estilos para identificadores MENU (Opción Cuenta--menú desplegable vertical)-----------------*/
ul#menu {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    float: left;
    z-index: 4;
    font-family: "UnityHeadline", sans-serif !important;
    left: 55%;
    top: 15px;
}

    ul#menu li {
        /*display: inline;*/
        /*list-style: none;*/
        padding-right: 15px;
        padding-bottom: 0px; /*influye en la separación entre cada una de la opciones del menú desplegable*/
        /*padding-top:2px;*/
        /*background-color:#fff;*/
    }

        ul#menu li:hover {
            background-color: #7A7A7A; /*#fff;*/ /*Color de Fondo (HOVER) del para las opciones del menú horizontal*/
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        ul#menu li:first-child:hover {
            background-color: transparent;
        }

        ul#menu li a:hover {
            color: #000;
            text-decoration: none;
            background-color: transparent;
        }

        ul#menu li .ImageIcon {
            background-image: url(../../Content/images/IoFacturoImages/IconosMenu.png);
            background-repeat: no-repeat;
            display: table-cell;
            width: 20px;
        }

        ul#menu li a { /*Estilos que aplican a las opciones del menú horizontal*/
            /*margin-left:20px;*/
            color: #0061EC; /*#FFFFFF;*/ /*Color de Texto de las opciones Horizontales*/
            text-decoration: none;
            font-family: "UnityHeadline", sans-serif !important;
        }

    ul#menu .lista li a { /*Estilos que aplican a las opciones del menú desplegable de cuenta*/
        margin-left: 0px;
        color: #7A7A7A; /*Color del Texto del menú desplegable*/
        font-size: 13px;
        font-weight: normal;
        text-decoration: none;
        font-family: "UnityHeadline", sans-serif !important;
    }

        ul#menu .lista li a:hover { /*Estilos que aplican a las opciones del menú desplegable de cuenta*/
            margin-left: 0px;
            /*width: 140px;*/
            color: #7A7A7A;
            border-radius: 0px;
            -webkit-border-radius: 0px; /*se establece para hacer la seleccion recta y quitarle esquinas redondeadas*/
            -moz-border-radius: 0px;
            background-color: #eee;
            /*font-weight:bold;*/
            text-decoration: none;
            font-family: "UnityHeadline", sans-serif !important;
        }


    ul#menu li .ImageIcon[tipo="Tienda"] {
        background-position: -0px -98px;
    }

    ul#menu li .ImageIcon[tipo="Soporte"] {
        background-position: -0px -136px;
    }

    ul#menu li .ImageIcon[tipo="Cuenta"] {
        background-position: -0px -118px;
    }

    ul#menu li .ImageIcon[tipo="Invita"] {
        width: 143px;
        background-position: -0px -153px;
    }

.Semaforo[tipo="Oculto"] {
    display: none;
}

.Semaforo[tipo="RojoCss"] {
    width: 14px;
    height: 14px;
    margin-left: 25px;
    background: #FF0000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.Semaforo[tipo="RojoImagen"] {
    width: 49px;
    height: 15px;
    margin-left: 10px;
    margin-top: 3px;
    background-image: url(../../Content/images/IoFacturoImages/semaforoRojo.png);
}

.Semaforo[tipo="RojoRealista"] {
    width: 15px;
    height: 36px;
    margin-left: 15px;
    margin-top: -6px;
    background-image: url(../../Content/images/IoFacturoImages/SemaforoRojoRealista.png);
}

.Semaforo[tipo="AmarilloCss"] {
    width: 14px;
    height: 14px;
    margin-left: 25px;
    background: #FFFF00;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.Semaforo[tipo="AmarilloImagen"] {
    width: 49px;
    height: 15px;
    margin-left: 10px;
    margin-top: 3px;
    background-image: url(../../Content/images/IoFacturoImages/semaforoAmarillo.png);
}

.Semaforo[tipo="AmarilloRealista"] {
    width: 15px;
    height: 36px;
    margin-left: 15px;
    margin-top: -6px;
    background-image: url(../../Content/images/IoFacturoImages/SemaforoAmarilloRealista.png);
}

.Semaforo[tipo="VerdeCss"] {
    width: 14px;
    height: 14px;
    margin-left: 25px;
    background: #008040;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.Semaforo[tipo="VerdeImagen"] {
    width: 49px;
    height: 15px;
    margin-left: 10px;
    margin-top: 3px;
    background-image: url(../../Content/images/IoFacturoImages/semaforoVerde.png);
}

.Semaforo[tipo="VerdeRealista"] {
    width: 15px;
    height: 36px;
    margin-left: 15px;
    margin-top: -6px;
    background-image: url(../../Content/images/IoFacturoImages/SemaforoVerdeRealista.png);
}
/*Final de Estilos para identificadores MENU (Opción Cuenta--menú desplegable vertical)-----------------*/
ul#menu2 {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    float: right;
    z-index: 4;
    /*font-family: "UnityHeadline", sans-serif !important;*/
    font-family: "UnityHeadline", sans-serif !important;
    left: 60%;
    top: 15px;
}

    ul#menu2 li {
        display: inline;
        list-style: none;
        padding-right: 15px;
    }

        ul#menu2 li:hover {
            background-color: #FFF;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

        ul#menu2 li a {
            color: #0061EC;
            text-decoration: none;
            font-family: "UnityHeadline", sans-serif !important;
        }

            ul#menu2 li a:hover {
                background-color: transparent;
                color: #0061EC;
            }

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

input {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 13px;
    padding: 5px;
    width: 300px;
}



/* tables
----------------------------------------------------------*/
.MiTabla table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

.MiTablaNomina table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    border: 0 none;
}

.MiTabla td {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

/*--------------------------------INICIA ESTILOS IOFACTURO------------------------------------------*/
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    line-height: 0;
}

#AppContent {
    width: 1000px;
    height: auto;
    border: 1px solid #d3d3d3;
    float: left;
    border-radius: 4px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: #fff;
    padding: 0px 15px 0px 15px;
    position: relative;
    margin: 5px 57px auto;
}

#AppContentInfo {
    width: 1555px;
    height: auto;
    border: 1px solid #d3d3d3;
    float: left;
    border-radius: 4px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: #fff;
    padding: 0px 15px 0px 15px;
    position: relative;
    margin: 5px 57px auto;
}

.clearlink {
    background-color: none;
}

.dashboard-divider {
    /*padding: 15px 20px 20px 0px;*/
    /*border-right-color:#eee;
    border-right-width:1px;
    border-right-style:solid;*/
    padding-top: 0px;
    padding-bottom: 20px;
    background-image: url(../../Content/Images/IoFActuroImages/backgroundDashboard.png);
    background-repeat: repeat-y;
    background-position-x: right;
    background-position-y: top;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    float: left;
    background-position: right;
}

    .dashboard-divider::after {
        width: 380px;
        height: auto;
        float: left;
        content: "";
    }

.dashboard-divider2 {
    float: left;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    /*border-left-color:#fff;
    border-left-width:2px;
    border-left-style:solid;*/
    background-color: transparent;
    top: initial;
}

    .dashboard-divider2::after {
        width: 540px;
        height: auto;
        /*float: left;*/
        content: "";
    }

.Config-divider {
    padding-top: 20px;
    padding-bottom: 20px;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    /*float: left;*/
    display: table-cell;
}

    .Config-divider > .highlight {
        color: #0061EC;
        /*background-color:#555555;*/
        background-color: #FFF;
        border-radius: 4px;
        padding: 2px 2px 2px 2px;
    }

    .Config-divider a {
        color: #1296d6;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
    }

        .Config-divider a:hover {
            /*color:#0e75a7;
    background:none;*/
            color: #0061EC;
            background-color: #c7c7c7;
            border-radius: 4px;
            padding: 2px 2px 2px 2px;
        }

    .Config-divider::after {
        width: 220px;
        height: auto;
        content: "";
    }

.Config-divider2 {
    /*float: left;*/
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    top: initial;
    display: table-cell;
}

    .Config-divider2::after {
        width: 700px;
        height: auto;
        /*float: left;*/
        content: "";
    }

.Config-divider-info {
    /*float: left;*/
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    top: initial;
    display: table-cell;
    width: 600px;
}

    .Config-divider-info::after {
        width: 850px;
        height: auto;
        /*float: left;*/
        content: "";
    }

.span3 {
    width: 220px;
}

.span5 {
    width: 380px;
}

.span7 {
    width: 540px;
}

.span9 {
    width: 700px;
}

hr {
    border-color: currentcolor currentcolor #E3E3E3;
    border-style: none none solid;
    border-width: 0 0 2px;
    background-color: #5BBF21;
    margin: 5px 5px 5px 0;
}

pull-right {
    float: right;
}

textarea {
    vertical-align: top;
    overflow: auto;
}

.formActions {
    border-top: #d9e1e8 solid 1px;
    background-color: #e4eaf0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

    .formActions > span:first-child {
        padding: 0px 5px 0px 5px;
        border-radius: 5px;
        background-color: rgb(235, 235, 235);
        display: inline-block;
    }
/*-----------------------------------------------------------INICIO DE pantalla PORTAL -------------------------------------------*/
#mensajeInicialPublico {
    width: 40%;
    height: auto;
    /*padding:0px;*/
    display: inline-block;
    float: left;
    margin-left: 100px;
    font-weight: 100;
    margin-top: 80px;
    /*border:#aaaaaa 1px solid;
    border-radius:5px;
    background-color:white;
    filter:alpha(opacity=50);
    opacity:0.8;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;*/
    padding: 5px 10px 10px 10px;
    font-size: 18px;
    color: #a79d9d;
}

    #mensajeInicialPublico h3 {
        text-align: center;
    }

    #mensajeInicialPublico h2 {
        color: #a79d9d;
    }

.contenido {
    width: 100%;
    top: 80px;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: block;
}

.boxed-inner {
    clear: both;
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    display: block;
    top: 50px;
    right: 8%;
    position: absolute;
}

.boxed-innerPublico {
    margin-top: 10em;
    float: right;
    margin-right: 8em;
    margin-bottom: 100px;
    margin-left: 0px;
    display: inline-block;
    top: 50px;
}

    .boxed-innerPublico div {
        display: inline-block;
    }

.loginDiv {
    /*background: url(../../Content/Images/IoFacturoImages/fondo2023.jpg);*/
    background-color: #fff;
    position: absolute !important;
    right: 0px;
    top: 0px;
    height: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.loginDiv2 {
    background: url(../../Content/Images/IoFacturoImages/fondo2023.jpg);
    position: fixed !important;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed,scroll;
    background-position-y: center,0%;
    background-position-x: center,0%;
    background-size: cover,auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.titleF {
    color: #a79d9d;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    font-family: "Open Sans","Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.TextoInicio {
    color: #a79d9d;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

a.LinkInicio {
    color: rgb(0, 146, 159);
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

    a.LinkInicio:hover {
        color: rgb(0, 129, 141);
        text-decoration: none;
        cursor: pointer;
    }

.btnIniciar {
    background-color: #1aa1ea;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-bottom-color: rgba(0,0,0,0.25);
    border-left-color: rgba(0,0,0,0.1);
    border-right-color: rgba(0,0,0,0.1);
    border-top-color: rgba(0,0,0,0.1);
    border-radius: 4px;
    border-style: solid;
    border: 1px;
    height: 30px;
    width: 100px;
}

    .btnIniciar:hover {
        background-color: rgb(0, 129, 141);
    }

/*-----------------------------------------------------------TEXTOS IOFACTURO-------------------------------------------*/

.TextoFooter {
    color: #929292;
    font-size: 12px;
}

.TextoCentro {
    color: #495f6b;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.editor-label-cat, .display-label-cat, .TextoBox, .display-label {
    color: #495f6b;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

.TextoBox2 {
    color: #495f6b;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.TituloFactura {
    color: #495f6b;
    font-size: 30px;
    font-weight: 100;
    text-align: right;
}

    .TituloFactura:hover {
        border: dashed 1px #d6dde4;
        background-image: url(../../Content/Images/IoFActuroImages/lapiz.png);
        background-repeat: no-repeat;
        background-position: top right;
        padding: 5px;
    }

.numeroFactura {
    color: #444444;
    font-size: 30px;
    font-weight: 400;
    text-align: right;
}

    .numeroFactura:hover {
        border: dashed 1px #d6dde4;
        background-image: url(../../Content/Images/IoFActuroImages/lapiz.png);
        background-repeat: no-repeat;
        background-position: top right;
        padding: 5px;
    }

.titulo {
    color: #008592;
    font-size: 28px;
    font-weight: 400;
    margin: 20px 0px;
}

.titulo_secc {
    color: #008592;
    font-size: 28px;
    font-weight: 400;
    margin: 20px 0px;
}

.TextoDasboard {
    color: rgb(150, 203, 60);
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0px;
}

.TextoDasboardTitulo {
    /*color:rgb(150, 203, 60);*/
    color: #0061EC;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0px 20px 0px;
}

.TextoDasboard2 {
    color: #444444;
    font-size: 14px;
    margin: 20px 0px;
}

.TextoL {
    color: #1296d6;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

    .TextoL:hover {
        color: #0e75a7;
        text-decoration: none;
        background: none;
    }

a.TextoLink {
    color: #1296d6;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

    a.TextoLink:hover {
        color: #0e75a7;
        text-decoration: none;
        background: none;
    }

a.TextoLinkF {
    color: #1296d6;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

    a.TextoLinkF:hover {
        color: #0e75a7;
        text-decoration: none;
        background: none;
    }

.InfObligatoria, .trese {
    color: #495f6b;
    font-size: 12px;
    font-style: oblique;
}

.Asterisco {
    color: #1296d6;
    font-size: 14px;
    text-align: right;
}

a.TextoPrivacidad {
    color: #1296d6;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
}

    a.TextoPrivacidad:hover {
        color: #0e75a7;
        text-decoration: none;
        background: none;
        text-align: right;
    }

/*-----------------------------------------CONTENIDO DE TABS IOFACTURO----------------------------------------------------*/
/******* MENU TABS *******/
#container {
    margin: 40px auto;
    width: 940px;
}

    #container ul {
        list-style: none;
        list-style-position: outside;
    }

        #container ul.menu li {
            float: left;
            margin-right: 8px;
            margin-bottom: -1px;
        }

        #container ul.menu li {
            font-weight: 500;
            display: block;
            padding: 8px 15px;
            background: rgb(220, 220, 220);
            margin: 0px 0px -1px;
            margin-bottom: -1px;
            float: left;
            left: -25px;
            border: 1px solid rgb(211, 211, 211);
            border-width: 1px 1px 1px 1px;
            position: relative;
            color: rgb(153, 153, 153);
            cursor: pointer;
            border-radius: 0px 4px 0 0;
            -moz-border-radius: 0px 4px 0 0;
            -webkit-border-radius: 0px 4px 0 0;
        }

            #container ul.menu li:hover {
                color: rgb(102, 102, 102);
            }

            #container ul.menu li.active {
                background: #fff;
                border-bottom: 0;
                top: 1px;
                color: rgb(102, 102, 102);
            }
/******* /MENU *******/

/******* CONTENT TABS *******/
.content {
    margin: 0pt auto;
    width: 940px;
    color: #495f6b;
    border: 1px solid #d3d3d3;
    float: left;
    background-color: rgb(244, 244, 244);
    text-align: left;
    padding: 1.3em;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 2em;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

    .content h3 {
        font-weight: 400;
        line-height: 2px;
        vertical-align: middle;
        height: 35px;
        padding: 2px 2px 2px 40px;
        font-size: 30px;
        color: #008592;
        font-family: "UnityHeadline", sans-serif !important;
    }
    /******* /CONTENT *******/

    /******* TAB Facturas *******/
    .content.tab1 h3 {
        /*background:transparent url(../../Content/Images/IoFacturoImages/IconoFactura.png) no-repeat scroll left top;*/
        background-position-y: -4px;
    }

    .content.tab1 {
        display: block;
    }
    /******* / TAB Facturas *******/

    /*******TAB COTIZACIONES *******/
    .content.tab2 h3 {
        /*background:transparent url(../../Content/Images/IoFacturoImages/IconoCotizaciones.png) no-repeat scroll left top;*/
        background-position-y: -4px;
    }

    .content.tab2 {
        display: none;
    }
/******* /TAB masiva*******/


ul.menu {
    margin-top: -5px;
}

.box-content, fieldset {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: #e9e8e8 1px;
    border-style: solid;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: relative;
    margin-bottom: 15px;
    min-width: 500px;
}

.box-content, fieldset {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: #e9e8e8 1px solid;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: relative;
    margin-bottom: 15px;
    min-width: 500px;
}


.box-white {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: #d9e1e8 1px;
    border-style: solid;
    background-color: #FFF;
    border-radius: 4px;
    position: relative;
}

.row-fluid {
    width: 100%;
}

.boxBuscar {
    width: 97%;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
    border: #e3e3e3 1px;
    border-style: solid;
    background-color: #f2f2f2;
    border-radius: 4px;
    position: relative;
}

.boxDashboard {
    width: 510px;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
    border: #d8dce0 1px;
    border-style: solid;
    background-color: #f3f3f3;
    border-radius: 4px;
    position: relative;
}

.boxDashboardOrange {
    width: 510px;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
    border: #d8dce0 1px;
    border-style: solid;
    background-color: #f3f3f3;
    border-radius: 10px;
    position: relative;
}

.gutter-bottom {
    margin-bottom: 20px;
}

.CajaCombo {
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    height: 30px;
    width: 200px;
    color: #777777;
}
/*form div {
    display: inline-block;
}*/
.CajaTexto {
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    height: 15px;
    width: 80px;
    color: #777777;
}

.RadioSelection {
    border-style: none;
    height: 12px;
    width: 12px;
    background-color: transparent;
}

.CajaComentarios {
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: #777777;
    height: 60px;
    width: 80px;
}

.CajaTextoL {
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    height: 18px;
    width: 120px;
    color: #777777;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table-bordered {
    border-collapse: separate;
}

.table th, table td {
    line-height: 20px;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
}

.table th {
    background: #83959d;
    border-top: #77878e 1px;
    border-bottom: #69777d 1px;
    border-right: #6f8089 1px;
    border-style: solid;
    color: #fff;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    text-align: left;
    font-weight: 500;
}

.table td {
    /*background:#f9f9f9;*/
    color: #444;
    font-family: "UnityHeadline", sans-serif !important;
    font-size: 10px;
    text-align: left;
}

.tablaConsulta td {
    padding: 0px 5px 0px 5px;
}

.izquierda-header {
    border-radius: 4px 0 0 0;
}

.derecha-header {
    border-radius: 0 4px 0 0;
}

.izquierda-abajo {
    border-radius: 0 0 0 4px;
}

.derecha-abajo {
    border-radius: 0 0 4px 0;
}

/*Tabla de facturas estado, pendiente pagado*/
.pendiente {
    background: #b82418;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    padding: 2px 5px 2px 5px;
}

.borrador {
    background: #bbbbbb;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    padding: 2px 5px 2px 5px;
}

.pagado {
    background: #74aa00;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    padding: 2px 5px 2px 5px;
}

.enviado {
    background: #0a4865;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    padding: 2px 5px 2px 5px;
}

.activo {
    background: #e7ecf0;
    border-radius: 2px;
    font-weight: 500;
    padding: 2px 5px 2px 5px;
}

.inactivo {
    background: #f4f2d4;
    border-radius: 2px;
    font-weight: 500;
    padding: 2px 5px 2px 5px;
}
/*Tabla de facturas estado, pendiente pagado*/


/* Paginacion
----------------------------------------------------------*/
.detailPage {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    padding-right: 10px;
    color: #5e5e5e;
    font-weight: 500;
    /*text-decoration:none;*/
}

.firstPage span, .previousPage span,
.lastPage span, .nextPage span {
    color: #4192fb;
    font-size: 12px;
    font-weight: 500;
}

.firstPage:hover span, .previousPage:hover span,
.firstPage:hover img, .previousPage img,
.lastPage:hover span, .nextPage:hover span,
.lastPage:hover img, .nextPage:hover img {
    text-decoration: none;
    color: #0e75a7;
}

.firstPage:link, .previousPage:link,
.lastPage:link, .nextPage:link {
    text-decoration: none;
    color: #0e75a7;
}

.firstPage img, .previousPage img,
.lastPage img, .nextPage img {
    border: 0px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.disablePage span {
    color: #6396d8;
}

.disablePage:hover span {
    color: #0e75a7;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


/*Paquetes*/
.ContenedorPaquetes {
    padding: 20px;
    width: 780px;
}

.Paquete {
    height: 200px;
    width: 150px;
    display: inline-block;
    margin: 20px;
}

.NombrePaquete {
    background-position: center center;
    height: 50px;
    width: 150px;
    background-color: Blue;
    background-repeat: repeat;
    color: White;
    font-family: Calibri;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
}

.Detalles {
    height: 130px;
    width: 150px;
    vertical-align: middle; /*font-family: Teen Light;     */
    display: block;
    background-color: #193656;
    line-height: 2.0;
    color: #ffffff;
}

    .Detalles span {
        color: orange;
    }

input[type="file"] {
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    width: 350px;
    font-size: 12px;
}

input[type="text"] {
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0 6px 0;
    height: 18px;
    width: 80px;
    background: #fff;
    color: #333;
    font-size: 13px;
}

input:focus {
    outline: none;
    border-color: #9ecaed;
    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
}

textarea {
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    /*height:45px;*/
    width: 80px;
    color: #777777;
}

input[type="password"] {
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0 6px 0;
    height: 18px;
    width: 80px;
    background: #fff;
    color: #333;
    font-size: 13px;
}

input[type="checkbox"] {
    width: 12px;
    height: 12px;
    border-color: #AAAAAA;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.1), inset 0px -1px 1px rgba(0,0,0,0.1), 0px 2px 2px rgba(0,0,0,0.1);
}

.checkboxes {
    /*width: 13px;
    height:13px;	
    position: relative;
    display:block;
    overflow:hidden;
    padding:0px 0px 0px 0px;
    border:1px solid #AAAAAA;
    vertical-align:top;
    box-shadow:inset 0px 1px 1px rgba(255,255,255,0.1), inset 0px -1px 1px rgba(0,0,0,0.1), 0px 2px 2px rgba(0,0,0,0.1);
    border-radius:4px 4px 4px 4px;*/
}
/*input[type=checkbox] { 
    visibility: hidden;
    
}
.checkboxes { 
    width: 15px;	
	position: relative;
    display: inline-block; 
}
.checkboxes label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
    left: 0;
	border-radius: 4px;
    border-color: #aaaaaa;
    border-width: 1px;
    border-style:solid;
	background: #fff;
}
.checkboxes label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
	height: 3px;
	background: transparent;
	top: 3px;
	left: 3px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
    
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkboxes label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.checkboxes input[type=checkbox]:checked + label:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}*/




#toolbar-mini {
    display: none;
}

#toolbar-big {
    display: none;
}

#mainContent {
    position: absolute;
    width: 90%;
}

.editor-label {
    color: #495f6b;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

    .editor-label > strong:first-child {
        color: #0097d9;
        font-size: 14px;
        text-align: right;
    }

.tblFld {
    color: #495f6b;
    font-size: 14px;
    font-weight: 500;
    /*text-align: right;*/
}

    .tblFld input, select {
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #495f6b;
    }

.boton {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background-color: #1aa1ea;
    border-color: #096496;
    width: 80px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    line-height: 2px;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.2), inset 0px -1px 1px rgba(0,0,0,0.2), 0px 2px 4px rgba(0,0,0,0.2);
    margin-top: 2px;
}

    .boton:hover {
        background-color: #0061EC;
        border-color: #7A7A7A;
    }

    .boton[disabled='disabled'] {
        background-color: #83959D;
        border-color: #83959D;
    }

.botonRojo {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background-color: #F30B00;
    border-color: #B30E06;
    width: 80px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    line-height: 2px;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.2), inset 0px -1px 1px rgba(0,0,0,0.2), 0px 2px 4px rgba(0,0,0,0.2);
    margin-top: 2px;
}

    .botonRojo:hover {
        background-color: #F30B00;
        border-color: #B30E06;
    }

.botonBuscar {
    background-color: #ececec;
    width: 80px;
}


.botonNuevo {
    width: 138px;
    /*background-image:url(../../Content/Images/IoFacturoImages/add.png);*/
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.botonGuardar {
    width: 100px;
    background-image: url(../../Content/Images/IoFacturoImages/paloma.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-position: 3px 8px;
}


.botonCancelar {
    width: 100px;
    background-image: url(../../Content/Images/IoFacturoImages/cancelar.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-position: 3px 8px;
}

.botonAzul2 {
    height: 30px;
    width: 138px;
    background-image: url(../../Content/Images/IoFacturoImages/add.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 7px;
    background-color: rgb(92, 172, 212);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    border-top-color: #539bbf;
    border-right-color: #539bbf;
    border-left-color: #539bbf;
    border-bottom-color: #4682a0;
    border-radius: 4px 4px 4px 4px;
    line-height: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.botonAzul {
    float: right;
    height: 30px;
    width: 138px;
    background-image: url(../../Content/Images/IoFacturoImages/add.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 7px;
    background-color: rgb(92, 172, 212);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    border-top-color: #539bbf;
    border-right-color: #539bbf;
    border-left-color: #539bbf;
    border-bottom-color: #4682a0;
    border-radius: 4px 4px 4px 4px;
    line-height: 2px;
    vertical-align: middle;
    cursor: pointer;
}

    .botonAzul:hover {
        background-color: #389aca;
    }

.contornoBotones {
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    background-color: rgb(235, 235, 235);
    display: inline-block;
}

.tablaListado {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-width: 500px;
}

    .tablaListado th, td {
        line-height: 20px;
        padding-top: 7px;
        padding-right: 12px;
        padding-bottom: 7px;
        padding-left: 12px;
    }

    .tablaListado th, .tablaListado thead tr td, .texto_forma_bold {
        background-image: linear-gradient(to bottom, #f2f2f2, #d7d6d5);
        background-color: #f2f2f2;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-repeat: repeat-x;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        color: #5b5b5b;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        text-align: left;
        font-weight: 500;
    }

    .tablaListado .Id {
        width: 40px;
    }

    .tablaListado .Acciones {
        width: 95px;
    }

    .tablaListado th:first-child {
        border-radius: 4px 0 0 4px;
    }

    .tablaListado th:last-child {
        border-radius: 0 4px 4px 0;
    }

    .tablaListado td {
        /*background:#f9f9f9;*/
        color: #444;
        font-family: "UnityHeadline", sans-serif !important;
        font-size: 10px;
        text-align: left;
    }

    .tablaListado tr:nth-child(21) > td:first-child {
        border-radius: 0 0 0 4px;
    }

    .tablaListado tr:nth-child(21) > td:last-child {
        border-radius: 0 0 4px 0;
    }

.tablaListadoDetalle {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-width: 500px;
}

    .tablaListadoDetalle th {
        background-image: linear-gradient(to bottom, #888, #444);
        background-color: #FFF;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-repeat: repeat-x;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        color: #fff;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 10px;
        text-align: left;
        font-weight: 500;
    }

    .tablaListadoDetalle td {
        background: #fFFFFF;
        color: #444;
        font-family: "UnityHeadline", sans-serif !important;
        font-size: 10px;
        text-align: left;
    }


.tablaDetalleServicio {
    background: none repeat scroll 0 0 #ADD6FF;
    border-collapse: collapse;
    color: white;
    width: 570px;
}

    .tablaDetalleServicio th {
        background-image: linear-gradient(to bottom, #94704d, #bfa994);
        background-color: #FFF;
        line-height: 12px;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-repeat: repeat-x;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        color: #fff;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 11px;
        text-align: center;
        font-weight: 500;
    }

    .tablaDetalleServicio td {
        background: none repeat scroll 0 0 #ededed;
        border-left-style: none;
        border-right-style: none;
        border-top-style: none;
        line-height: 12px;
        width: 140px;
        text-align: center;
    }

    .tablaDetalleServicio tr {
        font-family: Arial;
        font-size: 14px;
        text-align: center;
    }

/* finl de Estilos definidos por SMJR para simpificar actualizaciones de las paginas*/

/* Estilos para tabla de datos de grafica en Dashboard */
.tablaDatosGrafica {
    border: 1px solid #000;
    margin-left: 10px;
}

    .tablaDatosGrafica th:first-child {
        border-top-color: #fff;
        border-left-color: #fff;
        border-bottom-color: #fff;
    }

    .tablaDatosGrafica th, .tablaDatosGrafica td {
        border: 1px solid #000;
        font-family: Arial;
        font-size: 11px;
        padding: 4px 5px 4px 5px;
        text-align: right;
    }

        .tablaDatosGrafica th, .tablaDatosGrafica td:first-child {
            font-size: 12px;
            font-weight: bold;
            text-align: center;
        }

    .tablaDatosGrafica #celdaVerde {
        background-color: #5bbf21;
        color: #fff;
        border-color: #5bbf21;
        text-align: left;
    }

    .tablaDatosGrafica #celdaRoja {
        background-color: #ac2424;
        color: #fff;
        border-color: #ac2424;
        text-align: left;
    }

    .tablaDatosGrafica #celdaAzul {
        background-color: #0d4db4;
        color: #fff;
        border-color: #0d4db4;
        text-align: left;
    }
    /*NUEVO*/
    .tablaDatosGrafica #celdaNaranja {
        background-color: #EA7200;
        color: #fff;
        border-color: #EA7200;
        text-align: left;
    }

    .tablaDatosGrafica #celdaGris {
        background-color: #B2B3B2;
        color: black;
        border-color: #B2B3B2;
        text-align: left;
    }
/* fin de estilos para tabla de datos de grafica en Dashboard */

.tr_non {
    background-color: #f9f9f9;
}

.tr_par {
    background-color: #ededed;
}

#Titulo2 {
    width: 100%;
    height: 30px;
    overflow: hidden;
    display: table;
    vertical-align: top;
    margin: 10px 0px 15px 0px;
}

    #Titulo2 > div:first-child {
        display: table-cell;
        background-image: url(../../Content/Images/IoFacturoImages/IconosTitulo.png);
        background-repeat: no-repeat;
        width: 32px;
        background-position: -80px -80px; /*ya esta bien*/
    }

    #Titulo2 > div:nth-child(2) {
        display: table-cell;
        color: #0061EC;
        font-size: 28px;
        font-weight: 400;
        padding: 10px 5px; /*para que tenga distancia entre la imagen y el texto (5px)*/
        /*border:1px solid green;*/
    }

    #Titulo2[tipo="T_InvoiceLoadNew"] > div:nth-child(2) {
        display: table-cell;
        color: #0061EC;
        font-size: 28px;
        font-weight: 400;
        padding: 25px 5px; /*para que tenga distancia entre la imagen y el texto (5px)*/
        /*border:1px solid green;*/
    }

    /*Iconos titulo primera linea*/
    #Titulo2[tipo="T_Ask"] > div:first-child {
        background-position: 0px 10px;
    }

    #Titulo2[tipo="T_Sign"] > div:first-child {
        background-position: 0px 0px;
    }

    #Titulo2[tipo="T_Pass"] > div:first-child {
        background-position: -40px 0px;
    }

    #Titulo2[tipo="T_CustomerHome"] > div:first-child {
        background-position: -80px 0px;
    }

    #Titulo2[tipo="T_InvoiceLoad"] > div:first-child {
        background-position: -120px 0px;
    }

    #Titulo2[tipo="T_InvoiceLoadNew"] > div:first-child {
        background-position: -124px 19px;
    }

    #Titulo2[tipo="T_InvoiceEdit"] > div:first-child {
        background-position: -160px 0px;
    }

    #Titulo2[tipo="T_Quote"] > div:first-child {
        background-position: -200px 0px;
    }

    #Titulo2[tipo="T_GreenInvoice"] > div:first-child {
        background-position: -240px 0px;
    }

    #Titulo2[tipo="T_GreenEditI"] > div:first-child {
        background-position: -280px 0px;
    }

    #Titulo2[tipo="T_RedInvoice"] > div:first-child {
        background-position: -320px 0px;
    }

    #Titulo2[tipo="T_RedEditI"] > div:first-child {
        background-position: -360px 0px;
    }
    /*Iconos titulo segunda linea*/
    #Titulo2[tipo="T_CertificatesNew"] > div:first-child {
        background-position: -2px -40px;
    }

    #Titulo2[tipo="T_CustomerLoad"] > div:first-child {
        background-position: -42px -40px;
    }

    #Titulo2[tipo="T_Customer"] > div:first-child {
        background-position: -84px -40px;
    }

    #Titulo2[tipo="T_BoxLoad"] > div:first-child {
        background-position: -122px -40px;
    }

    #Titulo2[tipo="T_BoxCreate"] > div:first-child {
        background-position: -162px -40px;
    }

    #Titulo2[tipo="T_Box"] > div:first-child {
        background-position: -200px -40px;
    }

    #Titulo2[tipo="T_Price"] > div:first-child {
        background-position: -240px -40px;
    }

    #Titulo2[tipo="T_PricePublico"] > div:first-child {
        background-position: -240px -30px;
    }

    #Titulo2[tipo="T_OutBill"] > div:first-child {
        background-position: -280px -40px;
    }

    #Titulo2[tipo="T_Diary"] > div:first-child {
        background-position: -318px -40px;
    }
    /*Iconos titulo tercera linea*/
    #Titulo2[tipo="T_Certificates"] > div:first-child {
        background-position: 0px -80px;
    }

    #Titulo2[tipo="T_Time"] > div:first-child {
        background-position: -42px -80px;
    }

    #Titulo2[tipo="T_Register"] > div:first-child {
        background-position: -122px -72px;
    }

    #Titulo2[tipo="T_CustomerLoad"] > div:first-child {
        background-position: -160px -78px;
    }

    #Titulo2[tipo="T_Create"] > div:first-child {
        background-position: -200px -80px;
    }

    #Titulo2[tipo="T_Percent"] > div:first-child {
        background-position: -240px -80px;
    }

    #Titulo2[tipo="T_PercentEdit"] > div:first-child {
        background-position: -282px -80px;
    }

    #Titulo2[tipo="T_PercentLoad"] > div:first-child {
        background-position: -322px -80px;
    }

    #Titulo2[tipo="T_Canceled"] > div:first-child {
        background-position: -360px -80px;
    }
    /*Iconos titulo cuarta linea*/
    #Titulo2[tipo="T_Briefcase"] > div:first-child {
        background-position: 0px -120px;
    }

    #Titulo2[tipo="T_BriefcaseEdit"] > div:first-child {
        background-position: -42px -120px;
    }

    #Titulo2[tipo="T_BriefcaseLoad"] > div:first-child {
        background-position: -80px -120px;
    }

    #Titulo2[tipo="T_Calendar"] > div:first-child {
        background-position: -120px -120px;
    }

    #Titulo2[tipo="T_Graph"] > div:first-child {
        background-position: -160px -120px;
    }

    #Titulo2[tipo="T_Padlock"] > div:first-child {
        background-position: -200px -120px;
    }

    #Titulo2[tipo="T_CreditCards"] > div:first-child {
        background-position: -240px -120px;
    }

    #Titulo2[tipo="T_Mail"] > div:first-child {
        background-position: -280px -120px;
    }

    #Titulo2[tipo="T_MailEdit"] > div:first-child {
        background-position: -320px -120px;
    }

    #Titulo2[tipo="T_MailLoad"] > div:first-child {
        background-position: -360px -120px;
    }




/***/

#Titulo3 {
    width: 100%;
    height: 30px;
    overflow: hidden;
    display: table;
    vertical-align: top;
    margin: 10px 0px 15px 0px;
}

    #Titulo3 > div:first-child {
        display: table-cell;
        /*background-image: url(../../Content/Images/IoFacturoImages/IconosTitulo.png);*/
        background-repeat: no-repeat;
        width: 2px;
        /*background-position: -210px -10px;*/
        /*border:1px solid red;*/
    }

    #Titulo3 > div:nth-child(2) {
        display: table-cell;
        color: rgb(150, 203, 60);
        font-size: 16px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
        /*border:1px solid green;*/
    }

/*******/

#divLabelConfidencial {
    width: 100%;
    height: 30px;
    overflow: hidden;
    display: table;
    vertical-align: top;
}

    #divLabelConfidencial div:first-child {
        display: table-cell;
        color: #DF0101;
        font-size: 28px;
        font-weight: 400;
        padding: 10px 58%;
        position: absolute;
        overflow: hidden;
        /*para que tenga distancia entre la imagen y el texto (5px)*/
        /*border:1px solid green;*/
    }
/****/

/*Hola ...este es un comentario de prueba*/

#toolbar-big {
    position: fixed !important;
    left: 0px;
    top: 50px;
    z-index: 12 !important;
    display: list-item;
}

    #toolbar-big a {
        text-decoration: none;
    }

    #toolbar-big .item {
        background-color: #FFF;
        height: 50px;
        left: 0px;
        display: table;
        border-bottom: 2px #FFF solid;
        border-right: 4px #FFF solid;
        border-top: 1px #FFF solid;
        color: #0061EC;
    }

        #toolbar-big .item .icon {
            background-image: url('images/IoFacturoImages/IconosMenu.png');
            width: 50px;
            display: table-cell;
        }


        #toolbar-big .item .desc {
            width: 103px;
            height: 50px;
            text-align: left;
            padding-left: 5px;
            line-height: 50px;
            display: table-cell;
            font-variant: normal;
            font-style: normal;
            font-weight: 500;
            /*overflow:hidden;*/
        }

        #toolbar-big .item .nuevo {
            background-color: #fff;
            border-bottom: 1px #db6219 solid;
            text-align: center;
            font-size: 10px;
            line-height: 22px;
            text-transform: uppercase;
            color: white;
            width: 45px;
            height: 22px;
            margin-left: 80px;
            position: absolute;
            left: 50px;
            top: 445px;
        }

    #toolbar-big .barra {
        background-color: #FFF;
        border-right: 4px #FFF solid;
        height: 400px;
    }

    /*Aqui van los  demás iconos del menu*/

    #toolbar-big .item .icon[tipo="Dashboard"] {
        background-position: 0px 0px;
    }

    #toolbar-big .item .icon[tipo="Factura"] {
        background-position: -50px 0px;
    }

    #toolbar-big .item .icon[tipo="Clientes"] {
        background-position: -102px 0px;
    }

    #toolbar-big .item .icon[tipo="Productos"] {
        background-position: -150px 0px;
    }

    #toolbar-big .item .icon[tipo="Reportes"] {
        background-position: -200px 0px;
    }

    #toolbar-big .item .icon[tipo="Configuracion"] {
        background-position: -250px 0px;
    }

    #toolbar-big .item .icon[tipo="Administracion"] {
        background-position: -300px 0px;
    }

    #toolbar-big .item .icon[tipo="Consulta"] {
        background-position: -350px 0px;
    }

    #toolbar-big .item .icon[tipo="Buzon"] {
        background-position: -400px 0px;
    }

    #toolbar-big .item .icon[tipo="NominaDigital"] {
        background-position: -450px 0px;
    }

    #toolbar-big .item .icon[tipo="Soporte"] {
        background-position: -550px 0px;
    }


    #toolbar-big .item:hover .icon[tipo="Dashboard"] {
        background-position: 0px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="Factura"] {
        background-position: -50px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="Clientes"] {
        background-position: -102px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="Productos"] {
        background-position: -150px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="Reportes"] {
        background-position: -200px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="Configuracion"] {
        background-position: -250px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="Administracion"] {
        background-position: -300px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="Consulta"] {
        background-position: -350px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="Buzon"] {
        background-position: -400px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="NominaDigital"] {
        background-position: -450px -50px;
    }

    #toolbar-big .item:hover .icon[tipo="Soporte"] {
        background-position: -550px -50px;
    }

    #toolbar-big .item:hover {
        color: #7A7A7A; /*color de letra del menu lateral izquierdo*/
    }


/*Menu*/

/* esto funcionará si la resolución mínima de la pantalla es de 800 pixeles de ancho */
@media (max-width: 1200px) {
    #toolbar-big .item .desc {
        display: none;
    }

    #toolbar-big .item:hover .desc {
        display: block;
    }

    #toolbar-big .item:hover .nuevo {
        left: 50px;
    }

    #toolbar-big .barra {
        width: 50px;
    }

    #toolbar-big .item:hover {
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border-right: none;
    }

    #mainContent {
        left: 50px;
    }

    #toolbar-big .item .nuevo {
        left: -43px;
    }

    #AppContent {
        margin: 5px 0 auto;
    }
}
/* esto funcionará si la resolución mínima de la pantalla es de 1300 pixeles de ancho */
@media (min-width: 1200px) {
    #toolbar-big .item .desc {
        display: block;
    }

    #toolbar-big .item:hover .desc {
        display: block;
    }

    #toolbar-big .item:hover {
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-topright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        border-right: 4px #d4e5ef solid;
    }

    #toolbar-big .barra {
        width: auto;
    }

    .botoneraSup {
        top: 0px;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    #mainContent {
        left: 100px;
    }
}



/*Iconos de funciones tablas de contenido**/

.linkReprocesarTim {
    background-image: url('../../Content/themes/base/images/retimbrar.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.linkEditar {
    background-image: url('../../Content/themes/base/images/pencil-field.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.linkEliminar {
    background-image: url('../../Content/themes/base/images/eraser.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.linkInactivar {
    background-image: url('../../Content/themes/base/images/thumb.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.linkActivar {
    background-image: url('../../Content/themes/base/images/thumb-up.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.linkDesbloquear {
    background-image: url('../../Content/themes/base/images/desbloquea.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.linkCambiarPass {
    background-image: url('../../Content/themes/base/images/key--arrow.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.linkComisiones {
    background-image: url('../../Content/images/IoFacturoImages/titPaquetes.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.linkDetalle {
    background-image: url('../../Content/images/IoFacturoImages/buscar.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.linkPagar {
    background-image: url('../../Content/images/IoFacturoImages/tienda.png');
    height: 15px;
    width: 15px;
    display: inline-block;
}

.linkEnviarCorreo {
    background-image: url('../../Content/themes/base/images/arroba1.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

/*              botonera Paginacion**/

.PagInicial {
    background-image: url('../../Content/images/IoFacturoImages/back-step.png');
    width: 15px;
    height: 15px;
    display: inline-block;
}

.PagAnterior {
    background-image: url('../../Content/images/IoFacturoImages/navigate-left-icon.png');
    width: 15px;
    height: 15px;
    display: inline-block;
}

.PagSiguiente {
    background-image: url('../../Content/images/IoFacturoImages/navigate-right-icon.png');
    /*background-position-x:5px;*/
    width: 15px;
    height: 15px;
    display: inline-block;
}

.PagFinal {
    background-image: url('../../Content/images/IoFacturoImages/forward-step.png');
    /*background-position-x:5px;*/
    width: 15px;
    height: 15px;
    display: inline-block;
}

#Paginador {
    text-align: center;
    margin-top: 15px;
    vertical-align: central;
    height: 15px;
}

.labelContenido {
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    color: #2098DF;
}

    .labelContenido:hover {
        color: #0e75a7;
    }

.TituloEmpresa {
    color: #0061EC;
    font-weight: 400;
    font-size: 22px;
    text-align: left;
}


/*Compra Productos*/

.row {
    margin-bottom: 35px;
}

.arrowSpan12 {
    background-color: black;
    width: 40px;
    display: inline-block;
    /*height:600px;*/
}

.span12 {
    width: 830px;
    overflow: hidden;
    display: inline-block;
}

.pricing_table {
    margin: 25px 0;
    text-align: center;
}

.no-space {
    margin-left: 0;
}

.row-fluid {
    width: 800px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow-x: scroll;
}

    .row-fluid .span2 {
        width: 200px;
        display: table-cell;
        margin: 0px 0px 0px 0px;
    }

.pricing_table [class*="span"]:nth-child(2n+1) .pr_table_col {
    background-color: #F1F1F1;
}


.pricing_table [class*="span"]:nth-child(2n+1) .pr_table_col {
    background-color: #F1F1F1;
}

.pricing_table .pr_table_col {
    transition: box-shadow 0.2s ease-out 0s;
}

.pricing_table .pr_table_col {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 0;
}

.pr_table_col[data-color="blue"] .tb_header {
    background-color: #ffffff;
}

    .pr_table_col[data-color="blue"] .tb_header h4 {
        border-bottom: 1px solid #708D0B;
    }

.pr_table_col[data-color="blue"] .signin {
    border-top: 1px solid #708D0B;
}

.pr_table_col[data-color="green_lemon"] .tb_header {
    background-color: #9CC607;
}

.pricing_table .tb_header {
    background-color: #8AB623;
}

    .pricing_table .tb_header .ttitle {
        height: 40px;
        width: 100%;
    }


.pr_table_col[data-color="green_lemon"] .tb_header h4 {
    border-bottom: 3px solid #708D0B;
}

.pricing_table .tb_header h4 {
    border-bottom: 1px solid #5E852C;
    border-top-left-radius: 3px;
    border-top-right-radius: 4px;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    padding: 15px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    text-rendering: optimizelegibility;
}

.pricing_table .price {
    border-bottom: 0px solid white;
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    padding: 15px 0;
    text-shadow: 1px 1px 0 gray;
    display: inline-block;
    width: 98%;
}

    .pricing_table .price p:first-letter {
        font-size: 26px;
        font-weight: 300;
        margin-right: 2px;
    }

    .pricing_table .price p {
        margin: 0;
    }


        .pricing_table .price p span {
            display: block;
            font-size: 14px;
            font-weight: 500;
            padding: 4px;
            width: 160px;
        }

    .pricing_table .price ul li {
        font-size: 12px;
        font-weight: 500;
        padding: 4px;
        text-align: left;
    }

.price ul {
    list-style-image: url('../../Content/images/IoFacturoImages/palomaC.png');
    /*list-style-type:circle;*/
    list-style-position: outside;
    margin-bottom: 15px;
    margin-top: 10px;
}

.pricing_table .tb_content {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .pricing_table .tb_content li:first-child {
        border-top: 1px solid white;
    }

    .pricing_table .tb_content li:nth-child(2n+1) {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .pricing_table .tb_content li {
        font-size: 12px;
        line-height: 2;
        margin: 0;
        padding: 5px 0;
    }

        .pricing_table .tb_content li:last-child {
        }

.pr_table_col[data-color="green_lemon"] .signin {
    border-top: 1px solid #708D0B;
}

.pricing_table .signin {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    border-top: 3px solid #5E852C;
    padding: 15px 0;
}

    .pricing_table .signin a {
        text-decoration: none;
    }


.btn:first-child {
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    text-decoration: none;
}

    .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        background-color: #E6E6E6;
        color: #333333;
    }

    .btn:active, .btn.active {
    }

    .btn:first-child {
    }

    .btn:hover, .btn:focus {
        background-position: 0 -15px;
        color: #333333;
        text-decoration: none;
        transition: background-position 0.1s linear 0s;
    }

    .btn:focus {
        outline: thin dotted #333333;
        outline-offset: -2px;
    }

    .btn.active, .btn:active {
        background-image: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        outline: 0 none;
    }

    .btn.disabled, .btn[disabled] {
        background-image: none;
        box-shadow: none;
        cursor: default;
        opacity: 0.65;
    }

.pricing_table .pr_table_col.highlight {
    z-index: 1;
}

.pricing_table .pr_table_col:hover {
    z-index: 2;
}

.pricing_table .pr_table_col.highlight, .pricing_table .pr_table_col:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    margin-top: -15px;
}

    .pricing_table .pr_table_col.highlight .tb_content li, .pricing_table .pr_table_col:hover .tb_content li {
        padding: 7px 0;
    }

    .pricing_table .pr_table_col.highlight .price, .pricing_table .pr_table_col:hover .price {
        padding: 20px 0;
    }

.InvoiceButton {
    text-align: center;
    line-height: 20px;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    border: 1px solid;
    cursor: pointer;
    background-color: #1aa1ea;
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.3), inset 0px -1px 1px rgba(0,0,0,0.3), 0px 2px 4px rgba(0,0,0,0.3);
}

#invoice-group .InvoiceButton {
    float: right;
    position: relative;
    border-color: #1aa1ea;
    border-bottom-color: #1aa1ea;
}

#invoice-group a .imageB {
    background-image: url(../../Content/images/IoFacturoImages/MenuFacturacion.png);
    background-repeat: no-repeat;
    display: table-cell;
    width: 40px;
    height: 40px;
}

#AddTipoRelacion {
    background-image: url(../../Content/images/IoFacturoImages/MenuFacturacion.png);
    background-repeat: no-repeat;
    display: table-cell;
    width: 30px;
    height: 30px;
    background-position: -46px -47px;
}

#DeleteTipoRelacion {
    background-image: url(../../Content/images/IoFacturoImages/MenuFacturacion.png);
    background-repeat: no-repeat;
    display: table-cell;
    width: 30px;
    height: 30px;
    background-position: -166px -126px;
}

#AddTipoRelacion:hover {
    background-position: -46px -7px;
}

#DeleteTipoRelacion:hover {
    background-position: -166px -86px;
}


#invoice-group :last-child.InvoiceButton {
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#invoice-group :first-child.InvoiceButton {
    margin-left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#invoice-group .imageB[tipo="Adenda"]:hover {
    background-position: 0px 0px;
}

#invoice-group .imageB[tipo="Adenda"] {
    background-position: 0px -40px;
}

#invoice-group .imageB[tipo="Complemento"]:hover {
    background-position: -40px 0px;
}

#invoice-group .imageB[tipo="Complemento"] {
    background-position: -40px -40px;
}

#invoice-group .imageB[tipo="Plantilla"]:hover {
    background-position: -80px 0px;
}

#invoice-group .imageB[tipo="Plantilla"] {
    background-position: -80px -40px;
}

#invoice-group .imageB[tipo="Vista"]:hover {
    background-position: -120px 0px;
}

#invoice-group .imageB[tipo="Vista"] {
    background-position: -120px -40px;
}

#invoice-group .imageB[tipo="Temporal"]:hover {
    background-position: -160px 0px;
}

#invoice-group .imageB[tipo="Temporal"] {
    background-position: -160px -40px;
}

#invoice-group .imageB[tipo="Cotizacion"]:hover {
    background-position: -120px -80px;
}

#invoice-group .imageB[tipo="Cotizacion"] {
    background-position: -120px -120px;
}

#invoice-group .imageB[tipo="Emitir"]:hover {
    background-position: -200px 0px;
}

#invoice-group .imageB[tipo="Emitir"] {
    background-position: -200px -40px;
}

.factura1 {
    color: #96BE0E;
    font-size: 17px;
    font-weight: 500;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentColor currentColor rgb(227, 227, 227);
}

.tooltip {
    display: inline;
    position: relative;
}

    .tooltip:hover:after {
        bottom: 56px;
        content: attr(rel); /* este es el texto que será mostrado */
        left: -35px;
        position: absolute;
        z-index: 98;
        /* el formato gráfico */
        background: rgba(7, 9, 35, 0.45); /* el color de fondo */
        border-radius: 5px;
        color: #FFF; /* el color del texto */
        font-size: 12px;
        padding: 5px 15px;
        text-align: center;
        text-shadow: 1px 1px 1px #000;
        width: 100px;
    }

    .tooltip:hover:before {
        bottom: 50px;
        content: "";
        left: 25px;
        position: absolute;
        z-index: 99;
        /* el triángulo inferior */
        border: solid;
        border-color: rgba(7, 9, 35, 0.45) transparent;
        border-width: 6px 6px 0 6px;
    }

.tooltipLink {
    display: inline;
    position: relative;
}

    .tooltipLink:hover:after {
        bottom: 26px;
        content: attr(rel); /* este es el texto que será mostrado */
        left: -5px;
        position: absolute;
        z-index: 98;
        /* el formato gráfico */
        background: rgba(7, 9, 35, 0.45); /* el color de fondo */
        border-radius: 5px;
        color: #FFF; /* el color del texto */
        font-size: 12px;
        padding: 5px 15px;
        text-align: center;
        text-shadow: 1px 1px 1px #000;
        width: 100px;
    }

    .tooltipLink:hover:before {
        bottom: 20px;
        content: "";
        left: 25px;
        position: absolute;
        z-index: 99;
        /* el triángulo inferior */
        border: solid;
        border-color: rgba(7, 9, 35, 0.45) transparent;
        border-width: 6px 6px 0 6px;
    }

.tooltipInput {
    display: inline;
    position: relative;
}

    .tooltipInput:hover:after {
        bottom: 26px;
        content: attr(title); /* este es el texto que será mostrado */
        left: -5px;
        position: absolute;
        z-index: 98;
        /* el formato gráfico */
        background: rgba(0, 50, 116, 0.7); /* el color de fondo */
        border-radius: 5px;
        color: #FFF; /* el color del texto */
        font-size: 12px;
        padding: 5px 15px;
        text-align: center;
        text-shadow: 1px 1px 1px #000;
        width: 250px;
    }

    .tooltipInput:hover:before {
        bottom: 20px;
        content: "";
        left: 3px;
        position: absolute;
        z-index: 99;
        /* el triángulo inferior */
        border: solid;
        border-color: rgba(0, 50, 116, 0.7) transparent;
        border-width: 6px 6px 0 6px;
    }

.tooltipLlamada {
    display: inline;
    position: relative;
}

    .tooltipLlamada:hover:after {
        bottom: 46px;
        content: attr(rel); /* este es el texto que será mostrado */
        left: 40px;
        position: absolute;
        z-index: 198;
        /* el formato gráfico */
        background: #ffa83d; /* el color de fondo */
        border-radius: 5px;
        color: #FFF; /* el color del texto */
        font-size: 11px;
        padding: 5px 15px;
        text-align: center;
        width: 400px;
    }

    .tooltipLlamada:hover:before {
        bottom: 40px;
        content: "";
        left: 55px;
        position: absolute;
        z-index: 199;
        /* el triángulo inferior */
        border: solid;
        border-color: #ffa83d transparent; /*5bbf21*/
        border-width: 6px 6px 0 6px;
    }

.tooltipSemaforo {
    display: block;
    position: relative;
}

    .tooltipSemaforo[tipo="Css"]:hover:after {
        bottom: -32px;
        content: attr(rel); /* este es el texto que será mostrado */
        left: 35px;
        position: absolute;
        z-index: 198;
        /* el formato gráfico */
        background: #ffa83d; /* el color de fondo */
        border-radius: 5px;
        color: #FFF; /* el color del texto */
        font-size: 11px;
        padding: 5px 15px;
        text-align: center;
        width: 150px;
    }

    .tooltipSemaforo[tipo="Css"]:hover:before {
        bottom: -12px;
        content: "";
        left: 25px;
        position: absolute;
        z-index: 199;
        /* el triángulo inferior */
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 10px solid #ffa83d;
        border-bottom: 6px solid transparent;
    }


    .tooltipSemaforo[tipo="Imagen"]:hover:after {
        bottom: -32px;
        content: attr(rel); /* este es el texto que será mostrado */
        left: 55px;
        position: absolute;
        z-index: 198;
        /* el formato gráfico */
        background: #ffa83d; /* el color de fondo */
        border-radius: 5px;
        color: #000; /* el color del texto */
        font-size: 11px;
        padding: 5px 15px;
        text-align: center;
        width: 150px;
    }

    .tooltipSemaforo[tipo="Imagen"]:hover:before {
        bottom: -12px;
        content: "";
        left: 45px;
        position: absolute;
        z-index: 199;
        /* el triángulo inferior */
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 10px solid #ffa83d;
        border-bottom: 6px solid transparent;
    }

    .tooltipSemaforo[tipo="Realista"]:hover:after {
        bottom: -12px;
        content: attr(rel); /* este es el texto que será mostrado */
        left: 45px;
        margin-left: -5px;
        position: absolute;
        z-index: 198;
        /* el formato gráfico */
        opacity: 1;
        font-weight: bold;
        background: #ff832b; /* el color de fondo */
        border-bottom: 1px #db6219 solid;
        border-radius: 5px;
        border-width: 3px;
        color: #000; /* el color del texto */
        font-size: 11px;
        padding: 5px 15px;
        text-align: center;
        width: 150px;
    }

    .tooltipSemaforo[tipo="Realista"]:hover:before {
        bottom: 12px;
        content: "";
        left: 44px;
        position: absolute;
        margin-left: -14px;
        z-index: 199;
        opacity: 1;
        /* el triángulo inferior */
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 10px solid #ff832b;
        border-bottom: 6px solid transparent;
    }


.wizard-menu {
    margin: 0px auto;
}

.wizard-ul {
    list-style-type: none;
    padding-left: 5px;
    margin-bottom: 7px;
    margin-top: 5px;
}

    .wizard-ul li {
        display: inline;
        padding-right: 5px;
        line-height: 10px;
        padding: 4px 10px 8px 10px;
        text-decoration: none;
        border: 1px solid;
        cursor: pointer;
        background-image: linear-gradient(to bottom, #ff8611, #ef6100);
        background-color: #ff8611;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-repeat: repeat-x;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    }

        .wizard-ul li:hover {
            background-image: linear-gradient(to bottom, #e65d00, #ff7d00);
        }

        .wizard-ul li a {
            cursor: pointer;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 3px;
            font-size: 11px;
            text-align: center;
            font-weight: 500;
            text-decoration: none;
            color: white;
        }

        .wizard-ul li img {
            border: 0px;
            padding-left: 5px;
            vertical-align: top;
            padding-right: 5px;
        }

        .wizard-ul li:first-child {
            margin-left: 0px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .wizard-ul li:last-child {
            margin-left: 0px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }


.chzn-container {
    min-width: 50px;
}

.Descuento {
    color: red;
    font-weight: bold;
}

#divCodigoPromocion {
    margin-left: 50px;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #5BBF21;
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.2), inset 0px -1px 1px rgba(0,0,0,0.2), 0px 2px 4px rgba(0,0,0,0.2);
    width: 650px;
}

.comparacionPlan {
    background-color: #fff;
    width: 400px;
}

    .comparacionPlan table {
        width: 390px;
    }

    .comparacionPlan th {
        background-color: #fff;
        text-align: center;
        height: 60px;
        color: #1296d6;
        font-size: 12px;
    }

    .comparacionPlan .TextoDasboardTitulo {
        margin: 0px 0px 10px 0px;
    }

    .comparacionPlan .cinta {
        background-color: #ffffff;
        text-align: center;
        color: white;
    }
/*.multipleInput-container {
    border: 0px solid #ccc;
    padding: 1px;
    padding-bottom: 0;
    cursor: text; 
    width: 100%;
    text-align: left;
}
 
.multipleInput-container input {
    border: 0px solid #aaaaaa;
    clear: both;
    width: 350px;
    height: 24px;
    border-radius: 5px;
    height: 15px;
    width: 80px;
    color: #777777;
}
 
.multipleInput-container ul {
     list-style-type:none;
}
 
li.multipleInput-email {
    float: left;
    margin-right: 2px;
    margin-bottom: 1px;
    border: 1px #BBD8FB solid;
    padding: 2px;
    background: #F3F7FD;
}
 
.multipleInput-close {
    width: 13px;
    height: 14px;
    background: url(../../Content/images/Close.png);
    display: block;
    float: right;
    margin: 0 3px;
}*/

.title-complementos {
    background: #83959d;
    width: 100%;
    height: 31px
}

.title-complementos-container {
    padding: 5px;
    width: 98%;
}

.title-complementos-encabezado {
    display: inline;
    float: left;
    margin-left: 5px;
    color: white;
    font-weight: bold;
}

.title-complementos-close {
    float: right;
}

.texto_error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: none;
}

.contenedorATM div:first-child {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);*/
    background: #ffffff;
}

.contenedorATM {
    width: 880px;
    /*height:25px; */
    /*background-color:#FFFFFF;*/
    color: #FFFFFF;
    /*padding-top:3px;*/
    margin-left: 3px;
}

.bloqueATM {
    display: inline-block;
    text-align: left;
    width: 59px;
    text-shadow: 1px 1px 0 #808080;
    background-color: #9CC607;
    /*background-image: linear-gradient(to bottom, #9CC607, #708D0B);*/
    background-image: linear-gradient(to bottom, #90A7BF, #2E6180);
    border-collapse: collapse;
    margin-left: -3px;
    font-size: 9px;
    height: 16px;
}

.cantidadATM {
    /*color: #FFFFFF;*/
    /*font-size: 12px;*/
    /*font-weight: 700;*/
    margin: 0;
    padding: 5px 5px 5px 5px;
    /*text-rendering: optimizelegibility;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);*/
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.infoATM {
    border-radius: 5px 5px;
    /*background-image: linear-gradient(to bottom, #9CC607, #708D0B);*/
    text-align: center;
}

.CreditosATM #CreditosRequeridos {
    /*color: #f6931f;*/
    /*font-weight: bold;*/
    display: inline-block;
    border: none;
    /*font-size: 18px;*/
    height: 20px;
    text-align: right;
    width: 120px;
    margin: 0px;
    font-weight: bold;
}

.CreditosATM div:nth-child(2) {
    border-radius: 5px;
    /*border:3px solid #ffffff;*/
    width: 120px;
    text-align: right;
    padding-right: 10px;
    border-color: #AAAAAA;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
}

.montoATM {
    /*border:2px solid #708D0B; */
    font-weight: bolder;
    /*font-size: 18px;*/
    height: 20px;
    display: inline-block;
    padding-top: 3px;
    text-align: right;
}

.CreditosATM .Costo {
    background-color: #FFFFFF;
    /*background-color:#ffffff;
     background-image: linear-gradient(to bottom, #90A7BF, #ffffff);*/
}

.CreditosATM #Semaforo {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
}

.reglaATM {
    font-size: 9px;
    font-weight: bold;
    display: inline-block;
    height: 30px;
    border-right: 1px solid #F9F9F9;
    background-image: url('../../Content/images/FoilTexture.png'); /*1,6,8,9*/
    box-shadow: inset 1px 1px 1px rgba(255,255,255,0.4), inset 1px -1px 1px rgba(0,0,0,0.4), 0px 2px 4px rgba(0,0,0,0.4);
    /*background-image: linear-gradient(to bottom, #90A7BF, #2E6180); */
}

.limiteATM {
    font-size: 9px;
    font-weight: bold;
    display: inline-block;
    color: gray;
}



/*Compras Nueva Version*/
.Nota {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0 .7em;
}

.DescServicio {
    margin-top: -20px;
    margin-bottom: 30px;
    padding: 0 .7em;
    vertical-align: top;
}

    .DescServicio label {
        font-weight: 800;
        font-size: larger;
    }

    .DescServicio div:first-child {
        width: 60%;
        display: inline-block;
        text-align: justify;
        text-justify: inter-word;
    }

    .DescServicio div:last-child {
        width: 37%;
        display: inline-block;
        vertical-align: top;
    }

    .DescServicio ul {
        list-style-image: url("../../Content/images/IoFacturoImages/ViñetaPaloma.png");
    }

.linkCompras {
    color: #96CB3C;
    text-transform: uppercase;
    font-variant: small-caps;
    text-decoration: none;
    font-size: smaller;
}

.tituloPaquete {
}

    .tituloPaquete div {
        display: inline-block;
    }

        .tituloPaquete div:first-child {
            width: 38%;
            padding-left: 20px;
            font-weight: 600;
        }

        .tituloPaquete div:nth-child(2) {
            width: 18%;
            color: white;
        }

        .tituloPaquete div:nth-child(3) {
            width: 21%;
            font-size: 12px;
            text-shadow: 0 -1px 0;
        }

        .tituloPaquete div:nth-child(4) {
            max-width: 21%;
            font-size: 12px;
            text-shadow: 0 -1px 0;
        }

.contenidoPaquete {
    /*vertical-align:top;*/
}

    .contenidoPaquete div {
        font-size: 10px;
        font-weight: 550;
        /*margin-top:2px;*/
        /*border:1px solid red;*/
    }

    .contenidoPaquete .btn {
        width: 50px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 12px;
    }

    .contenidoPaquete ul {
        padding-top: 2px;
        padding-bottom: 2px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .contenidoPaquete select::after {
        padding-top: 1px;
        padding-bottom: 1px;
        color: black;
    }

    .contenidoPaquete .datosPRM {
        display: inline-block;
        /*background-color:rgba(0,0,0,0.1);*/
        width: 43%;
        vertical-align: top;
    }

    .contenidoPaquete .servicios {
        display: list-item;
        /*background-color:rgba(0,0,0,0.1);*/
        vertical-align: top;
    }

    .contenidoPaquete .iosAdicionales {
        display: list-item;
        background-color: #83959D;
        vertical-align: central;
        text-align: center;
        width: 90%;
        color: #fff;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 1px;
    }

    .contenidoPaquete .promocion {
        display: list-item;
        /*background-color:#5BBF21;*/
        background-color: #1296d6;
        vertical-align: central;
        text-align: center;
        width: 90%;
        color: #fff;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 1px;
    }

    .contenidoPaquete .tipoPago {
        display: list-item;
        background-color: rgba(0,0,0,0.1);
        vertical-align: central;
        text-align: center;
        width: 90%;
        color: #000;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 1px;
    }

    .contenidoPaquete .totales {
        display: inline-block;
        background-color: rgba(0,0,0,0.1);
        width: 56%;
        vertical-align: top;
        color: #000;
        font-weight: 700;
    }

        .contenidoPaquete .totales table {
        }

            .contenidoPaquete .totales table td {
                padding-top: 1px;
                padding-bottom: 1px;
            }

    .contenidoPaquete input[type="text"] {
        font-size: 10px;
        margin: -5px 0px -6px;
        padding-bottom: 0px;
        padding-top: 0px;
        width: 130px;
    }

    .contenidoPaquete .comprar {
        display: list-item;
        text-align: right;
        padding-top: 10px;
    }

.btnTot {
    width: 100px;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
    color: #FFF;
}

#redencionTarjeta {
    background-image: url("../../Content/images/personajes.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    margin-top: 10px;
    height: 400px;
    width: 450px;
    /*border:solid 1px red;*/
    display: inline-block;
}

#redencionTarjetaDatos {
    height: 400px;
    display: inline-block;
    width: 400px;
}


.linkTarjeta {
    font-size: 20px;
    /*margin-left: 10px; 
    margin-top:10px;*/
    font-weight: 700;
}

    .linkTarjeta a {
        text-decoration: none;
    }

.txtRedencion {
    /*text-align:justify;*/
    /*text-indent:10px;*/
    font-weight: 500;
    text-shadow: 1px 1px 1px #e2e2e2;
}

.txtModalEnvioMail {
    font-size: 11px;
    font-weight: bold;
}

#linkMail {
    font-size: 10px;
    text-decoration: underline;
    text-decoration-color: azure;
    cursor: pointer;
}

.labelEstatusPago[tipo="1"] {
    margin-left: 0px;
    font-size: 10px;
    font-weight: 500;
    font-family: "UnityHeadline", sans-serif !important;
    color: #fff;
    background-color: red;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    cursor: pointer;
}

.labelEstatusPago[tipo="2"] {
    margin-left: 0px;
    font-size: 10px;
    font-weight: 500;
    font-family: "UnityHeadline", sans-serif !important;
    color: #fff;
    background-color: green;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    cursor: pointer;
}

.labelEstatusPago[tipo="3"] {
    margin-left: 0px;
    font-size: 10px;
    font-weight: 500;
    font-family: "UnityHeadline", sans-serif !important;
    color: #fff;
    background-color: orange;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    cursor: pointer;
}

.labelGA {
    vertical-align: top;
    margin-left: 0px;
    font-size: 10px;
    font-weight: 500;
    font-family: "UnityHeadline", sans-serif !important;
    color: #fff;
    background-color: green;
    border-radius: 0px;
    padding: 2px 2px 2px 2px;
    cursor: pointer;
}

.llamada {
    position: relative;
    padding: 5px 15px 2px 15px;
    background: #9999ad; /*#ffa83d*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .llamada:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 8px 8px 0;
        border-color: #9999ad transparent; /*#ffa83d*/
        display: block;
        width: 0;
        z-index: 1;
        bottom: -8px;
        left: 327px;
    }

.llamadaTexto {
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}

.cajaInformativa {
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #aacc3b;
    background-color: #d6ff99;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.cajaInformativaConsulta {
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #aacc3b;
    background-color: #E0E0E0;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}

.cajaAlerta {
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #e67410;
    background-color: #ffddab;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

/*
    Estilos de las cajas de los reportes
*/
.cajaDescripcionReportes {
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid rgba(0,0,0,0.25);
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}

.btn-catMetodoPago {
    background-color: transparent;
    background-image: url('../../Content/themes/base/images/lupamini.png');
    width: 16px;
    height: 14px;
    border: 0;
    vertical-align: middle;
    background-color: transparent;
    cursor: pointer;
    margin-top: 8px;
}

/*
    Fin de estilos de cajas.
*/

#dialogConfirm {
    display: none;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 500px;
    left: 50%;
    margin-top: 120px;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}

    #dialogConfirm button {
        background-color: #ccc;
        display: inline-block;
        border-radius: 3px;
        border: 1px solid #aaa;
        padding: 2px;
        text-align: center;
        width: 80px;
        cursor: pointer;
    }

    /*#dialogConfirm button:hover {
            background-color: #ddd;
        }*/

    #dialogConfirm .message {
        text-align: left;
        margin-bottom: 8px;
    }

div.google-visualization-table-page-numbers a {
    display: inline-block !important;
}
