﻿#btnExportar {
    margin-top: 10px;
    background: #032D63;
    width: 90px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    border: 0;
    height: 32px;
}

a {
    color: #5b5b5b;
}

.atext-decoration {
    text-decoration: underline;
}

a:hover {
    color: #181a4a;
    text-decoration: underline;
}

header {
    overflow: hidden;
    min-height: 120px;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.edit-row {
    background-image: url("../../Content/Images/edit-row.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 18px;
    height: 25px;
}

.delete-row {
    background-image: url("../../Content/Images/delete-row.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 18px;
    height: 25px;
}

.delete-factura {
    background-image: url("../../Content/Images/delete-row.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 18px;
    height: 25px;
}

.confirm-row {
    background-image: url("../../Content/Images/confirm-row.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 18px;
    height: 25px;
}

.button-bloqueo-false {
    background-image: url("../../Content/Images/lock_user.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 18px;
    height: 25px;
}

.button-bloqueo-true {
    background-image: url("../../Content/Images/unlock_user.png");
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 18px;
    height: 25px;
}

.container {
    width: 100%;
}

.body-login {
    color: #5f5f5f;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    background: #e2e2e2;
}

.body-mp {
    color: #5f5f5f;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    background: #e2e2e2;
}

h1, h2, h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.icon {
    display: inline-block;
    line-height: 1em;
    vertical-align: text-top;
    margin-right: 3px;
    margin-top: 3px;
}

.campo-obligatorio {
    color: red;
}

.border-obligatorio {
    border: 1px solid red;
    height: 30px;
    width: 100%;
}

.border-obligatorio-div {
    border: 1px solid red;
    height: 38px;
}

.border-obligatorio-rango {
    border: 1px solid red;
    height: 30px;
    width: 100%;
}

.text-danger {
    color: red;
    font-size: 12px;
}

.label-obligatorio {
    color: red;
    font-size: 12px;
    display: none;
}

.select {
    background: #fff;
    /*margin-top:10px;*/
    margin-bottom: 10px;
}

.btn {
    border-radius: 0;
    font-size: 12px;
}

.selectpicker {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div-label-obligatorio {
    display: flex;
}

.div-title {
    margin-top: 20px;
}

    .div-title legend {
        font-size: 18px;
    }

/*--------------------- Login ---------------------*/

.login-marketing {
    background: #e2e2e2;
    min-height: 100%;
    height: auto !important;
    height: 100%; /*for IE*/
}

.box-login {
    padding: 15px;
    overflow: hidden;
}

.ctn-login {
    max-width: 65%;
    overflow: hidden;
    background: #fff;
    margin: 50px auto;
    border-top: 12px solid #63b9f2;
}

    .ctn-login .desc-login {
        padding: 1em 0;
        overflow: hidden;
        line-height: 18px;
    }

        .ctn-login .desc-login a {
            color: blue;
        }

    .ctn-login .desc-login-Cambio {
/*        padding: 1em 0;
        overflow: hidden;
        line-height: 18px;*/
        position:absolute;
        margin: 135px 265px;
    }

    .ctn-login .align_Olvido {
        position: relative;
        left: 95%;
        top: -31px;
    }

    .ctn-login .head-login {
        padding-bottom: 1em;
        overflow: hidden;
        margin-top: 10px;
        height: 190px;
    }

    .ctn-login .footer-login {
        padding-bottom: 1em;
        overflow: hidden;
    }

    .ctn-login h2 {
        display: block;
        color: #032D63;
        border-bottom: 1px solid #d4d4d4;
        padding: 20px 0 10px 0;
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 0.5em;
    }

    .ctn-login .fnd-azul {
        bottom: 0;
        float: left;
        background: linear-gradient(to bottom, rgba(107,172,224,1) 0%, rgba(107,172,224,1) 23%, rgba(80,136,198,1) 51%, rgba(80,136,198,1) 71%, rgba(70,114,180,1) 89%, rgba(52,65,127,1) 100%);
        width: 100%;
        height: auto;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .ctn-login .form-login {
        float: none;
        margin: 0 auto;
    }

        .ctn-login .form-login input {
            border: none;
            height: 35px;
            float: left;
            width: 100%;
        }

        .ctn-login .form-login .input-icn {
            background: #fff;
            width: 100%;
            height: 45px;
            padding-top: 5px;
            margin: 15px 0;
        }

        .ctn-login .form-login .btn-login, .ctn-login .form-login .btn-gris {
            margin: 0 auto;
        }

        .ctn-login .form-login .input-btn {
            float: none;
            height: 46px;
        }

        .ctn-login .form-login .input-btn-cambiar {
            float: none;
            height: 46px;
        }

    .ctn-login .head-login .logo-login {
        text-align: right;
        left: 350px;
        top: -170px;
        width: 55%;
    }

    .ctn-login .head-login .logo-login-Cambio {
        text-align: right;
        left: 350px;
        top: -100px;
        width: 55%;
    }

.input-hidden:focus {
    outline: none;
}

.icn-usuario {
    background: url("../../Content/Images/user.png") no-repeat center top;
    width: 25px;
    height: 35px;
}

.icn-contrasena {
    background: url("../../Content/Images/lock.png") no-repeat center top;
    width: 25px;
    height: 35px;
}

.icn-cambiarContrasena {
    background: url("../../Content/Images/cambiarContrasena.png") no-repeat center top;
    width: 32px;
    height: 50px;
}

.container-logout {
    background: linear-gradient(to bottom, rgba(107,172,224,1) 0%, rgba(107,172,224,1) 23%, rgba(80,136,198,1) 51%, rgba(80,136,198,1) 71%, rgba(70,114,180,1) 89%, rgba(52,65,127,1) 100%);
    height: 32px;
    margin-bottom: 10px;
    display: block;
}

.div-logout {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.form-login .btn-login, .form-login .btn-gris {
    height: 46px;
    text-align: center;
    max-width: 180px;
    line-height: 46px;
    text-decoration: none;
}

.btn-login {
    background: rgba(81,149,215,1);
    width: 100px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    border: 0;
    height: 46px;
}

    .btn-login:hover {
        background-color: rgba(99,185,242,1);
        color: #fff;
        text-decoration: none;
    }

.btn-cambiar {
    background: rgba(81,149,215,1);
    width: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    border: 0;
    height: 46px;
}

    .btn-cambiar:hover {
        background-color: rgba(99,185,242,1);
        color: #fff;
        text-decoration: none;
    }

.box-info-user {
    overflow: hidden;
    max-width: 427px;
    padding: 1em;
    float: right;
    position: relative;
    margin-right: 10%;
}

    .box-info-user .icon-info-user {
        background: url("../../Content/Images/user-profile.png") no-repeat scroll 0 0 transparent;
        width: 48px;
        height: 48px;
    }

    .box-info-user .btn-cerrar-s {
        padding-left: 5px;
        background: #002d6a;
        color: #fff;
        border: 0;
        padding-right: 5px;
    }

        .box-info-user .btn-cerrar-s:hover {
            background: #1f2149;
        }

    .box-info-user .div-btn-info-usuario {
        width: 100%;
        position: absolute;
        top: 0;
        padding-right: 10px;
    }

    .box-info-user .table-btn-info-usuario {
        float: right;
    }

.info-user .span {
    font-weight: 700;
}

/*mensaje-advertencia*/

.modal-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
}

.modal-header {
    background: linear-gradient(to bottom, rgba(107,172,224,1) 0%, rgba(107,172,224,1) 23%, rgba(80,136,198,1) 51%, rgba(80,136,198,1) 71%, rgba(70,114,180,1) 89%, rgba(52,65,127,1) 100%);
}

.modal-titel {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    position: relative;
}

.mensajes {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}

    .mensajes h3, .mensajes span {
        display: block;
        font-size: 20px;
        font-weight: normal;
    }

    .mensajes label {
        font-size: 20px;
        font-weight: normal;
    }

    .mensajes h3 .icon-advertencia {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("../../Content/Images/advertencia.png") no-repeat center top;
    }

    .mensajes h3 .icon-check {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("../../Content/Images/check.png") no-repeat center top;
    }

    .mensajes h3 .icon-error {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("../../Content/Images/error.png") no-repeat center top;
    }

    .mensajes h3 .icon-informacion {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("../../Content/Images/informacion.png") no-repeat center top;
    }

    .mensajes h3 .icon-confirmacion {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("../../Content/Images/question.png") no-repeat center top;
    }
/*===================*/

/*------------------------------------------------------------| HEADER |-------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------| FOOTER |-------------------------------------------------------*/
.info-footer {
    font-size: 12px;
    margin: 1em 0;
}

.menu-footer {
    margin-bottom: 0.5em;
    overflow: hidden;
}

    .menu-footer ul {
        margin: 0;
        padding: 0;
    }

    .menu-footer li {
        border-right: 1px solid #ddd;
        display: inline-block;
        float: left;
        padding: 0 0.5em;
    }

        .menu-footer li:first-child {
            padding-left: 0;
        }

        .menu-footer li:last-child {
            border-right: none;
        }

.info-copyright {
    text-align: right;
}

.div-titulo-fomulario {
    overflow: hidden;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
}

    .div-titulo-fomulario h2 {
        display: block;
        color: #032D63;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 0.5em;
    }

.contenedor-select-list {
    height: 220px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    border: 1px solid #d4d4d4;
}

    .contenedor-select-list .contenedor-arrastre {
        margin: auto;
        width: 290px;
    }

        .contenedor-select-list .contenedor-arrastre .contenedor-zonas {
            height: 150px;
            width: 120px;
            margin-top: 10px;
            overflow: auto;
            border: 1px solid #d4d4d4;
            padding-left: 10px;
        }

        .contenedor-select-list .contenedor-arrastre .contenedor-botones {
            width: 50px;
        }

            .contenedor-select-list .contenedor-arrastre .contenedor-botones .table-botones {
                margin: auto;
                position: center;
            }

.botonera {
    display: flex;
    justify-content: center;
}

.div-formulario {
    border-bottom: 1px solid #d4d4d4;
}

.div-formulario-Exp {
    margin-top: 0px;
    height: 50px;
    border-bottom: 1px solid #d4d4d4;
}

.contenedor-rangos-edad {
    /*overflow: hidden;*/
    background: #fff;
    width: 100%;
    /*border: 1px solid #d4d4d4;*/
    margin-top: 20px;
}

    .contenedor-rangos-edad .campos-texto-rango {
        border: 1px solid #ddd;
        height: 30px;
        width: 90px;
    }

    .contenedor-rangos-edad .campos-texto-rango-obligatorio {
        border: 1px solid red;
        height: 30px;
        width: 90px;
    }

.cursor-pointer {
    cursor: pointer;
}

.rotar-180-grades {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Chrome - Safari */
    -o-transform: rotate(180deg); /* Opera */
}

.texto-tipo-rango {
    background-color: #698CDE;
    color: white;
}

.texto-edad-cobranza {
    background-color: #24489C;
    color: white;
}

/*-----------------------------------------------------------------------------------------------------------------------------*/

/**/
.filtros-busqueda {
    width: 100%;
    margin-top: 10px;
    padding: 10px 10px;
    overflow: hidden;
}

    .filtros-busqueda .label-filtro {
        margin-top: 10px;
        color: #1f2149;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0.3em;
        width: 100%;
    }

.filtros-busqueda-text {
    border: 1px solid #ddd;
    height: 30px;
    width: 100%;
}

.date-picker {
    background: url("../../Content/Images/date.png") no-repeat scroll 0 0 transparent;
    background-position: right;
    border: 1px solid #ddd;
    height: 30px;
    width: 100%;
}

.filtros-busqueda input {
    /*margin-top:10px;*/
}

.filtros-button {
    float: right;
    margin-right: 25px;
}

.formulario {
    width: 100%;
    margin-top: 10px;
    padding: 10px 10px;
    overflow: hidden;
}

    .formulario .label-formulario {
        color: #1f2149;
        font-size: 14px;
        font-weight: bold;
        /*margin-top: 0.3em;*/
        width: 100%;
        margin-top: 10px;
    }

.formulario-text {
    border: 1px solid #ddd;
    height: 30px;
    width: 100%;
    margin-top: 10px;
}

.formulario input {
    /*margin-top:10px;*/
}

.formulario .campo-obligatorio {
    color: red;
    margin-top: 10px;
}

.label-radiobutton {
    color: #1f2149;
}

/*HEADER*/

.container-center {
    border: 1px solid #9d9d9d;
    border-top: 0;
    padding: 0 2em 2em;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 15px
}

.container-marketing {
    clear: both;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.img-container-header {
    height: 125px;
    width: 280px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10%;
}

.img-container-header-login {
    height: 125.5px;
    padding-left: 20px;
}
/*------*/

.container-nav {
    clear: both;
    max-width: 98;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border-right: 1px solid #9d9d9d;
    border-left: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    border-top: 0;
    background-color: #FFF;
}

.container-usuario {
    background-color: #006666;
    height: 48px;
    margin-bottom: 10px;
    display: block;
}

    .container-usuario .texto-container-user {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 13px;
        float: right;
        margin-top: 13px;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .container-usuario .boton-salir {
        margin-top: 8px;
        width: 32px;
        height: 32px;
        float: right;
        margin: 8px;
    }

    .container-usuario .icon-info-user {
        float: right;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-right: 5px;
        color: #ffffff;
    }

/* ---------- Menu ------------*/
.glyphicon {
    font-size: 20px;
}

.navbar-default {
    background: #006666;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar-default .navbar-toggle {
        background: #032D63;
        border-color: #fff;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #043C86;
        }

    .navbar-default .container-fluid {
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: #002d6a;
        color: #fff;
    }

    .navbar-default .navbar-nav li a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        position: relative;
    }

    .navbar-default .nav > li > a {
        padding-left: 32px;
        padding-right: 20px;
    }

    .navbar-default .navbar-nav li a span {
        position: absolute;
        width: 28px;
        height: 26px;
        left: 5px;
        top: 12px;
    }

.navbar-right .container-fluid .navbar-right {
    margin-right: 10px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.current-navbar {
    background: #032D63;
}

.dropdown-menu-marketing {
    background: linear-gradient(to bottom, rgba(107,172,224,1) 0%, rgba(107,172,224,1) 23%, rgba(80,136,198,1) 51%, rgba(80,136,198,1) 71%, rgba(70,114,180,1) 89%, rgba(52,65,127,1) 100%);
    background-clip: inherit;
}

    .dropdown-menu-marketing > li > a:hover,
    .dropdown-menu-marketing > li > a:focus {
        background: #002d6a;
        color: #fff;
    }

.navbar-default .navbar-nav .open .dropdown-menu-marketing > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #032D63;
    color: #fff;
}

@media only screen and (max-width:970px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        background: linear-gradient(to bottom, rgba(107,172,224,1) 0%, rgba(107,172,224,1) 23%, rgba(80,136,198,1) 51%, rgba(80,136,198,1) 71%, rgba(70,114,180,1) 89%, rgba(52,65,127,1) 100%);
    }
}

/*------ Btns -------- */
.btn-azul {
    background: #032D63;
    width: 90px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    border: 0;
    height: 32px;
}

.btn-azul-auto {
    background: #032D63;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    border: 0;
    height: 32px;
}

.btn-azul:hover {
    background: #043C86;
    color: #fff;
    text-decoration: none;
}

.btn-factoring {
    background: #032D63;
    width: 80%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    border: 0;
    height: 28px;
}

    .btn-factoring:hover {
        background: #043C86;
        color: #fff;
        text-decoration: none;
    }

.btn-verde {
    background: #032D63;
    width: 90px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    border: 0;
    height: 32px;
}

.btn-verde-auto {
    background: #032D63;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    border: 0;
    height: 32px;
}

.btn-verde:hover {
    background: #043C86;
    color: #fff;
    text-decoration: none;
}

.td-boton-formulario {
    float: right;
    margin-top: 15px;
}

.td-boton-create {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .td-boton-create a {
        color: #1f2149;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0.3em;
        width: 100%;
        text-decoration: underline;
    }

.div-estado {
    margin-top: 10px;
}

/* ---------------------------------- Tabla ----------------------------------- */
.border-row-table {
    border-bottom: 1px solid #9d9d9d;
}

.container-registros {
    max-height: 200px;
    overflow: auto;
}

#div-general-dates .k-header {
    font-weight: 700;
    /*font-size: 16px;*/
}

#div-general-dates .cell-value-calidad, #div-general-dates table td {
    font-size: 14px !important;
}


.table-marketing {
    margin: 1em 0;
    margin-top: 20px;
}

    .table-marketing table {
        border: 1px solid #d4d4d4;
        width: 100%;
        margin-bottom: 1em;
    }

    .table-marketing .k-grid-header {
        border: 1px solid #838485;
        background: #919193;
        min-height: 31px;
        padding: 0;
    }

    .table-marketing .k-grid-content {
        border: 1px solid #d4d4d4;
        margin-bottom: 1em;
    }

        .table-marketing .k-grid-header table,
        .table-marketing .k-grid-content table {
            width: 100%;
        }

    .table-marketing .k-grid-header th,
    .table-marketing .k-grid td {
        font-size: 12px;
        padding: 0.5em 0.4em;
    }

    .table-marketing .k-grid-header th {
        background: #00296b;
        color: #fff;
        overflow: hidden;
        font-weight: normal;
        white-space: nowrap;
        font-weight: bold;
    }

.table-remision .k-grid-header th {
    background: #929294;
}

.table-marketing .k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
}

.detail-table .k-grid-header th,
.detail-table .k-grid td {
    text-align: center;
}

    .detail-table .k-grid-header th:nth-child(1),
    .detail-table .k-grid td:nth-child(1) {
        width: 7.5%;
    }

    .detail-table .k-grid-header th:nth-child(2),
    .detail-table .k-grid td:nth-child(2) {
        width: 8%;
    }

    .detail-table .k-grid-header th:nth-child(3),
    .detail-table .k-grid td:nth-child(3) {
        width: 4.3%;
    }

    .detail-table .k-grid-header th:nth-child(4),
    .detail-table .k-grid td:nth-child(4) {
        width: 7%;
    }

    .detail-table .k-grid-header th:nth-child(5),
    .detail-table .k-grid td:nth-child(5) {
        width: 6%;
    }

    .detail-table .k-grid-header th:nth-child(6),
    .detail-table .k-grid td:nth-child(6) {
        width: 12.5%;
    }

    .detail-table .k-grid-header th:nth-child(7),
    .detail-table .k-grid td:nth-child(7) {
    }

.iconos-table-marketing {
    color: #24489c;
    font-size: 15px;
}

/*PAGINADOR*/
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap {
    display: none;
}

/* ---------------------------------- Paginador ----------------------------------- */

.k-state-selected {
    width: 50px;
}

.table-marketing .k-pager-wrap,
.pager-marketing {
    background-color: #fff;
    text-align: right;
    overflow: hidden;
    margin-bottom: 1em;
}

    .table-marketing .k-pager-wrap .k-label,
    .pager-marketing .k-label {
        display: block;
        float: right;
        height: 30px;
        line-height: 30px;
    }

    .table-marketing .k-pager-wrap ul,
    .pager-marketing ul {
        margin: 0;
        padding: 0;
    }

        .table-marketing .k-pager-wrap a,
        .table-marketing .k-pager-wrap ul li,
        .pager-marketing a,
        .pager-marketing ul li {
            display: inline-block;
            float: left;
            height: 30px;
        }

            .table-marketing .k-pager-wrap a span,
            .pager-marketing a span {
                font-size: 0;
                overflow: hidden;
                height: 30px;
            }

            .table-marketing .k-pager-wrap a span,
            .table-marketing .k-pager-wrap ul li span,
            .table-marketing .k-pager-wrap ul li a,
            .pager-marketing a span,
            .pager-marketing ul li span,
            .pager-marketing ul li a,
            .pager-marketing input {
                background-color: #006666;
                display: inline-block;
                width: 30px;
                height: 30px;
                color: #1b1d4a;
                margin: 0 1px;
                text-align: center;
                line-height: 30px;
            }

            .table-marketing .k-pager-wrap ul li .k-link:hover,
            .table-marketing .k-pager-wrap ul li span,
            .pager-marketing ul li .k-link:hover,
            .pager-marketing ul li span {
                background-color: #1b1d4a;
                background-image: none;
                color: #fff;
                text-decoration: none;
            }

.button-first-page {
    background: url("../../Content/Images/first-page.png") no-repeat;
    background-color: #006666;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #1b1d4a;
    margin: 0 1px;
    text-align: center;
    line-height: 30px;
    border: 0;
}

    .button-first-page:hover {
        background-color: #1b1d4a;
        color: #fff;
        text-decoration: none;
    }

.button-left-page {
    background: url("../../Content/Images/left-page.png") no-repeat;
    background-color: #006666;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #1b1d4a;
    margin: 0 1px;
    text-align: center;
    line-height: 30px;
    border: 0;
}

    .button-left-page:hover {
        background-color: #1b1d4a;
        color: #fff;
        text-decoration: none;
    }

.button-rigth-page {
    background: url("../../Content/Images/rigth-page.png") no-repeat;
    background-color: #006666;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #1b1d4a;
    margin: 0 1px;
    text-align: center;
    line-height: 30px;
    border: 0;
}

    .button-rigth-page:hover {
        background: url("../../Content/Images/rigth-page.png") no-repeat;
        background-color: #1b1d4a;
        text-decoration: none;
    }

.button-last-page {
    background: url("../../Content/Images/last-page.png") no-repeat;
    background-color: #006666;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #1b1d4a;
    margin: 0 1px;
    text-align: center;
    line-height: 30px;
    border: 0;
}

    .button-last-page:hover {
        background-color: #1b1d4a;
        color: #fff;
        text-decoration: none;
    }

.table-marketing .k-pager-wrap .k-icon,
.pager-marketing .k-icon {
    background: url("../../Content/Images/Spritesheet.png") no-repeat;
    opacity: 1;
}

.table-marketing .k-pager-wrap .k-i-seek-w,
.pager-marketing .k-i-seek-w {
    background-position: -5px -174px;
}

    .table-marketing .k-pager-wrap .k-i-seek-w:hover,
    .pager-marketing .k-i-seek-w:hover {
        background-position: -5px -206px;
    }

.table-marketing .k-pager-wrap .k-i-arrow-w,
.pager-marketing .k-i-arrow-w {
    background-position: -37px -174px;
}

    .table-marketing .k-pager-wrap .k-i-arrow-w:hover,
    .pager-marketing .k-i-arrow-w:hover {
        background-position: -37px -206px;
    }

.table-marketing .k-pager-wrap .k-i-arrow-e,
.pager-marketing .k-i-arrow-e {
    background-position: -69px -174px;
}

    .table-marketing .k-pager-wrap .k-i-arrow-e:hover,
    .pager-marketing .k-i-arrow-e:hover {
        background-position: -69px -206px;
    }

.table-marketing .k-pager-wrap .k-i-seek-e,
.pager-marketing .k-i-seek-e {
    background-position: -101px -174px;
}

    .table-marketing .k-pager-wrap .k-i-seek-e:hover,
    .pager-marketing .k-i-seek-e:hover {
        background-position: -101px -206px;
    }

.button-export-page {
    background: url("../../Content/Images/excel_export_uno.png") no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 1px;
    line-height: 30px;
    border: 0;
}

    .button-export-page:hover {
        background: url("../../Content/Images/excel_export_dos.png") no-repeat;
        width: 30px;
        height: 30px;
        text-decoration: none;
    }

/*=========*/


/* ---------------------------------- Kendo ----------------------------------- */
.k-widget {
    border: 0;
}

.k-alt {
    background: #E7E7E7;
}

.botones-modal {
    float: right;
    margin-right: 10px;
}

    .botones-modal input {
        margin-left: 5px;
    }

/*Clase para label table content kendo*/

.pdf-page {
    position: relative;
    margin: 0 auto;
    padding: .4in .3in;
    color: #333;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    text-align: justify;
}

label.required {
    color: red;
}
