﻿/***********************************************************************************************************
    CSS Para HTML generales para todo el Aplicativo (un estilo personalizado no debe de ir aqui)
************************************************************************************************************/
/*-----------------------------------------------------------------------------------------------------------
    FURNTES
-----------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'din-regular';
    src: url('../../css/fonts/din/din-regular.woff');
    src: local('din-regular'), url('../../css/fonts/din/din-regular.ttf') format('truetype');
    src: url('../../css/fonts/din-regular.woff');
}

@font-face {
    font-family: 'din-bold';
    src: url('../../css/fonts/din/din-bold.eot');
    src: local('din-bold'), url('../../css/fonts/din/din-bold.ttf') format('truetype');
    src: url('../../css/fonts/din/din-bold.woff');
}
/*-----------------------------------------------------------------------------------------------------------
    CUERPO
-----------------------------------------------------------------------------------------------------------*/
html, body, form {
   /* height: 100%;*/
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}

body {
    user-select: auto !important;
    -ms-user-select: auto !important;
    /*   font-family: din, Arial;*/
    font-size: 1.3em;
    color: #222222;
    /*margin-top: 0px;
    padding: 0;
    text-align: justify;
    height: 100%; Para que se ajuste al altura hasta el final de la página
    width: 100%;
    display: block;
    clear: both;*/
}

/*-----------------------------------------------------------------------------------------------------------
    LINKS
-----------------------------------------------------------------------------------------------------------*/
a {
    color: #D0042B;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus {
        color: #a30120;
    }

    a:disabled, li:disabled {
        color: #999999;
        text-decoration: none;
        cursor: not-allowed;
    }

/*-----------------------------------------------------------------------------------------------------------
    COMBO
-----------------------------------------------------------------------------------------------------------*/
select {
    border-radius: 5px !important;
    cursor: pointer;
   /* padding: 6px 3px 6px 12px !important;*/
}

    select:disabled {
        border-radius: 5px !important;
        cursor: not-allowed;
        height: 34px;
        padding: 6px 3px 6px 12px;
        font-size: 14px;
        line-height: 1.4285;
        color: #555;
        background-color: #eeeeee;
        background-image: none;
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
/*-----------------------------------------------------------------------------------------------------------
    LISTAS
-----------------------------------------------------------------------------------------------------------*/
/*Migas*/
ul.migas {
    margin: 0;
    padding: 0;
}

    ul.migas li {
        display: inline-block;
    }

        ul.migas li a {
            color: #000000;
        }

        ul.migas li:first-child, ul.migas li:last-child {
            font-weight: bold;
        }

ol {
    font-weight: bold;
}

    ol li {
        padding-bottom: 5px;
    }

    ol span {
        font-weight: normal;
    }

/*.body-Font-Arial {
    font-family: Arial !important;
}*/

/**********************************************************************************
    CABECERA
**********************************************************************************/
/*header, section {
    clear: both;
}

    header hr {
        margin-top: 0;
        margin-bottom: 0;
    }*/
/**********************************************************************************
    LINK
**********************************************************************************/
/*a, img {
    border: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

.lnk {
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;
}

a:disabled, li:disabled{
    color: #999999;
    text-decoration: none;
    cursor:no-drop;
}*/
/**********************************************************************************
    CAJAS DE TEXTO
**********************************************************************************/
/*input[type=text] {
    border: #C1E3F3 1px solid;
}*/

/**********************************************************************************
   CHECK BOX
**********************************************************************************/
/*.radio, .checkbox{
    display:inline-block;
    padding:0.1em;
}*/
/**********************************************************************************
    FRAME
**********************************************************************************/
/*legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    background-color: #f5f5f5;
}*/

/**********************************************************************************
    LISTAS
**********************************************************************************/
/*ol {
    counter-reset: item;
    padding-left: 4%;
}
    ol li {
        list-style-type: none;
    }

        ol li:before {
            content: counter(item) ". ";
            counter-increment: item;
            margin-left: -16px;
            font-weight: bold;
        }*/

/**********************************************************************************
    LINEA
**********************************************************************************/
/*hr {
    border: #cccccc 1px solid;
}*/

/**********************************************************************************
    TOOLTIP
**********************************************************************************/
/*.tooltip {
    background-color: #fffaf3;
    opacity: 1 !important;
}

.tooltip-inner {
    text-align: left;
    background-color: #fffaf3;
    color: #222222;
}*/

/**********************************************************************************
    LOADING
**********************************************************************************/
/*#loading, #divImprimirRPT {
    top: 50%;
}

.ancho100 {
    width: 100%;
}*/
/**********************************************************************************
    TABLAS
**********************************************************************************/
/*tr.th-inner th {
    line-height: 20px !important;
    overflow: hidden !important;
    padding: 5px 0px 10px 0px !important;
    text-overflow: ellipsis !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    text-align: center;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.radio-inline label{
    font-weight:normal;
}*/

/**********************************************************************************
    ESTILO RESPONSIVE
**********************************************************************************/
/*    ESTILOS LG    */
@media all and (min-width: 1200px) {
}

/*    ESTILOS MD    */
@media all and (max-width: 1199px) {
}

/*    ESTILOS SM    */
@media all and (max-width: 991px) {
}

/*    ESTILOS XS    */
@media all and (max-width: 767px) {
}

/*    ESTILOS XXS MUY PEQUEÑO    */
@media all and (max-width: 270px) {
}
