﻿@font-face {
    font-family: 'ntpk';
     src: url('../webfonts/ntpk---app.eot');
    src: url('../webfonts/ntpk---app.eot#iefix') format('embedded-opentype'), url('../webfonts/ntpk---app.ttf') format('truetype'), url('../webfonts/ntpk---app.woff') format('woff'), url('../webfonts/ntpk---app.svg#ntpk') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf-bold';
    src: url('../webfonts/SF-UI-Display-Bold.eot');
    src: url('../webfonts/SF-UI-Display-Bold.eot#iefix') format('embedded-opentype'), url('../webfonts/SF-UI-Display-Bold.ttf') format('truetype'), url('../webfonts/SF-UI-Display-Bold.woff') format('woff'), url('../webfonts/SF-UI-Display-Bold.svg#sf-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf-regular';
    src: url('../webfonts/SF-UI-Display-Regular.eot');
    src: url('../webfonts/SF-UI-Display-Regular.eot#iefix') format('embedded-opentype'), url('../webfonts/SF-UI-Display-Regular.ttf') format('truetype'), url('../webfonts/SF-UI-Display-Regular.woff') format('woff'), url('../webfonts/SF-UI-Display-Regular.svg#sf-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


[class^="icon-ntpk-"], [class*=" icon-ntpk-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ntpk' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem;
}

table.dataTable tbody tr.selected {
    background-color: rgba(40, 167, 69, 0.3);
}

.dataTables_processing {
    background-color: #7AAA88;
    margin: 5px;
}
body {
    font-family: Arial;
    color: #003770;
}

.color-grey {
    color: #aaaaaa !important;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}

a {
    color: #003974;
}

.processing-job {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0px;
    display: none;
    z-index: 100;
}

.label-papp {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
}

.p-papp {
    font-size: 9px;
    color: black;
    margin-left: 0.5rem;
    margin-bottom: 0;
}

.bgHome {
    /* The image used */
    background-image: url("/Content/Images/WebBackground.png");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    color: #003974;
}

.bg-griffin {
    background-color: #003974;
}

.bg-papp-back {
    background-color: #EEEEEE;
    color: black;
    box-shadow: 0px 1px 6px 1px #999;
    font-weight: bold;
    border-radius: 20px;
}

.bg-papp {
    background-color: #FFE619;
    color: black;
    box-shadow: 0px 1px 6px 1px #999;
    font-weight: bold;
    border-radius: 20px;
}

.text-griffin {
    font-family: Arial;
    color: #003770 !important;
}

.bg-table {
    background-color: #FFDE2C;
}

.bg-table-detail {
    background-color: #7AAA88;
    text-align:center;
}

.title-page {
    font-weight: bold;
    padding-top: 10px;
    margin-left: 5px;
}

/*Estilo para el icono de interparking del layout*/
.icon-layout {
    height: 28px;
}

@media (min-width: 400px) {
    .icon-layout {
        height: 36px;
    }
}

@media (min-width: 480px) {
    .icon-layout {
        height: 46px;
    }
}

/*Estilo para el icono de sesión del layout*/
.session-icon-layout {
    font-size: 27px;
}

@media (min-width: 400px) {
    .session-icon-layout {
        font-size: 32px;
    }
}

@media (min-width: 480px) {
    .session-icon-layout {
        font-size: 40px;
    }
}



/*Estilo para el texto de sesión del layout*/
.session-text-layout {
    font-size: 13px;
}

@media (min-width: 400px) {
    .session-text-layout {
        font-size: 15px;
    }
}

@media (min-width: 480px) {
    .session-text-layout {
        font-size: 17px;
    }
}

/*Estilo para el título de la pagina de sociedades*/ 
.title-page-jf {
    /*font-size: 2rem;*/
    font-size: 1rem;
    font-weight: bold;
    padding-top: 10px;
    margin-left: 5px;
}

@media (min-width: 400px) {
    .title-page-jf {
        font-size: 4vw;
        font-weight: bold;
        padding-top: 10px;
        margin-left: 5px;
    }
}

@media (min-width: 576px) {
    .title-page-jf {
        font-size: 2rem;
        /*font-size: 4vw;*/
        font-weight: bold;
        padding-top: 10px;
        margin-left: 5px;
    }
}

/*Estilo para el icono de industria de la pagina de sociedades*/ 
.title-icon-industry {
    font-size: 20px;
}

@media (min-width: 400px) {
    .title-icon-industry {
        font-size: 25px;

    }
}

@media (min-width: 576px) {
    .title-icon-industry {
        font-size: 30px;
    }
}


    .table.dataTable tr td {
        height: 20px;
        padding: 2px;
    }

    .table.dataTable2 tr td {
        height: 20px;
        padding: 2px;
        font-size: 2vw;
    }

/*Estilo para el botón de creación de nuevo registro*/
button.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.58em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    /* Fallback */
    background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* IE10 */
    background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}

@media (min-width: 400px) {
    button.dt-button {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        margin-right: 0.333em;
        margin-bottom: 0.333em;
        padding: 0.5em 1em;
        border: 1px solid #999;
        border-radius: 2px;
        cursor: pointer;
        font-size: 0.68em;
        line-height: 1.6em;
        color: black;
        white-space: nowrap;
        overflow: hidden;
        background-color: #e9e9e9;
        /* Fallback */
        background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
        /* IE10 */
        background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
        /* Opera 11.10+ */
        background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        outline: none;
    }
}

@media (min-width: 450px) {
    button.dt-button {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        margin-right: 0.333em;
        margin-bottom: 0.333em;
        padding: 0.5em 1em;
        border: 1px solid #999;
        border-radius: 2px;
        cursor: pointer;
        font-size: 0.88em;
        line-height: 1.6em;
        color: black;
        white-space: nowrap;
        overflow: hidden;
        background-color: #e9e9e9;
        /* Fallback */
        background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
        /* IE10 */
        background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
        /* Opera 11.10+ */
        background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        outline: none;
    }
}

    /*Estilo para el selector de registros por página*/
    .dataTables_length .form-control {
        display: block;
        width: 100%;
        height: calc(1.70rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 0.6rem; /*10px;*/
        line-height: 1.5;
        color: #003770;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    @media (min-width: 400px) {
        .dataTables_length .form-control {
            display: block;
            display: block;
            width: 100%;
            height: calc(2rem + 2px);
            padding: 0.375rem 0.75rem;
            font-size: 0.8rem; /*10px;*/
            line-height: 1.5;
            color: #003770;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
    }

    @media (min-width: 576px) {
        .dataTables_length .form-control {
            display: block;
            width: 100%;
            height: calc(2.25rem + 14px);
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #003770;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
    }

/*Estilo para la la card de la combo de selección del filtro*/
.card-filtro {
    height: 70px !important;
    justify-content: center;
}

@media (min-width: 420px) {
    .card-filtro {
        height: 90px !important;
        justify-content: center;
    }
}

    /*Estilo para la combo de selección del filtro*/
    .combo-filtro {
        display: block;
        width: 50%;
        min-width: 80px;
        height: calc(1.50rem + 14px);
        padding: 0.375rem 0.75rem;
        font-size: 0.65rem;
        line-height: 1.5;
        color: #003770;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    @media (min-width: 420px) {
        .combo-filtro {
            display: block;
            width: 100%;
            height: calc(2.25rem + 14px);
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #003770;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
    }

    @media (min-width: 576px) {
        .combo-filtro {
            display: block;
            width: 100%;
            height: calc(2.25rem + 14px);
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #003770;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
    }

/*Estilo para el datetimepicker del filtro*/
.datetimepicker-input-filter {
    min-width: 50px !important;
    max-width: 90px !important;
    font-size: 0.6rem !important;
}

@media (min-width: 1000px) {
    .datetimepicker-input-filter {
        min-width: 70px !important;
        max-width: 1000px !important;
        font-size: 0.8rem !important;
    }
}

/*Estilo para la label de la combo de selección del filtro*/
.combo-label {
    min-width: 90px;
    font-size: 0.6rem !important;
}

@media (min-width: 420px) {
    .combo-label {
        min-width: 105px;
        font-size: 0.8rem !important;
    }
}

/*Estilo para la label de la combo de selección del filtro*/
.combo-label-2 {
    min-width: 90px;
    font-size: 0.6rem !important;
}

@media (min-width: 420px) {
    .combo-label-2 {
        min-width: 80px;
        font-size: 0.8rem !important;
    }
}

/*Estilo para la label de la combo de selección del filtro*/
.combo-label-3 {
    min-width: 130px !important;
    max-width: 130px !important;
    font-size: 0.8rem !important;
}


@media (min-width: 400px) {
    .combo-label-3 {
        min-width: 200px !important;
        max-width: 200px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 576px) {
    .combo-label-3 {
        min-width: 90px !important;
        max-width: 120px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 760px) {
    .combo-label-3 {
        min-width: 150px !important;
        max-width: 150px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 880px) {
    .combo-label-3 {
        min-width: 200px !important;
        max-width: 250px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1200px) {
    .combo-label-3 {
        min-width: 100px !important;
        max-width: 100px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1250px) {
    .combo-label-3 {
        min-width: 105px !important;
        max-width: 105px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1400px) {
    .combo-label-3 {
        min-width: 130px !important;
        max-width: 130px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1600px) {
    .combo-label-3 {
        min-width: 150px !important;
        max-width: 150px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1800px) {
    .combo-label-3 {
        min-width: 200px !important;
        max-width: 200px !important;
        font-size: 0.8rem !important;
    }
}

/*Estilo para la label de la combo de selección del filtro*/
.combo-label-4 {
    min-width: 100px;
    font-size: 0.6rem !important;
}

@media (min-width: 1500px) {
    .combo-label-4 {
        min-width: 125px;
        font-size: 0.8rem !important;
    }
}

/*Estilo para la label de la combo de selección del filtro*/
.combo-label-5 {
    min-width: 110px;
    font-size: 0.6rem !important;
}

@media (min-width: 576px) {
    .combo-label-5 {
        min-width: 80px;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1200px) {
    .combo-label-5 {
        min-width: 100px;
        font-size: 0.6rem !important;
    }
}

@media (min-width: 1300px) {
    .combo-label-5 {
        min-width: 110px;
        font-size: 0.6rem !important;
    }
}

@media (min-width: 1600px) {
    .combo-label-5 {
        min-width: 140px;
        font-size: 0.8rem !important;
    }
}

/*Estilo para la label de la combo de selección del filtro*/
.combo-label-6 {
    min-width: 150px;
    font-size: 0.8rem !important;
}

@media (min-width: 576px) {
    .combo-label-6 {
        min-width: 100px;
        font-size: 0.7rem !important;
    }
}

@media (min-width: 950px) {
    .combo-label-6 {
        min-width: 150px;
        font-size: 0.8rem !important;
    }
}

/*Estilo para la label de la combo de selección del filtro*/
.combo-label-7 {
    min-width: 130px !important;
    max-width: 130px !important;
    font-size: 0.8rem !important;
}


@media (min-width: 420px) {
    .combo-label-7 {
        min-width: 200px !important;
        max-width: 200px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 576px) {
    .combo-label-7 {
        min-width: 100px !important;
        max-width: 100px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 800px) {
    .combo-label-7 {
        min-width: 180px !important;
        max-width: 180px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 992px) {
    .combo-label-7 {
        min-width: 100px !important;
        max-width: 100px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1200px) {
    .combo-label-7 {
        min-width: 150px !important;
        max-width: 150px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1400px) {
    .combo-label-7 {
        min-width: 200px !important;
        max-width: 200px !important;
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1600px) {
    .combo-label-7 {
        min-width: 250px !important;
        max-width: 250px !important;
        font-size: 0.8rem !important;
    }
}


@media (min-width: 1800px) {
    .combo-label-7 {
        min-width: 300px !important;
        max-width: 300px !important;
        font-size: 0.8rem !important;
    }
}


/*Estilo para el botón del filtro
.icol-3 .btn-block {
    display: block;
    width: 3.8rem;
    font-size: 0.5rem;
}

@media (min-width: 330px) {
    .icol-3 .btn-block {
        display: block;
        width: 5rem;
        font-size: 0.5rem;
    }
}

@media (min-width: 420px) {
    .icol-3 .btn-block {
        display: block;
        width: 6rem;
        font-size: 0.6rem;
    }
}

@media (min-width: 576px) {
    .icol-3 .btn-block {
        display: block;
        width: 8rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .icol-3 .btn-block {
        display: block;
        width: 10rem;
        font-size: 1rem;
    }
}

@media (min-width: 960px) {
    .icol-3 .btn-block {
        display: block;
        width: 12rem;
        font-size: 1rem;
    }
}


/*Estilo 2 para el botón del filtro*/
.icol-3 .btn-block-users {
    display: block;
    width: 5.5rem;
    font-size: 0.7rem;
}

@media (min-width: 576px) {
    .icol-3 .btn-block-users {
        display: block;
        width: 6rem;
        font-size: 0.6rem;
    }
}


@media (min-width: 780px) {
    .icol-3 .btn-block-users {
        display: block;
        width: 8rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 910px) {
    .icol-3 .btn-block-users {
        display: block;
        width: 10rem;
        font-size: 1rem;
    }
}

@media (min-width: 1050px) {
    .icol-3 .btn-block-users {
        display: block;
        width: 12rem;
        font-size: 1rem;
    }
}


/*Estilo 3 para el botón del filtro*/
.icol-3 .btn-block-clients {
    display: block;
    width: 5.8rem;
    font-size: 0.8rem;
}

@media (min-width: 768px) {
    .icol-3 .btn-block-clients {
        display: block;
        width: 5rem;
        font-size: 0.7rem;
    }
}

@media (min-width: 850px) {
    .icol-3 .btn-block-clients {
        display: block;
        width: 6rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 1050px) {
    .icol-3 .btn-block-clients {
        display: block;
        width: 8rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 1250px) {
    .icol-3 .btn-block-clients {
        display: block;
        width: 10rem;
        font-size: 1rem;
    }
}

@media (min-width: 1500px) {
    .icol-3 .btn-block-clients {
        display: block;
        width: 12rem;
        font-size: 1rem;
    }
}

/*Estilo 4 para el botón del filtro*/
.icol-3 .btn-block-contracts {
    display: block;
    width: 8rem;
    font-size: 0.7rem;
}

@media (min-width: 330px) {
    .icol-3 .btn-block-contracts {
        display: block;
        width: 12rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) {
    .icol-3 .btn-block-contracts {
        display: block;
        width: 9rem;
        font-size: 0.65rem;
    }
}

@media (min-width: 630px) {
    .icol-3 .btn-block-contracts {
        display: block;
        width: 10rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 850px) {
    .icol-3 .btn-block-contracts {
        display: block;
        width: 12rem;
        font-size: 0.8rem;
    }
}


/*Estilo 3 para el botón del filtro*/
.icol-3 .btn-block-transits {
    display: block;
    width: 6rem;
    font-size: 0.6rem;
}


@media (min-width: 300px) {
    .icol-3 .btn-block-transits {
        display: block;
        width: 9rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 425px) {
    .icol-3 .btn-block-transits {
        display: block;
        width: 10rem;
        font-size: 0.8rem;
    }
}


@media (min-width: 425px) {
    .icol-3 .btn-block-transits {
        display: block;
        width: 15rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) {
    .icol-3 .btn-block-transits {
        display: block;
        width: 20rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 950px) {
    .icol-3 .btn-block-transits {
        display: block;
        width: 20rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 1200px) {
    .icol-3 .btn-block-transits {
        display: block;
        width: 8rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 1250px) {
    .icol-3 .btn-block-transits {
        display: block;
        width: 10rem;
        font-size: 1rem;
    }
}

@media (min-width: 1600px) {
    .icol-3 .btn-block-transits {
        display: block;
        width: 12rem;
        font-size: 1rem;
    }
}


/*Estilo 5 para el botón del filtro*/
.icol-3 .btn-block-reports {
    display: block;
    width: 10rem;
    font-size: 1rem;
}

@media (min-width: 420px) {
    .icol-3 .btn-block-reports {
        display: block;
        width: 15rem;
        font-size: 1rem;
    }
}

@media (min-width: 576px) {
    .icol-3 .btn-block-reports {
        display: block;
        width: 9rem;
        font-size: 1rem;
    }
}

@media (min-width: 800px) {
    .icol-3 .btn-block-reports {
        display: block;
        width: 13rem;
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .icol-3 .btn-block-reports {
        display: block;
        width: 10rem;
        font-size: 1rem;
    }
}

@media (min-width: 1500px) {
    .icol-3 .btn-block-reports {
        display: block;
        width: 12rem;
        font-size: 1rem;
    }
}

    /*Estilo para asignar el tamaño de la fuente de una tabla en función del tamaño de la pantalla*/
    .table-text {
        font-size: 8px /*!important*/
    }

    @media (min-width: 460px) {
        .table-text {
            font-size: 9px;
        }
    }

    @media (min-width: 500px) {
        .table-text {
            font-size: 11px;
        }
    }

    @media (min-width: 560px) {
        .table-text {
            font-size: 13px;
        }
    }

    @media (min-width: 600px) {
        .table-text {
            font-size: 15px;
        }
    }

    .table-text-large {
        font-size: 9px /*!important*/
    }

    @media (min-width: 460px) {
        .table-text-large {
            font-size: 10px;
        }
    }

    @media (min-width: 700px) {
        .table-text-large {
            font-size: 11px;
        }
    }

    @media (min-width: 900px) {
        .table-text-large {
            font-size: 12px;
        }
    }

    @media (min-width: 1000px) {
        .table-text-large {
            font-size: 15px;
        }
    }

/*Estilo para los iconos de las tablas tales como edición, papelera etc*/
    .icon-table {
        font-size: 12px
    }

    @media (min-width: 460px) {
        .icon-table {
            font-size: 14px
        }
    }

    @media (min-width: 500px) {
        .icon-table {
            font-size: 16px
        }
    }

    @media (min-width: 560px) {
        .icon-table {
            font-size: 18px
        }
    }

    @media (min-width: 600px) {
        .icon-table {
            font-size: 20px
        }
    }

.icon-table-large {
    font-size: 12px
}

@media (min-width: 460px) {
    .icon-table-large {
        font-size: 14px;
    }
}

@media (min-width: 700px) {
    .icon-table-large {
        font-size: 16px;
    }
}

@media (min-width: 900px) {
    .icon-table-large {
        font-size: 18px;
    }
}

@media (min-width: 1000px) {
    .icon-table-large {
        font-size: 20px;
    }
}


    /*Estilo para asignar el tamaño de la fuente del texto de paginación de una tabla en función del tamaño de la pantalla*/
    .table-pagination-text {
        font-size: 10px /*!important*/
    }

    @media (min-width: 460px) {
        .table-pagination-text {
            font-size: 11px;
        }
    }

    @media (min-width: 500px) {
        .table-pagination-text {
            font-size: 12px;
        }
    }

    @media (min-width: 576px) {
        .table-pagination-text {
            font-size: 13px;
        }
    }

    @media (min-width: 700px) {
        .table-pagination-text {
            font-size: 15px;
        }
    }

    @media (min-width: 920px) {
        .table-pagination-text {
            font-size: 17px;
        }
    }

    /*Estilo para asignar el tamaño de la fuente del texto de paginación de una tabla en función del tamaño de la pantalla*/
    .table-pagination-navigator {
        font-size: 7px /*!important*/
    }

    @media (min-width: 460px) {
        .table-pagination-navigator {
            font-size: 9px;
        }
    }

    @media (min-width: 500px) {
        .table-pagination-navigator {
            font-size: 13px;
        }
    }

    @media (min-width: 700px) {
        .table-pagination-navigator {
            font-size: 15px;
        }
    }

    @media (min-width: 920px) {
        .table-pagination-navigator {
            font-size: 17px;
        }
    }

    /* resuelve el problema de las etiquetas con campos autorellenados */
    .card-login .form-label-group input:-webkit-autofill ~ label {
        padding-top: calc(var(--input-padding-y) / 3);
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

    /* resuelve el problema de las etiquetas con campos combo */
    .form-control {
        display: block;
        width: 100%;
        /*height: calc(2.25rem + 24px);*/
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #003770;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

/* resuelve el problema de las etiquetas con campos combo */
.form-control-2 {
    display: block;
    width: 100%;
    height: calc(2.25rem + 14px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #003770;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-2:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.card-login .form-label-group textarea:-webkit-autofill ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
}

@media (min-width: 768px) {
    /* resuelve el problema de las etiquetas con campos combo */
    .form-control-2 {
        display: block;
        width: 100%;
        height: calc(2.25rem + 14px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #003770;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
}

@media (min-width: 870px) {
    /* resuelve el problema de las etiquetas con campos combo */
    .form-control-2 {
        display: block;
        width: 100%;
        height: calc(2.25rem + 14px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #003770;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
}


    .ui-widget-header {
        background-color: #003974;
        color: white;
    }

    .ui-dialog .ui-dialog-buttonpane {
        border-top: 10px solid #ffde14;
    }


    .icon-ntpk-colaboradores:before {
        content: "\e902";
    }

    .icon-ntpk-delete:before {
        content: "\e903";
    }

    .icon-ntpk-edit:before {
        content: "\e905";
    }

    .icon-ntpk-facturacion:before {
        content: "\e906";
    }

    .icon-ntpk-movimientos:before {
        content: "\e907";
    }

    .icon-ntpk-notificaciones:before {
        content: "\e908";
    }

    .icon-ntpk-nuevo-usuario:before {
        content: "\e909";
    }

    .icon-ntpk-nueva_notificacion:before {
        content: "\e911";
    }

    .icon-ntpk-nuevo_parking:before {
        content: "\e912";
    }

    .icon-ntpk-nuevo_colaborador:before {
        content: "\e913";
    }

    .icon-ntpk-cerrar:before {
        content: "\e935";
    }

    .icon-ntpk-parkings:before {
        content: "\e90a";
    }

    .icon-ntpk-password:before {
        content: "\e90b";
    }

    .icon-ntpk-usuario:before {
        content: "\e90c";
    }

    .icon-ntpk-vales:before {
        content: "\e90d";
    }

    .icon-ntpk-nuevo_vale:before {
        content: "\e910";
    }

    .closeSpan:hover,
    .closeSpan {
        font-size: 46px;
        /* background-color: blue; */
        color: #003770 !important;
        position: absolute;
        margin-left: -10px;
        opacity: 1;
        margin-top: -36px;
        background-color: white;
        border-radius: 24px;
        font-weight: bold;
    }

    .close:hover,
    .close {
        opacity: 1;
    }

    .fullpage {
        height: 90vh;
    }

    .iconspace {
        margin-left: 8px;
    }

    .imggrid {
        height: 25px;
        width: 25px;
    }


    .centermessage {
        padding-top: 20%;
    }

    .paddinglogo {
        padding-left: 20%;
    }

    .text {
        font-family: sf-regular;
        color: #003770;
        font-size: 13.5px;
    }

        .text a {
            color: #003770;
            text-decoration: underline;
        }

    .errorlogi {
        color: #e52420 !important;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .name-user {
        margin-top: 9px;
    }

    .imgUserLogin {
        font-size: 37px;
        width: 37px;
        height: 35px;
        position: absolute;
        margin-top: -2px;
        overflow: hidden;
    }

    .global_imgUserLogin {
        border-radius: 24px;
        border: 2px solid #003770;
        width: 42px;
        overflow: hidden;
        height: 40px;
        margin-top: 7px;
    }

    .activeMenu {
        background-color: #003770;
    }

    .spanMenuActive {
        background-color: #ffde14 !important;
    }

    .deletedInvoice {
        color: #A0A0A0 !important;
    }

    body {
        background-color: #eae8ee;
        /*padding-top: 50px;
    padding-bottom: 20px;*/
    }

    /* Set padding to keep content from hitting the edges */
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

    /* Set width on the form input elements since they're 100% wide by default */
    /*input,
select,
textarea {
    max-width: 280px;
}*/

    option {
        /* Current arrow I would like to change */
        position: relative !important;
        border: 4px solid #ededed !important;
        border-radius: 20px !important;
        height: 39px !important;
        background-color: #ededed !important;
        padding-left: 15px !important;
        width: 100% !important;
        font-family: sf-regular;
        color: #003770;
        font-size: 13.5px;
    }

    .cursorPointer {
        cursor: pointer;
    }

    .displayNone {
        display: none;
    }

    .navbar-inverse {
        background-color: #eae8ee;
        border-color: #eae8ee;
        height: 70px;
        border-bottom: 10px solid #ffde14;
    }

    .navbar-inverse-jf {
        background-color: #eae8ee;
        border-color: #eae8ee;
        height: auto;
        border-bottom: 10px solid #ffde14;
    }

    @media (min-width: 300px) {
        .navbar-inverse-jf {
            background-color: #eae8ee;
            border-color: #eae8ee;
            height: 60px;
            border-bottom: 10px solid #ffde14;
        }
    }

    @media (min-width: 400px) {
        .navbar-inverse-jf {
            background-color: #eae8ee;
            border-color: #eae8ee;
            height: 65px;
            border-bottom: 10px solid #ffde14;
        }
    }

    @media (min-width: 480px) {
        .navbar-inverse-jf {
            background-color: #eae8ee;
            border-color: #eae8ee;
            height: 70px;
            border-bottom: 10px solid #ffde14;
        }
    }

    .img_layout {
        margin-top: 10px;
        width: 232px;
    }

    .global_menu_content {
        margin-top: 110px;
        overflow: hidden;
        position: relative;
        background-color: #eae8ee;
    }

    .content {
        margin-top: 20px;
        border: 1.5px solid #d5d4d8;
        background-color: #fff;
        border-radius: 6.5px;
        overflow: hidden;
        height: 100%;
        margin-bottom: 50px;
    }

    .GlobalTitleContent {
        margin: 27px 0px 20px 0px;
        overflow: hidden;
    }

    .titleContent {
        padding-top: 4px;
        float: left;
        font-family: sf-regular;
        color: #003770;
        font-size: 22px;
    }

    .titleAdd {
        padding-top: 13px;
        text-decoration: underline;
    }

    .titleRequired {
        padding-top: 13px;
        color: #b3b2b1 !important;
    }



    .iconsTitleContent {
        color: #003770;
        font-size: 34px;
    }


    .padding0 {
        padding: 0px;
    }

    .contentGrids {
        margin-bottom: 60px;
        overflow: hidden;
    }

    .inputTextArea:focus,
    .inputForm:focus {
        border: 1px solid #b3b2b1;
        outline: none;
        border-radius: 20px;
    }

    .labelCheck {
        margin-top: 3px;
    }


    .numberInput {
        height: 39px;
        width: 150px;
    }

    .numberInputParking {
        height: 39px;
        width: 100%;
    }

        .inputTextArea:focus,
        .numberInput, .numberInputParking:focus {
            border: 1px solid #b3b2b1;
            outline: none;
            border-radius: 20px;
        }

    .numberInput,
    .inputTextArea, .numberInputParking {
        border: 2.5px solid #ededed;
        border-radius: 20px;
        background-color: #ededed;
        padding-left: 15px;
    }


        .inputTextArea:focus,
        .mediumInput:focus {
            border: 1px solid #b3b2b1;
            outline: none;
            border-radius: 20px;
        }

    .mediumInput,
    .inputTextArea {
        border: 2.5px solid #ededed;
        border-radius: 20px;
        background-color: #ededed;
        padding-left: 15px;
    }

    .mediumInput {
        height: 39px;
        width: 250px;
    }

    .inputForm,
    .inputTextArea {
        border: 2.5px solid #ededed;
        border-radius: 20px;
        background-color: #ededed;
        padding-left: 15px;
        width: 100%;
    }

    .inputForm {
        height: 39px;
    }


    .inputTextArea:focus,
    .numberInput:focus {
        border: 1px solid #b3b2b1;
        outline: none;
        border-radius: 20px;
    }

    .numberInput,
    .inputTextArea {
        border: 2.5px solid #ededed;
        border-radius: 20px;
        background-color: #ededed;
        padding-left: 15px;
    }

    .numberInput {
        height: 39px;
        width: 120px;
    }

    .inputInline,
    .inputTextArea {
        border: 2.5px solid #ededed;
        border-radius: 20px;
        background-color: #ededed;
        padding-left: 15px;
        width: 60%;
    }

        .inputTextArea:focus,
        .inputInline:focus {
            border: 1px solid #b3b2b1;
            outline: none;
            border-radius: 20px;
        }

    .checkboxs {
        width: 25px;
        height: 25px;
        margin: 0px 0px 0px 6px !important;
    }

    .smallerCheckboxs {
        width: 25px;
        height: 15px;
        margin: 0px 0px 0px 6px !important;
    }


    .marginTop30 {
        margin-top: 30px;
    }

    .marginleft-15 {
        margin-left: -15px;
    }

    .overflowHidden {
        overflow: hidden;
    }

    .checkboxThree {
        width: 100px;
        height: 35px;
        background: #16437c;
        border-radius: 50px;
        position: relative;
    }

        .checkboxThree:before {
            content: 'Si';
            position: absolute;
            top: 8px;
            left: 13px;
            height: 2px;
            transition: all .5s ease;
            color: #fff;
            font-size: 16px;
        }


        .checkboxThree:after {
            content: 'No';
            position: absolute;
            transition: all .5s ease;
            top: 8px;
            left: 63px;
            height: 2px;
            color: #9db2c8;
            font-size: 16px;
        }

        .checkboxThree label {
            display: block;
            width: 39px;
            height: 19px;
            border-radius: 50px;
            transition: all .5s ease;
            cursor: pointer;
            position: absolute;
            top: 8px;
            z-index: 1;
            left: 12px;
            background: #9db2c8;
        }


        .checkboxThree input[type=checkbox]:checked + label {
            left: 51px;
            background: #fff;
        }

    .checkBoxVisible {
        visibility: visible !important;
        display: inline !important;
    }


    .titlesUpInputs {
        padding-bottom: 10px;
        text-decoration: underline;
        font-size: 15px;
    }

    .btn_createUpdate {
        margin-top: 15px;
        width: 177px;
        height: 35px;
        font-family: sf-bold;
        font-size: 14px;
        -webkit-border-radius: 14px;
        border-radius: 14px;
        border: 2px solid #ffde14;
        background-color: #ffde14;
        color: #003770;
        margin-right: 10px;
    }

        .btn_cancel:focus,
        .btn_createUpdate:focus {
            outline: none !important;
        }

        .btn_createUpdate:hover {
            background-color: #ddbc19;
        }

    .btn_cancel:hover {
        background-color: #A0A0A0;
        color: #fff;
    }

    .btn_cancel {
        margin-top: 15px;
        width: 180px;
        color: #fff;
        height: 35px;
        font-family: sf-bold;
        font-size: 14px;
        -webkit-border-radius: 14px;
        border-radius: 14px;
        background-color: #b3b2b1;
    }

    .disabled {
        background-color: #fff;
        color: #333;
        border: 2px solid #b3b2b1;
    }

    .field-validation-error {
        color: red;
    }

    p.val_error {
        color: red;
    }


    /*Modal*/

    .modal-dialog {
        padding: 5px;
        color: #003770;
        font-family: sf-regular;
        height: auto;
    }

    .modalContentDelete {
        top: 50%;
        left: 50%;
        margin-top: 266px !important;
        margin-left: -160px !important;
        width: 352px !important;
        height: 187px !important;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        margin: 0 auto;
    }

    .modalContentView {
        top: 50%;
        left: 50%;
        width: 600px !important;
        height: 402px !important;
        margin-top: 202px;
        margin-left: -300px;
        -webkit-border-radius: 14px;
    }

        .modalContentView div.modal-body {
            overflow: hidden;
            height: 285px;
        }

    .modal-header {
        border-radius: 14px;
        -webkit-border-radius: 14px;
        background: #fff;
        color: #FFFFFF;
        border: 0px;
        color: #003770;
    }

        .modal-header .modal-title {
            float: left;
            font-size: 24px;
            margin: 7px 0px;
            font-family: sf-regular;
            font-size: 1.5em;
            width: 100%;
            text-align: center;
        }

    .detailInvoiceLabels {
        height: 40px;
        width: 350px;
        float: left;
    }

    .labelInline {
        float: left;
        padding-right: 5%;
    }

    .labelCont {
        padding-bottom: 3%;
    }

    .modal-body {
        padding: 5px;
        margin-top: 0px;
        height: 71px;
    }

        .modal-body .text-modal {
            text-transform: uppercase;
            font-size: 13.5px;
        }

    .modal-footer {
        border: none;
        text-align: center;
        background-color: #ffde14;
        border-radius: 0px 0px 14px 14px;
        height: 41px;
        padding: 0px;
        font-family: sf-bold;
    }



        .modal-footer .bt-left:focus,
        .modal-footer .bt-right:focus {
            outline: none !important;
        }

        .modal-footer .bt-left:hover,
        .modal-footer .bt-right:hover {
            background-color: #ddbc19;
        }

        .modal-footer .bt-left,
        .modal-footer .bt-right {
            background-color: #ffde14;
            border: 0px;
            height: 40px;
            float: left;
            height: 41px;
            text-align: center;
        }

        .modal-footer .bt-right {
            width: 50% !important;
            border-radius: 0px 0px 14px 0px !important;
        }

        .modal-footer .bt-left {
            width: 50% !important;
            margin-left: 0px !important;
            border-right: 1px solid #003770 !important;
            border-radius: 0px 0px 0px 14px !important;
        }


    /*Fin Modal*/


    /*Toast message*/
    .messagePopUpBody {
        background-color: #565555;
        box-shadow: 5px 6px 4px #d2d3d5;
        display: none;
        height: auto;
        min-height: 67px;
        padding: 15px;
        position: fixed;
        right: 30px;
        top: 70px;
        width: 500px;
        z-index: 1000000;
    }

    .messagePopUpIcon {
        background: url(../../Content/Images/Errors/avisos.png) 0px -50px, #58595b;
        height: 40px;
        left: 30px;
        position: absolute;
        width: 40px;
    }

        .messagePopUpIcon.warning {
            background: url(../../Content/Images/Errors/avisos.png) 0px -100px, #58595b;
        }

        .messagePopUpIcon.error {
            background: url(../../Content/Images/Errors/avisos.png) 0px 0px, #58595b;
        }

    .messagePopUpText {
        color: white;
        height: auto;
        left: 80px;
        margin-bottom: 10px;
        position: relative;
        top: 10px;
        width: 370px;
    }

    .messagePopUpClose {
        background: url(../../Content/Images/Errors/cerrar_modal.png), #58595b;
        background-position: 0px 16px;
        cursor: pointer;
        height: 16px;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 16px;
    }

        .messagePopUpClose:hover {
            background-position: 0px 0px;
        }

    /*Fin toast message*/

    /*Error screen*/
    .errorScreen, .showRequiredError {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        text-align: center;
        padding: 5% 0;
    }
    /*Fin Error screen*/

footer.sticky-griffin-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: -110px;
    height: 60px;
    background-color: #e9ecef;
    font-family: Arial;
    font-size: 10px;
}

    footer.sticky-griffin-footer .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }


    footer.sticky-griffin-footer a {
        text-decoration: none;
        color: #333;
        padding: 0 10px;
    }


        footer.sticky-griffin-footer a:hover {
            color: #666;
        }


    footer.sticky-griffin-footer .separator {
        color: #666;
    }


    footer.sticky-griffin-footer .copyright {
        margin-top: 5px;
        text-align: center;
        font-size: 0.6rem;
        line-height: 2;
    }

    footer.sticky-griffin-footer .link {
        margin-top: 4px;
        font-size: 0.8rem;
        line-height: 1.5;
    }


@media (min-width: 768px) {
    footer.sticky-griffin-footer {
        width: calc(100% - 0px);
    }
}


body.sidebar-toggled footer.sticky-griffin-footer {
    width: 100%;
}


@media (min-width: 768px) {
    body.sidebar-toggled footer.sticky-griffin-footer {
        width: calc(100% - 0px);
    }
}
