/* Error de minimización. Devolviendo el contenido no minimizado.
(1046,1): run-time error CSS1019: Unexpected token, found '}'
(2521,15): run-time error CSS1036: Expected expression, found ';'
(4663,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(4664,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4673,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4674,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4693,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4694,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! jQuery UI - v1.11.3 - 2015-02-25
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
        color: #ec0101;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
    max-height: 200px;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        background: #fff;
        text-align: left;
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        border-top: 1px solid #E0DEDE;
        min-height: 0; /* support: IE7 */
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

        .ui-menu .ui-menu-item:hover {
            background: #d81e05;
            color: #fff;
        }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25); /* support: IE8 */
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        /* Support: IE7 */
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
    -webkit-box-shadow: 1px 6px 20px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 6px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 6px 20px -4px rgba(0,0,0,0.75);
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    .ui-selectmenu-button span.ui-icon {
        height: 30px;
        left: auto;
        margin-top: -8px;
        position: absolute;
        right: 0.5em;
        top: 26%;
        width: 30px;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: 0.4em 2.1em 0.4em 0.4em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #242424;
        background: #fff;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #cccccc;
        /*background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;*/
        font-weight: normal;
        color: #4b4b4b;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #1c94c4;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid red !important; /*#cccccc*/
          background-color: #ffcfcf !important;
        /*background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;*/
    }

}

.ui-menu .ui-state-focus {
    border: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00;
}

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #eb8f00;
        text-decoration: none;
    }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ec0101;
    background: #ec0101 url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
    color: #fff;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
    color: #ffffff;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #ffffff;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
    }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
    background: url("images/icn_select.png") no-repeat left top;
}

.ui-state-hover .ui-icon.ui-icon-triangle-1-s,
.ui-state-focus .ui-icon.ui-icon-triangle-1-s {
    background: url("images/icn_select.png") no-repeat left top;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50); /* support: IE8 */
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20); /* support: IE8 */
    border-radius: 5px;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 11, 2015 */



@font-face {
    font-family: 'foundrysterling-lightregular';
    src: url('../fonts/foundrysterling-light_2-webfont.eot');
    src: url('../fonts/foundrysterling-light_2-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/foundrysterling-light_2-webfont.html') format('woff2'),
         url('../fonts/foundrysterling-light_2-webfont.woff') format('woff'),
         url('../fonts/foundrysterling-light_2-webfont-2.html') format('truetype'),
         url('../fonts/foundrysterling-light_2-webfont.svg#foundrysterling-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'foundrysterling-lightregular';
    src: url('../fonts/foundrysterling-light-webfont.eot');
    src: url('../fonts/foundrysterling-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/foundrysterling-light-webfont.html') format('woff2'),
         url('../fonts/foundrysterling-light-webfont.woff') format('woff'),
         url('../fonts/foundrysterling-light-webfont-2.html') format('truetype'),
         url('../fonts/foundrysterling-light-webfont.svg#foundrysterling-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'foundrysterling-bookregular';
    src: url('../fonts/foundrysterling-book-webfont.eot');
    src: url('../fonts/foundrysterling-book-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/foundrysterling-book-webfont.html') format('woff2'),
         url('../fonts/foundrysterling-book-webfont.woff') format('woff'),
         url('../fonts/foundrysterling-book-webfont-2.html') format('truetype'),
         url('../fonts/foundrysterling-book-webfont.svg#foundrysterling-bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'foundrysterling-bookregular';
    src: url('../fonts/foundrysterling-book_2-webfont.eot');
    src: url('../fonts/foundrysterling-book_2-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/foundrysterling-book_2-webfont.html') format('woff2'),
         url('../fonts/foundrysterling-book_2-webfont.woff') format('woff'),
         url('../fonts/foundrysterling-book_2-webfont-2.html') format('truetype'),
         url('../fonts/foundrysterling-book_2-webfont.svg#foundrysterling-bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	/*max-width: 100%;*/
	display: block;
	margin: 0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;


	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/icn_flechas.png) no-repeat 0 -77px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/icn_flechas.png) no-repeat 0px 0px;
}

.bx-wrapper .bx-prev:hover {

}

.bx-wrapper .bx-next:hover {

}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 36px;
	height: 77px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*
Proyecto: MX[CHI].Intrade
Resumen: Estilos Principales de Intrade
Version: 0.123456 (FECHA)
Autor: Edinson Rodriguez
Descripcion:
	Reset general de estilos.
	Estilos generales de tipografia y enlaces
*/

/**CSS RESET**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: "" "";
}

input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

input:hover {
    border: 1px solid red !important;
}

input:focus {
    border: 1px solid red !important;
    background-color: #ffcfcf !important;
}


.oculto, hr, legend {
    display: none;
    visibility: hidden;
}

.panel-heading {
    padding: 0px !important;
}

.panel {
    border-radius: 0px !important;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #DDD !important;
}

.panel-body {
    padding: 0px !important;
}
/**CSS RESET**/

/*Estilos Generales de tipografia y enlaces*/
body {
    font-size: 76%;
    color: black;
    background: #f9f9fa !important;
    font-family: 'Noto Sans', sans-serif !important;
}

/*#contenedor {
    background: #092D48 url(../img/bg_home_uno.html) top center no-repeat;
}*/

a:link, a:visited {
    color: blue;
    text-decoration: none;
}

a:hover, a:active {
    color: blue;
    text-decoration: underline;
}

.font-Noto {
    font-family: 'Noto Sans', sans-serif;
}

/*Estilos Generales de Estructura y Diseño basicos*/
body {
    text-align: center;
}

strong {
    font-weight: bold;
}

.centrar {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    color: #242424;
}

.centro {
    text-align: center;
}

h1 {
    color: #444444;
    font-size: 26px;
    padding-bottom: 20px;
}

h2 {
    color: #444444;
    font-size: 26px;
    padding-bottom: 20px;
}

.btn {
    background: url(../img/bg_btn.png) left top repeat-x;
    color: #fff !important;
    text-transform: uppercase;
    padding: 14px 55px;
}

.btn:hover {
    opacity: 0.9;
}

/* Estilos radio buttons */
#radio-a label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: 12px;
}

#radio-a label input[type="radio"] {
    position: absolute;
    left: -9001px;
}

#radio-a .circ {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid black;
    top: 1px;
    position: relative;
}

#radio-a .circ .dot {
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    border-radius: 2em;
    left: 2px;
    top: 2px;
}

#radio-a label input[type="radio"]:checked ~ .circ .dot {
    background-color: red;
}

/* cabecera */
#cabecera {
    background: #b72b18;
}

#cabecera .logo {
    float: left;
    width: 195px;
    height: 24px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    background: url(../img/logo.png);
    margin: 15px 0px;
}

#cabecera .centrar div {
    background: url("../img/icn_indicador.png") no-repeat center bottom;
    float: right;
    margin-bottom: -8px;
    padding: 16px 0 15px 0;
    z-index: 9999;
    position: relative;
}

#cabecera p {
    /*background: url(../img/icn_peso.png) left top no-repeat;*/
    float: right;
    display: block;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
}

#cabecera p i.fa.fa-usd {
    font-size: 22px;
}

/*#cabecera .opciones {
        display: block;
    }*/
/* menu fixed */
.fixed {
    position: fixed;
    margin-top: 0;
}

#fixMenu.fixed {
    top: 0;
    z-index: 1000000;
}

#fixMenu.fixed #cabecera .opciones_view {
    background: none;
}

/*#fixMenu.fixed #cabecera .opciones {
        display: block;
    }*/

#fixMenu.fixed #cabecera .opciones li a {
    color: #fff;
}

#fixMenu.fixed #cabecera .opciones li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.opciones_view {
    float: right;
    display: block;
    margin-right: 25px;
    padding: 10px 0px 10px !important;
}

/* menu responsive */
.containerO {
    width: 100%;
    border: 0px none;
    border-radius: 0px;
    margin-bottom: 0px;
    height: 50px;
}

.fa.fa-bars {
    color: #FFF;
    font-size: 22px;
    margin-right: 6px;
    vertical-align: text-top;
    margin-top: 14px;
}

.fa.fa-times, .fa.fa-check {
    color: #FFF;
    font-size: 22px;
    margin-right: 6px;
    margin-top: 8px;
}

#simple-menu.col-xs-2 {
    text-align: right;
    z-index: 9999;
}

li .botoncerrar {
    text-align: right;
}

/* banners */
.banner {
    display: block;
    overflow: hidden;
    width: 100%;
}

.banner li {
    position: relative;
}

.banner .centrar {
    position: absolute;
    left: 65%;
    top: 40px;
    margin-right: -400px;
    width: 220px;
}

.banner li h2 {
    font-size:;
    font-size: 28px;
    line-height: 140%;
    color: #fff;
    width: 220px;
    text-align: right;
}

.banner li p {
    font-size: 38px;
    color: #fff;
}

.carousel-inner > .item > img {
    width: 100%;
}

.carousel-indicators {
    right: 0%;
    text-align: right !important;
}

.carousel-caption {
    top: 40px;
}

.carousel-caption h3 {
    font-size: 28px;
    line-height: 140%;
    color: #FFF;
    width: 100%;
    text-align: right;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
    text-align: right;
    font-weight: 600;
}

.carousel-caption p {
    font-size: 38px;
    color: #FFF;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
    text-align: right;
    font-weight: bold;
}

.carousel-indicators .active {
    background-color: #c8c8c8 !important;
    border: 1px solid #a7a5a0;
}

.carousel-indicators li {
    background-color: #fff !important;
    border: 1px solid #d6d6d6;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}


/*camino de miga*/
#miga {
    padding: 35px 0 35px 0px;
}

#miga li {
    float: left;
    font-size: 12px;
    padding-right: 3px;
    color: #4c4c4c;
}

#miga a {
    color: #b9230f;
}

/*identificador*/
#identificador {
    border: 1px solid #e0dede;
    width: 100%;
    padding: 0px;
    position: relative;
    margin-bottom: 35px;
}

#identificador div ul {
    width: 60%;
    float: left;
}

#identificador div {
    width: 100%;
    background: #e9e8e8;
    border: 2px solid #fff;
    padding-bottom: 20px;
}

#identificador li {
    float: left;
    width: 100%;
    padding-top: 20px;
    color: #242424;
}

#identificador li strong {
    display: block;
    float: left;
    width: 82px;
    padding-left: 20px;
    font-size: 14px;
    color: #242424;
    margin-right: 10px;
}

#identificador li a {
    color: #242424;
}

#identificador li.agente strong, #identificador li.agente {
    font-size: 17px;
}

#identificador #btn_polizas {
    display: block;
    width: 117px;
    text-align: center;
    font-size: 13px;
    float: right;
    color: #4c4c4c;
    margin-top: 30px;
}

#identificador #btn_polizas img {
    display: block;
    margin: 0 auto 8px auto;
}

#identificador #btn_cotizaciones {
    display: block;
    width: 117px;
    text-align: center;
    font-size: 13px;
    float: right;
    color: #4c4c4c;
    margin-top: 30px;
}

#identificador #btn_cotizaciones img {
    display: block;
    margin: 0 auto 8px auto;
}



/*Pasos */
#pasos {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    border: 1px solid #e0dddd;
    background: #fff;
    padding: 0px;
}

#pasos li {
    float: left;
    width: 33%;
    padding: 15px 0px;
    color: #4c4c4c;
    font-size: 17px;
    text-align: center;
    position: relative;
}

#pasos .uno:after, #pasos .uno:before,
#pasos .dos:after, #pasos .dos:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#pasos .uno:after,
#pasos .dos:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 23px;
    margin-top: -23px;
}

#pasos .uno:before,
#pasos .dos:before {
    border-color: rgba(224, 221, 221, 0);
    border-left-color: #e0dddd;
    border-width: 24px;
    margin-top: -24px;
}

#pasos .uno:after, #pasos .uno:before {
    z-index: 1;
}

#pasos li.active {
    background: #d81e05;
    color: #fff;
    /*cursor: pointer;*/
}

#pasos li.active:after {
    border-color: rgba(216, 30, 5, 0);
    border-left-color: #d81e05;
    border-width: 27px;
    margin-top: -27px;
}

#pasos li.visited {
    background: #fff;
    color: #4C4C4C;
    cursor: pointer;
}

#pasos li.visited:after {
    border-color: rgba(216, 30, 5, 0);
    border-left-color: #fff;
    border-width: 27px;
    margin-top: -27px;
    z-index: 50;
}




/* contenido */
#contenido_paso {
    background: #fff;
    width: 100%;
    padding: 2%;
    border: 1px solid #e0dede;
    float: left;
}

#contenido_paso.marginBlock {
    margin-bottom: 30px;
}

#contenido_paso h2 {
    border-bottom: 1px solid #edebeb;
    margin-top: 0px;
}

#contenido_paso h2 a, #paquetes h2 a {
    color: #000;
}

#contenido_paso h2 a:hover, #paquetes h2 a:hover {
    text-decoration: none;
}

#contenido_paso.marginBlock h2 {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #242424;
}

#contenido_paso.marginBlock i.fa.fa-pencil {
    font-size: 24px;
    margin-left: 10px;
    color: #D81E05; /*float: right;*/
}

.export-tables i.fa.fa-file-excel-o {
    font-size: 24px;
    margin-left: 10px;
    color: #D81E05;
}

.download-tables i.fa.fa-file-pdf-o {
    font-size: 24px;
    margin-left: 0px;
    color: #666;
}


.opcionesMovil {
    display: none;
}

.opciones {
    float: right;
}


.opciones li {
    float: left;
}



.opciones li a {
    display: block;
    width: 60px;
    text-align: center;
    font-size: 13px;
    float: left;
    color: #fff; /*#b9230f;*/
}

.opciones li a.plus-icon-box {
    text-align: right;
    width: 200px;
    z-index: 999;
}

.opciones li a.plus-icon-box .redglobo {
    text-align: left;
}

.opciones li a img {
    display: block;
    margin: 0 auto 3px auto;
}

.opciones i.fa.fa-plus-circle, .opciones i.fa.fa-minus-circle {
    font-size: 35px;
}

.opciones li:nth-child(2) {
    border-left: 1px solid #c3c2c2;
    border-right: 1px solid #c3c2c2;
    margin: 0px 6px;
}

ul.datos-resumen {
    margin: 8px 0px 0px 0px;
}

.datos-resumen li {
    display: inline-block;
    font-size: 14px;
}

#contenido_clave {
    width: 100%;
    padding: 2%;
    float: left;
}

.obligado_left {
    font-size: 13px;
    color: #4C4C4C;
    text-align: left;
}

.clave_right {
    font-size: 13px;
    color: #4C4C4C;
    text-align: right;
}
/*clave agente*/
.agente_block {
    float: left;
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #edebeb;
}

.agente_block.a1nn {
    border-bottom: 0px solid #edebeb;
}

.agente_block input, .block_serie input, .block_monto input, .cuerpo .item.block_monto_dark input, .item.a4nn input, .item.a6nn input {
    width: 320px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.4em 1em 0.4em 0.4em;
}

.item.a6nn input {
    width: 300px;
}

.agente_block .type-person input {
    height: auto;
    width: auto;
    padding: 0.4em 1em 0.4em 0.4em;
}

/*bajada*/
.bajada {
    float: left;
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #edebeb;
}

.bajada p {
    padding-bottom: 15px;
}

.bajada label {
    color: #4c4c4c;
    font-size: 13px;
    font-weight: bold;
}

.bajada input {
    width: 194px;
    height: 30px;
    border: 1px solid #edebeb;
    padding: 0.4em 1em 0.4em 0.4em;
}


/**cuerpo*/

.cuerpo {
    float: left;
    width: 100%;
}

.cuerpo .item .input-text {
    width: 320px;
    height: 30px;
    padding: 0.4em 1em 0.4em 0.4em;
}

.cuerpo .item .input-text-small {
    width: 70px;
    height: 30px;
    padding: 0.4em 1em 0.4em 0.4em;
    text-align: center;
}

.cuerpo .item input {
    border: 1px solid #cccccc;
    border-radius: 4px;
}



.cuerpo .item {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.cuerpo .item select, #descripcion-button {
    float: left;
}

.cuerpo .item .alert a {
    color: #d81e05 !important;
    padding-top: 8px;
    float: left;
    padding-left: 10px;
}

.cuerpo .item .alert {
    margin-bottom: 0px;
}

.msg-error-validate {
    font-size: 13px;
    color: #D81E05;
    font-style: italic;
    background: #EAE9E9;
    padding: 7px;
    border-radius: 3px;
}

.cuerpo .item.a7nn {
    margin: -30px 0px 0px 0px;
}

.cuerpo .item label, .cuerpo .item .normalTxt, .agente_block.a1nn label a {
    float: left;
    width: 240px;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    color: #4c4c4c;
    padding-top: 8px;
}

.cuerpo .item .doble_campo label {
    float: left;
    width: 50px;
    font-weight: bold;
    text-align: left;
    padding-right: 20px;
    color: #4c4c4c;
    padding-top: 8px;
}

.item label.error {
    float: none;
    color: red;
    padding: 4px 5px;
    width: auto;
    text-align: left;
}

#codigoseg label.error {
    float: left !important;
    color: red;
    padding: 4px 5px;
    width: auto;
    text-align: left;
}

.item label.errorddl {
    position: absolute;
    float: none;
    color: red;
    padding: 10px 5px;
    width: auto;
    text-align: left;
}

.cuerpo .item label e {
    font-weight: normal;
}

.cuerpo .item label m {
    font-weight: normal;
    margin-right: 20px;
}

.cuerpo .item .normalTxt {
    font-weight: normal;
    text-align: left;
}

.cuerpo .item .check-cotiz label {
    width: 390px;
}

.cuerpo .item.item_tipos label {
    padding-top: 40px;
}

.cuerpo .item.item_fecha label {
    padding-top: 0px;
}

.cuerpo .item.item_fecha label.label_fecha {
    width: auto;
    padding-right: 5px;
}

.cuerpo .item.item_fecha img {
    float: left;
    margin-left: 5px;
    margin-top: -9px;
    margin-right: 10px;
}

.cuerpo .item.item_fecha input {
    float: left;
    width: 90px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: -9px;
}

.cuerpo .item.a3nn label.type-person, .cuerpo .item.a5nn label.type-person {
    width: 140px;
    font-weight: normal;
}

.cuerpo .item.a3nn label.type-contact {
    text-align: left;
    width: 160px;
    font-weight: normal;
}

.cuerpo .item.a5nn label.type-person {
    padding-top: 0px;
}

label.type-person {
    text-align: left !important;
}

label.type-person a {
    color: #4C4C4C;
}

.cuerpo .item.a5nn {
    padding-bottom: 0px;
}

.plus-contact-item {
    margin-left: 5px;
    display: inline-block;
}

.plus-contact-item a {
    color: #CA0303;
}

input.date_cal {
    width: 120px !important;
    height: 36px !important;
    border: 1px solid red;
    border-radius: 4px !important;
    padding: 0.4em 1em 0.4em 0.4em;
}

.cuerpo .item.block_monto, .cuerpo .item.block_monto_dark, .item.block_monto_date {
    background: #eae9e9;
    width: 100%;
    float: left;
    padding: 8px 0px;
    margin-bottom: 15px;
}

.cuerpo .item.block_monto_dark, .cuerpo .item.block_monto_date {
    margin-bottom: 10px;
}


.item.block_monto_date input {
    width: 90px;
    height: 30px;
}

.cuerpo .item.box-dark {
    background: #eae9e9;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 15px 7px;
}

.cuerpo .item.box-dark .fa.fa-plus-circle, .fa.fa-minus-circle, .opciones .fa.fa-plus-circle {
    color: #ca0303;
    cursor: pointer;
    font-size: 22px;
}

.text-benefit-old {
    font-size: 13px;
}

.alert_desc {
    clear: both;
    color: #D81E05;
    display: block;
    overflow: hidden;
    margin-left: 15px;
}

.option_check {
    text-align: left;
    padding-left: 0px !important;
}

input.desc_txt {
    clear: both;
    width: 75px;
    height: 30px;
    border: 1px solid #edebeb;
    text-align: center;
    margin-top: -9px;
}

input.desc_txt.gt6 {
    clear: both;
    width: 175px;
    height: 30px;
    border: 1px solid #edebeb;
    text-align: center;
    margin-top: -9px;
    position: absolute;
    right: 0px;
}

.cuerpo .item.checkbox {
    margin-top: 0px;
    padding-bottom: 20px;
    padding-left: 27%;
}

.cuerpo .item.checkbox input {
    /*float: left;
					margin-left: 260px;
					margin-right: 10px;*/
}

.cuerpo .item.checkbox label {
    width: auto;
    font-weight: normal;
    padding-top: 0px;
}

.cuerpo .item select {
    width: 320px;
}

.cuerpo .item .tipos li {
    float: left;
}

.cuerpo .item .tipos li a {
    height: 30px;
    padding-top: 60px;
    display: block;
    color: #4c4c4c;
    font-size: 13px;
    text-align: center;
    background: #eae9e9 url(../img/icn_tipos.png) left 28px no-repeat;
    border-right: 1px solid #dcdbdb;
}

.cuerpo .item .tipos li.active a {
    background: #d81e05 url(../img/icn_tipos.png) left 28px no-repeat;
    color: #fff;
    display: table;
}

.cuerpo .item .tipos .btn_autos {
    width: 110px;
    height: 100px;
    background-position: 28px 28px;
    display: table;
}

.cuerpo .item .tipos .btn_autos:hover {
    background-position: 30px -65px;
    text-decoration: none;
}

.cuerpo .item .tipos .btn_camiones {
    width: 110px;
    height: 100px;
    background-position: -77px 28px;
    display: table;
}

.cuerpo .item .tipos .btn_camiones:hover {
    background-position: -77px -65px;
    text-decoration: none;
}

.cuerpo .item .tipos .btn_pickups {
    width: 110px;
    height: 100px;
    background-position: -184px 28px;
    display: table;
}

.cuerpo .item .tipos .btn_pickups:hover {
    background-position: -184px -65px;
    text-decoration: none;
}

.cuerpo .item .tipos .btn_motos {
    width: 110px;
    height: 100px;
    background-position: -288px 28px;
    border: 0px;
    display: table;
}

.cuerpo .item .tipos .btn_motos:hover {
    background-position: -288px -65px;
    text-decoration: none;
}

.cuerpo .item .tipos .active .btn_autos {
    background-position: 28px -66px;
}

.cuerpo .item .tipos .active .btn_camiones {
    background-position: -84px -66px;
}

.cuerpo .item .tipos .active .btn_pickups {
    background-position: -184px -66px;
}

.cuerpo .item .tipos .active .btn_motos {
    background-position: -292px -66px;
}

.obligatorio {
    font-size: 13px;
    color: #4c4c4c;
    width: 240px;
    text-align: right;
    padding: 30px 0px;
}

.item-list-pago label {
    text-align: left !important;
}

.item-card-pago {
    background: #ebebeb;
    display: block;
    padding: 3px 10px;
}

.item-card-pago span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.item-card-pago span.text-card-1 {
    color: #D81E05;
}

.item-card-pago span.text-card-2 {
    font-weight: bold;
}

.item-card-pago span.text-card-3 {
    text-align: center;
}

.item-card-pago span.text-card-3 img {
    margin: 10px 5px;
    cursor: pointer;
}

.alert-min {
    font-size: 12px;
}

.item-card-codigo span.text-card-4, .item-card-codigo span.text-card-5 {
    float: left;
}

.item-card-codigo span.text-card-5 {
    text-align: left;
    display: block;
    width: 120px;
}

.box-dato-poliza {
    background: #eae9e9;
    display: table;
    padding: 25px 15px;
}

.box-dato-poliza li.dato-poliza {
    font-size: 17px;
    margin-bottom: 10px;
}

.box-dato-poliza li strong {
    display: block;
    float: left;
    width: 220px;
    margin-right: 10px;
}

.poliza-info {
    margin-bottom: 20px;
}

.poliza-info h3 {
    font-size: 22px;
}

.poliza-info .item label.non-weight {
    font-weight: normal;
}

.poliza-info .item label.non-weight a {
    color: #D81E05;
}

.poliza-info .item label {
    text-align: left;
}

.poliza-info .item {
    padding-bottom: 0px;
    margin-bottom: 10px;
}



/* paquetes **/
#paquetes {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e0dede;
    float: left;
    padding: 2%;
    width: 100%;
    margin-top: 30px;
}

#paquetes h2 {
    padding-bottom: 0px;
    color: #242424;
}

#paquetes h2:hover, #contenido_paso.marginBlock h2:hover, #contenido_paso h2 a:hover {
    opacity: 0.6;
    cursor: pointer;
    text-decoration: none !important;
}

#paquetes.line-content h2 {
    border-bottom: 1px solid #EDEBEB;
    padding-bottom: 20px;
}

.box-content-paquete {
    background: #eae9e9;
    padding: 15px 10px;
    font-size: 14px;
}

.box-content-paquete a {
    color: #B9230F;
}

.table-cobertura select {
    width: 125px;
}

.table-cobertura input {
    width: 125px;
}



.line-separata {
    margin: 0px 15px;
}

.box-table-paquete, .box-table-cotiza {
    margin: 20px 0px;
}

.box-table-paquete h3 {
    font-size: 17px;
}

.export-tables {
    text-align: center;
    position: absolute;
    right: 20px;
    top: 15px;
    width: auto;
}

.export-tables a {
    color: #D81E05;
}

.download-tables a {
    color: #666;
}


.table-paquete td, .table-cobertura td {
    border: 1px solid #edebeb;
    text-align: center;
    padding: 8px;
    vertical-align: middle;
    color: #4b4b4b;
}

.table-cobertura .w135 {
    background: #f8f8f8;
    width: 129px;
}

.pa_10 {
    padding: 10px 9px !important;
}

.w140 {
    width: 140px;
}

.table-cobertura .w138 {
    width: 138px;
}

.w16 {
    width: 16%;
}

.table-cobertura .l10 {
    background: #f8f8f8;
}

.table-cobertura input {
    border: 1px solid #CCC;
    border-radius: 4px;
    height: 36px;
    width: 130px;
    padding: 0.4em 1em 0.4em 0.4em;
}

.table-paquete td label {
    font-weight: normal;
}

.table-paquete .l11 {
    background: #de0607;
    color: #fff;
}

.table-cobertura td {
    padding: 2px 9px;
}

.table-paquete .ll11 {
    background: none repeat scroll 0 0 #de0607;
    color: #fff;
    width: 45%;
}

.desactivado {
    position: relative;
    background: none !important;
}

.desactivado label {
    position: relative;
    z-index: 222;
}

.desactivado.checkDesign label {
    z-index: 2;
}

.fa-check {
    z-index: 222;
    position: relative;
}

.desactivado_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/bg_disable.png);
    z-index: 22;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.desactivado2 label {
    color: #dadada;
}

.titulo_disable {
    background: none repeat scroll 0 0 #ccc;
    color: #fff;
}

.desactivado label {
    color: #DADADA;
}

.table-paquete .l13, .table-paquete .l14, .table-paquete .l15 {
    background: #8e0101;
    color: #fff;
}

.table-cobertura .l13, .table-cobertura .l14, .table-cobertura .l15 {
    background: #8e0101;
    color: #fff;
}

.table-paquete .m13 {
    background: #ccc;
    color: #fff;
}

.table-paquete .left, .table-cobertura .left {
    text-align: left;
}

.shadow {
    background: #fbfbfb;
}

.text-red, .box-table-cotiza a {
    color: #D81E05;
}

.modal {
    top: 45px !important;
}

.modal-header {
    background: #de0607;
    color: #fff;
    text-align: center;
}

.modal-header h4 {
    font-size: 24px;
}

.modal-header .close {
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-top: -25px !important;
    margin-right: -25px;
}

thead td {
    font-size: 12px;
    height: 55px;
}

.modal-header .close:hover {
    opacity: 0.9;
}

.close {
    color: #d81e05 !important;
    font-weight: bold !important;
}

table {
    font-size: 13px;
}

.modal-footer {
    text-align: center !important;
    border-top: 0px solid #E5E5E5 !important;
}

.btn_agregar {
    color: #b9230f !important;
}

.input-modal-check {
    border-bottom: 1px solid #E5E5E5;
    text-align: left;
    height: auto;
    line-height: 25px;
    width: 100%;
    display: table;
    padding: 10px 0px;
}

.input-modal-form {
    text-align: left;
    height: auto;
    line-height: 25px;
    width: 100%;
    display: table;
    padding: 10px 0px;
}

.input-modal-form .text-obl {
    font-size: 12px;
}

.dark-modal-check {
    background: #eae9e9;
    padding: 8px;
    text-align: left;
}

.box-modal-form {
    background: #f3f2f2;
    display: table;
    padding: 25px 10px;
}

.box-modal-form label {
    float: left;
    width: 140px;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    color: #4C4C4C;
    padding-top: 8px;
}

.box-modal-form .item.a6nn label {
    width: 200px;
}

.box-modal-form textarea, .item.block_serie textarea {
    width: 320px;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 0.4em 1em 0.4em 0.4em;
}

.box-modal-form span {
    font-size: 13px;
}

.box-modal-form .coti-save-text {
    text-align: center;
    font-size: 16px !important;
    width: 100%;
    display: block;
}

.box-modal-form .item.a4nn, .box-modal-form .item.a6nn {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.box-modal-form.central {
    text-align: center;
}

.white-modal-check {
    background: transparent;
    padding: 8px;
    text-align: left;
    margin-top: 15px;
    font-size: 12px;
}

.white-modal-conf {
    background: transparent;
    padding: 8px;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.title-modal-1 {
    margin-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}

.input-modal-check label {
    font-weight: normal;
}

.input-modal-check .col-md-3 input, .input-modal-check .col-md-5 input, .input-modal-check .col-md-8 input, .input-modal-check .col-md-4 input, .input-modal-check .col-md-2 input {
    text-align: left;
    width: 100%;
    height: 30px;
    border: 1px solid #EDEBEB;
    padding: 0.4em 1em 0.4em 0.4em;
}

/*.input-modal-check .col-md-4 {
    text-align: right;
}*/

.other-add-equip {
    display: block;
    margin: 15px 0px;
}
/* cobertura **/
.table-cobertura .fa.fa-times {
    color: #999999;
}

.table-cobertura .fa.fa-times.red, .table-cobertura .fa.fa-check.red {
    color: #b9230f;
}

.table-cobertura .fa.fa-times.gray, .table-cobertura .fa.fa-check.gray, .fa.fa-check.gray.resp {
    color: #D7D7D7;
}

.table-cobertura .l10 {
    background: #f8f8f8;
}

.table-cobertura input {
    border: 1px solid #CCC;
    border-radius: 4px;
    height: 36px;
    width: 130px;
    padding: 0.4em 1em 0.4em 0.4em;
}

.boxes-add label {
    font-weight: normal;
}

.boxes-add input {
    width: 250px;
}

.boxes-add .col-md-5 {
    text-align: left;
}

.red-add {
    text-align: right;
    margin-top: 15px;
}

.red-add a {
    color: #B9230F;
}

.cuerpo .examina-link {
    padding-right: 20px;
    padding-top: 8px;
    float: left;
    width: 60%;
}

.cuerpo .examina-link a {
    color: #D81E05;
}

.cuerpo .examina-link i.fa.fa-paperclip {
    font-size: 22px;
    color: #D81E05;
    margin-right: 8px;
    float: left;
}

.upload-file-clip {
    cursor: pointer;
    font-size: 12px;
}

/* globitos tooltip */
.tooltip {
    font-size: 13px !important;
    color: #4C4C4C !important;
    outline: none !important;
    cursor: help !important;
    text-decoration: none !important;
    position: relative !important;
    opacity: 1 !important;
}

.tooltip span {
    margin-left: -999em;
    position: absolute;
}

.tooltip:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Noto Sans', sans-serif;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    font-size: 12px;
    margin-left: 0;
    width: 250px;
}

.tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}

.tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
}

.classic {
    padding: 0.8em 1em;
}

* html a:hover {
    background: transparent;
}

.redglobo {
    padding: 4px;
    background: #ca0303;
    border: 1px solid #FFAD33;
    color: #fff;
}

/* checkbox design personal */
.checkDesign input[type=checkbox] {
    visibility: hidden;
}

.checkDesign {
    width: 30px;
    margin: 5px 13px;
    position: relative;
}

.checkDesign label {
    cursor: pointer;
    position: absolute;
    width: 30px !important;
    height: 30px;
    top: 25%;
    left: 0%;
    background: #ca0303;
    border-radius: 5px;
    color: #fff;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 38%;
}

.checkDesign.white-A3n label, .checkDesign.s1n.white-A3n label, .checkDesign.s2n.white-A3n label {
    background: #fff;
    border: 1px solid #ccc;
}

.box-table-cotiza .checkDesign.s1n.white-A3n label {
    left: 0px;
    top: 0;
}

.table-paquete.line-out .checkDesign.s1n.white-A3n label {
    left: 0px;
    top: -5px;
}

.checkDesign.s1n.white-A3n label {
    left: -20px;
    top: 0;
}

.checkDesign.s2n.white-A3n label {
    left: -40px;
    top: 0;
}

.checkDesign.s3n.white-A3n label {
    top: 25%;
    /*left: 38%;*/
}

.checkDesign.s1n label {
    left: -20px;
    top: 0;
}

.checkDesign.s2n label {
    left: -40px;
    top: 0;
}

.checkDesign.s3n label {
    top: 25%;
    /*left: 38%;*/
}

.checkDesign.white-A3n label:after {
    border: 3px solid #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 13px;
    height: 9px;
    background: transparent;
    top: 8px;
    left: 8px;
    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);
}

.checkDesign label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 13px;
    height: 9px;
    background: transparent;
    top: 8px;
    left: 8px;
    border: 3px solid #fff;
    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);
}

.checkDesign.s1n.white-A3n input[type=checkbox]:checked ~ label,
.checkDesign.s1n label, .checkDesign.s2n.white-A3n input[type=checkbox]:checked ~ label,
.checkDesign.s2n label, .checkDesign.s3n.white-A3n input[type=checkbox]:checked ~ label,
.checkDesign.s3n label {
    background: #fff;
    border: 1px solid #ccc;
}

.checkDesign.s1n.white-A3n input[type=checkbox]:checked ~ label:after,
.checkDesign.s2n.white-A3n input[type=checkbox]:checked ~ label:after,
.checkDesign.s3n.white-A3n input[type=checkbox]:checked ~ label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    border: 3px solid #ccc;
    content: '';
    position: absolute;
    width: 13px;
    height: 9px;
    background: transparent;
    top: 8px;
    left: 8px;
    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);
}

.checkDesign.s1n.white-A3n input[type=checkbox]:checked ~ label:hover::after,
.checkDesign.s2n.white-A3n input[type=checkbox]:checked ~ label:hover::after,
.checkDesign.s3n.white-A3n input[type=checkbox]:checked ~ label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.checkDesign.s1n.white-A3n label,
.checkDesign.s2n.white-A3n label,
.checkDesign.s3n.white-A3n label {
    background: #CA0303;
    border: 1px solid #CA0303;
}

.checkDesign.s1n.white-A3n label:after,
.checkDesign.s2n.white-A3n label:after,
.checkDesign.s3n.white-A3n label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}


/* collapse contenido */
.well {
    background-color: #fff !important;
    margin-top: 20px;
    display: table;
}

.width-collapdark {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cuerpo.collapdark {
    background: transparent;
}

.cuerpo.collapdark h2 {
    font-size: 22px;
}

#botones {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0 100px 0;
}

#botones.padd-min-box {
    padding: 10px 0px;
}

#botones a, .btn.btn-default, .btn.btn-primary, #boton-aprob a {
    margin-left: 30px;
    display: inline-block; /*!important;*/
    background: url(../img/bg_btn.png) left top repeat-x;
    padding: 9px 30px;
    height: 40px;
    border: none;
}

#boton-aprob a.link-text-cotz {
    color: #D81E05;
    margin-left: 0px;
    display: inline-block !important;
    background: transparent;
    padding: 9px 30px;
}

#boton-aprob {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.txt-aprob-title {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}


.w100 {
    width: 100px !important;
}

.w155 {
    width: 155px;
}

.w50 {
    width: 32%;
}

.w50P {
    width: 50% !important;
}

.w25P {
    width: 10% !important;
}

.w75P {
    width: 75%;
}





.table-cobertura input.w100 {
    width: 100px !important;
}

.box-content-cobertura .ui-selectmenu-button span.ui-selectmenu-text {
    background: none repeat scroll 0 0 #fff;
    color: #242424;
    display: block;
    line-height: 1.2;
    overflow: hidden;
    padding: 0.6em 2.6em 0.4em 0.4em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    height: 30px;
    color: #4B4B4B;
}


/***agregado 25/3/ **/
.table-paquete td label {
    font-weight: normal;
    color: #dadada;
}

.table-paquete, .table-cobertura {
    border-right: 1px solid #edebeb;
    float: left;
}

.table-paquete i.fa.fa-caret-down, .table-cobertura i.fa.fa-caret-down, .nav-tabs i.fa.fa-caret-down {
    display: none;
}

.table-paquete .l11 i.fa.fa-caret-down {
    display: inline-block;
}

.table-paquete td, .table-cobertura td {
    border: 0px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-top: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
    color: #4b4b4b;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.table-paquete td {
    color: #999999;
}

.radio_pago {
    cursor: pointer;
}

.table-paquete td.titulos.hover, .table-paquete td.activado {
    background: #848484;
    color: #fff;
}

.table-paquete td.select {
    color: #fff;
    font-weight: bold;
    background: #E01300;
}

.table-paquete td.titulos.select {
    color: #999;
    font-weight: normal;
    background: #FCEEEE;
}

.table-paquete td.principal.titulos.select {
    color: #E01300;
}

.table-paquete td.active {
    border-left: 1px solid #A90900;
    border-right: 1px solid #A90900;
}

.table-paquete thead td.active,
.table-cobertura thead td.active {
    background: none repeat scroll 0 0 #8e0101;
    color: #fff;
}

.table-cobertura thead .m13 {
    background: none repeat scroll 0 0 #ccc;
    color: #fff;
}

.table-cobertura .active .fa.fa-check, .fa.fa-check.resp {
    color: #b9230f;
}

.checkDesign.s1n.white-A3n label, .checkDesign.s2n.white-A3n label, .checkDesign.s3n.white-A3n label {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
}

.checkDesign.s1n.white-A3n input[type="checkbox"]:checked ~ label, .checkDesign.s1n label, .checkDesign.s2n.white-A3n input[type="checkbox"]:checked ~ label, .checkDesign.s2n label, .checkDesign.s3n.white-A3n input[type="checkbox"]:checked ~ label, .checkDesign.s3n label {
    background: none repeat scroll 0 0 #ca0303;
    border: 1px solid #ca0303;
}

.checkDesign.s1n.white-A3n input[type="checkbox"]:checked ~ label:after, .checkDesign.s2n.white-A3n input[type="checkbox"]:checked ~ label:after, .checkDesign.s3n.white-A3n input[type="checkbox"]:checked ~ label:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff #fff;
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 3px 3px;
    content: "";
    height: 9px;
    left: 8px;
    opacity: 1;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 13px;
}

.table-cobertura td.active {
    border-left: 1px solid #a90900;
    border-right: 1px solid #a90900;
}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}



/*nuevos*/
.chk input[type=checkbox] {
    height: 30px;
    width: 30px;
}

.chk input[type=checkbox]:checked {
    height: 30px;
    width: 30px;
}



.rightImportant {
    float: right !important;
}

.leftImportant {
    float: left !important;
}

.textLeft {
    text-align: left !important;
}

.textRight {
    text-align: right !important;
}


.textCenter {
    text-align: center !important;
}

.textLeftWidth {
    text-align: left !important;
    width: auto !important;
}

.textRightWidth {
    text-align: right !important;
    width: auto !important;
}

.hand {
    cursor: pointer;
}

.clear {
    clear: both !important;
}

.overflow {
    max-height: 200px;
}


.whiteCheck {
    background-color: white !important;
    border-color: #ccc !important;
}

.top0 {
    top: 0px !important;
}

.border {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ccc;
    padding: 0px 4px;
}

.noVisible {
    display: none;
}

.padding5 {
    padding: 5px !important;
}

.redBorder {
    border-color: red;
}


.requerido:after {
    content: '*';
    color: red;
    vertical-align: top !important;
}

.msgKbb {
    color: red;
    padding: 5px;
    float: left;
}

.lblRepLegal {
    color: #4c4c4c;
    margin-left: 11px;
}

select {
    color: #000 !important;
}

.titlessection {
    font-size: 30px;
}

#contenido_consulta {
    background: #fff;
    width: 170%;
    padding: 2%;
    border: 1px solid #e0dede;
    float: left;
}



#contenido_consulta.marginBlock {
    margin-top: 0px;
    /*margin-inline-start: -150px;*/
}

#contenido_consulta h2 {
    border-bottom: 1px solid #edebeb;
    margin-top: 0px;
}



#contenido_consulta h2 a, #paquetes h2 a {
    color: #000;
}



#contenido_consulta h2 a:hover, #paquetes h2 a:hover {
    text-decoration: none;
}



#contenido_consulta.marginBlock h2 {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #242424;
}



#contenido_consulta.marginBlock i.fa.fa-pencil {
    font-size: 24px;
    margin-left: 10px;
    color: #D81E05; /*float: right;*/
}

.header__seguimiento {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.header__seguimiento-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.consulta__button--margin-0 {
    margin: 0px !important;
}

.badge--success {
    background-color: green !important;
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.ml-auto {
    margin-left: auto
}

.container__botones {
    display: flex;
    justify-content: flex-end;
}

.d-none {
    display: none;
}

.btn-filtro {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem !important;
}

#divTablaAdj {
    margin-bottom: 3rem;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont862f.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont862f.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont862f.html?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont862f.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

/* En celulares jugar con porcentajes para que se adapte automaticamente ya que hay varios con resoluciones 360, 390, 410, etc. */


/*tablets*/
@media (max-width: 768px) {
    .centrar {
        width: 768px;
        margin: 0px auto;
        padding: 0px 10px;
    }
    .carousel-caption, .carousel-caption h3 {
        padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .check-cotiz {
        width: 30%;
        display: table;
    }
    .input-modal-check .col-md-4 {
        text-align: left;
    }
    #cabecera,.containerO {
        position: fixed;
        margin-top: 0;
        top: 0;
        z-index: 1000000;
    }
    .banner {
        margin-top: 50px;
    }
    .opciones li:nth-child(2) {
        border-right: none;
    }
    .cuerpo .item.a3nn label.type-contact {
        width: 140px;
    }
    .cuerpo .item.checkbox {
        padding-left: 34%;
    }
    
    /* Tablas for responsive 
    .box-table-paquete, .box-content-cobertura, .box-table-cotiza {overflow: scroll; overflow-y: hidden;}
    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }*/

}

/*tablets*/
@media (max-width: 640px) {
    .centrar {
        width: 640px;
        margin: 0px auto;
        padding: 0px 10px;
    }
    #identificador div ul {
        width: 100%;
    }
    #identificador li strong {
        padding-left: 10px;
    }
    
    .line-width-max {
        margin-left: -13px;
        margin-right: -13px;
    }
    #pasos li {
        padding-left: 16px;
        font-size: 15px;
        padding: 17px 0px 17px 16px;
    }
    #contenido_paso {
        padding: 8% 2%;
    }
    #contenido_paso h2, #contenido_paso h2 a, #paquetes h2 a {
        font-size: 20px;
    }
    .opciones li a {
        width: 50px;
    }
    .obligatorio {
        text-align: left;
        padding: 15px 0px;
    }
    .cuerpo .item .tipos li {
        width: 20%;
    }
    .cuerpo .item .tipos .btn_autos, .cuerpo .item .tipos .btn_camiones, .cuerpo .item .tipos .btn_pickups, .cuerpo .item .tipos .btn_motos {
        width: 100%;
        height: 60px;
    }
    .cuerpo .item label {
        text-align: left;
    }
    .cuerpo .item.item_tipos label {
        padding-top: 10px;
        width: 15%;
    }
    .cuerpo .item .tipos .active .btn_autos {
        background-position: 30px -66px;
    }
    .cuerpo .item .tipos .btn_autos {
        background-position: 30px 28px;
    }
    .cuerpo .item .tipos .btn_autos:hover {
        background-position: 30px -66px;
    }
    .cuerpo .item .tipos .active .btn_camiones {
        background-position: -75px -65px;
    }
    .cuerpo .item .tipos .btn_camiones {
        background-position: -75px 28px;
     }
     .cuerpo .item .tipos .btn_camiones:hover {
        background-position: -75px -65px;
     }
     .cuerpo .item .tipos .active .btn_pickups {
        background-position: -182px -65px;
    }
     .cuerpo .item .tipos .btn_pickups {
        background-position: -182px 28px;
     }
     .cuerpo .item .tipos .btn_pickups:hover {
        background-position: -182px -65px;
     }
     .cuerpo .item .tipos .active .btn_motos {
        background-position: -288px -65px;
    }
     .cuerpo .item .tipos .btn_motos {
        background-position: -288px 28px;
     }
     .cuerpo .item .tipos .btn_motos:hover {
        background-position: -288px -65px;
     }
     .cuerpo .item {
        padding-bottom: 10px;
    }
    .cuerpo .item.checkbox {
        padding-left: 0%;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .cuerpo .item.item_fecha label {
        padding-bottom: 10px;
        width: 100%;
    }
    .label_fecha_desde, .label_fecha_hasta {
        position: relative;
        min-height: 1px;
        padding-left: 13px;
        padding-right: 13px;
        width: 100%;
        float: left;
    }
    .cuerpo .item.item_fecha input {
        width: 65%;
    }
    #botones a {
        margin-left: 0px;
    }
    .cuerpo .item.checkbox {
        margin-top: 0px;
        margin-left: 10px;
    }
    .cuerpo .item.block_monto, .cuerpo .item.block_monto_dark, .item.block_monto_date {
        padding: 8px;
     }
     .item.block_monto input, .item.block_monto_dark input {
        width: 100% !important;
     }
     .btn.btn-default, .btn.btn-primary {
        margin-left: 0px;
        padding: 9px 20px;
     }
     .agente_block.a1nn label a {
        text-align: left;
     }
     .item-card-codigo {
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        margin-top: 15px;
    }
    .poliza-info .item {
        margin-bottom: 0px;
    }
    .box-modal-form label {
        width: 100%;
        text-align: left;
    }
    #pasajeros-button.ui-corner-all {
        width: 98% !important;
    }
    .box-content-paquete .am6nn {
        width: 100%;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .width-collapdark .an6hh, .box-modal-form.as33fn {
        padding: 19px 4px;
    }
    .cuerpo.collapdark .item.a4nn input, .cuerpo.collapdark .ui-corner-all, .box-modal-form.as33fn input,
    .box-modal-form.as33fn textarea {
        width: 98% !important;
    }
    .cuerpo .item.ab56ng label {
        width: 160px;
    }
    .cuerpo .label_fecha.as4bn3 {
        width: 100% !important;
    }
    .block-for-responsive {
        display: block;
        width: 100%;
        overflow: hidden;
        background: none !important;
        padding-bottom: 15px !important;
        margin: 0 auto;
    }
    .block-for-responsive a {
        margin: 30px 15% 0px;
    }
    .input-modal-check .col-md-4 {
        text-align: left;
    }
    .nav-tabs > li {
        text-align: center;
    }
    .nav-tabs > li > a {
        padding: 10px 67px;
        color: #fff;
        background: #CCC;
        border-radius: 0px 0px 0px 0px;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
        background: #8E0101;
        color: #fff;
    }
    .table-cobertura select, .table-paquete select {
        width: 80px;
    }
    .table-paquete.line-out td {
        border: none;
    }
    .datos-resumen li {
        font-size: 12px;
    }
    .opciones li a.plus-icon-box {
        width: auto;
    }
    .msg-error-validate {
        float: left;
    }
    .tooltip span {
        display: none;
    }
    .popover {
        border: 1px solid #FFAD33;
        padding: 0px;
    }
    .popover-title, .popover-content {
        background: #CA0303;
        color: #fff;
        font-size: 12px;
    }
    .popover-title {
        font-weight: bold;
        border-bottom: none;
        padding: 5px 5px 2px 5px;
    }
    .popover-content {
        border-radius: 0px 0px 5px 5px;
        padding: 2px 5px 5px 5px;
    }
    .popover.top > .arrow::after {
        border-top-color: #CA0303;
    }
    .responsive.table-paquete .fa.fa-question {
        color: #CA0303;
        font-size: 16px;
        cursor: pointer;
    }
    
    
    /* Tablas for responsive 
    .box-table-paquete, .box-content-cobertura, .box-table-cotiza {overflow: scroll; overflow-y: hidden;}
    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }*/
}

/*tablets*/
@media (max-width: 480px) {
    .centrar {
        width: 480px;
        margin: 0px auto;
        padding: 0px 10px;
    }
    #identificador div ul {
        width: 100%;
    }
    #identificador li strong {
        padding-left: 10px;
    }
    .line-width-max {
        margin-left: -13px;
        margin-right: -13px;
    }
    #pasos li {
        padding-left: 16px;
        font-size: 15px;
        padding: 17px 0px 17px 16px;
    }
    #contenido_paso {
        padding: 8% 2%;
    }
    #contenido_paso h2, #contenido_paso h2 a, #paquetes h2 a {
        font-size: 20px;
    }
    .opciones li a {
        width: 50px;
    }
    .obligatorio {
        text-align: left;
        padding: 15px 0px;
    }
    .cuerpo .item .tipos li {
        width: 25%;
    }
    .cuerpo .item .tipos .btn_autos, .cuerpo .item .tipos .btn_camiones, .cuerpo .item .tipos .btn_pickups, .cuerpo .item .tipos .btn_motos {
        width: 100%;
        height: 60px;
    }
    .cuerpo .item label {
        text-align: left;
    }
    .cuerpo .item.item_tipos label {
        padding-top: 10px;
        width: 100%;
    }
    .cuerpo .item .tipos .active .btn_autos {
        background-position: 30px -66px;
    }
    .cuerpo .item .tipos .btn_autos {
        background-position: 30px 28px;
    }
    .cuerpo .item .tipos .btn_autos:hover {
        background-position: 30px -66px;
    }
    .cuerpo .item .tipos .active .btn_camiones {
        background-position: -75px -65px;
    }
    .cuerpo .item .tipos .btn_camiones {
        background-position: -75px 28px;
     }
     .cuerpo .item .tipos .btn_camiones:hover {
        background-position: -75px -65px;
     }
     .cuerpo .item .tipos .active .btn_pickups {
        background-position: -182px -65px;
    }
     .cuerpo .item .tipos .btn_pickups {
        background-position: -182px 28px;
     }
     .cuerpo .item .tipos .btn_pickups:hover {
        background-position: -182px -65px;
     }
     .cuerpo .item .tipos .active .btn_motos {
        background-position: -288px -65px;
    }
     .cuerpo .item .tipos .btn_motos {
        background-position: -288px 28px;
     }
     .cuerpo .item .tipos .btn_motos:hover {
        background-position: -288px -65px;
     }
     .cuerpo .item {
        padding-bottom: 10px;
    }
    .cuerpo .item.checkbox {
        padding-left: 0%;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .cuerpo .item.item_fecha label {
        padding-bottom: 10px;
        width: 100%;
    }
    .label_fecha_desde, .label_fecha_hasta {
        position: relative;
        min-height: 1px;
        padding-left: 13px;
        padding-right: 13px;
        width: 100%;
        float: left;
    }
    .cuerpo .item.item_fecha input {
        width: 65%;
    }
    #botones a {
        margin-left: 0px;
    }
    .cuerpo .item.checkbox {
        margin-top: 0px;
        margin-left: 10px;
    }
    .cuerpo .item.block_monto, .cuerpo .item.block_monto_dark, .item.block_monto_date {
        padding: 8px;
     }
     .item.block_monto input, .item.block_monto_dark input {
        width: 100% !important;
     }
     .btn.btn-default, .btn.btn-primary {
        margin-left: 0px;
        padding: 9px 20px;
     }
     .agente_block.a1nn label a {
        text-align: left;
     }
     .item-card-codigo {
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        margin-top: 15px;
    }
    .poliza-info .item {
        margin-bottom: 0px;
    }
    .box-modal-form label {
        width: 100%;
        text-align: left;
    }
    #pasajeros-button.ui-corner-all {
        width: 98% !important;
    }
    .box-content-paquete .am6nn {
        width: 100%;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .width-collapdark .an6hh, .box-modal-form.as33fn {
        padding: 19px 4px;
    }
    .cuerpo.collapdark .item.a4nn input, .cuerpo.collapdark .ui-corner-all, .box-modal-form.as33fn input,
    .box-modal-form.as33fn textarea {
        width: 98% !important;
    }
    .cuerpo .item.ab56ng label {
        width: 160px;
    }
    .cuerpo .label_fecha.as4bn3 {
        width: 100% !important;
    }
    .block-for-responsive {
        display: block;
        width: 100%;
        overflow: hidden;
        background: none !important;
        padding-bottom: 15px !important;
        margin: 0 auto;
    }
    .block-for-responsive a {
        margin: 30px 11% 0px;
    }
    .input-modal-check .col-md-4 {
        text-align: left;
    }
    .table-paquete .left.bnf5 {
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }
    .nav-tabs > li {
        text-align: center;
    }
    .nav-tabs > li > a {
        padding: 10px 40px;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
        background: #8E0101;
        color: #fff;
    }
    .table-cobertura select, .table-paquete select {
        width: 80px;
    }
    /* Tablas for responsive 
    .box-table-paquete, .box-content-cobertura, .box-table-cotiza {overflow: scroll; overflow-y: hidden;}
    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }*/

}

/*celulares
iphone6plus
*/
@media (max-width: 414px) {
    .centrar {
        width: 414px;
        margin: 0px auto;
        padding: 0px 10px;
    }
    .line-width-max {
        margin-left: -13px;
        margin-right: -13px;
    }
    #identificador div ul {
        width: 100%;
    }
    #identificador li strong {
        padding-left: 10px;
    }
    .line-width-max {
        margin-left: -13px;
        margin-right: -13px;
    }
    #pasos li {
        padding-left: 16px;
        font-size: 15px;
        padding: 17px 0px 17px 16px;
    }
    #contenido_paso {
        padding: 8% 2%;
    }
    #contenido_paso h2, #contenido_paso h2 a, #paquetes h2 a {
        font-size: 20px;
    }
    .opciones li a {
        width: 50px;
    }
    .obligatorio {
        text-align: left;
        padding: 15px 0px;
    }
    .cuerpo .item .tipos li {
        width: 25%;
    }
    .cuerpo .item .tipos .btn_autos, .cuerpo .item .tipos .btn_camiones, .cuerpo .item .tipos .btn_pickups, .cuerpo .item .tipos .btn_motos {
        width: 100%;
        height: 60px;
    }
    .cuerpo .item label {
        text-align: left;
    }
    .cuerpo .item.item_tipos label {
        padding-top: 10px;
        width: 100%;
    }
    .cuerpo .item .tipos .active .btn_autos {
        background-position: 15px -66px;
    }
    .cuerpo .item .tipos .btn_autos {
        background-position: 15px 28px;
    }
    .cuerpo .item .tipos .btn_autos:hover {
        background-position: 15px -66px;
    }
    .cuerpo .item .tipos .active .btn_camiones {
        background-position: -95px -65px;
    }
    .cuerpo .item .tipos .btn_camiones {
        background-position: -95px 28px;
     }
     .cuerpo .item .tipos .btn_camiones:hover {
        background-position: -95px -65px;
     }
     .cuerpo .item .tipos .active .btn_pickups {
        background-position: -202px -65px;
    }
     .cuerpo .item .tipos .btn_pickups {
        background-position: -202px 28px;
     }
     .cuerpo .item .tipos .btn_pickups:hover {
        background-position: -202px -65px;
     }
     .cuerpo .item .tipos .active .btn_motos {
        background-position: -308px -65px;
    }
     .cuerpo .item .tipos .btn_motos {
        background-position: -308px 28px;
     }
     .cuerpo .item .tipos .btn_motos:hover {
        background-position: -308px -65px;
     }
     .cuerpo .item {
        padding-bottom: 10px;
    }
    .cuerpo .item.checkbox {
        padding-left: 0%;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .cuerpo .item.item_fecha label {
        padding-bottom: 10px;
        width: 100%;
    }
    .label_fecha_desde, .label_fecha_hasta {
        position: relative;
        min-height: 1px;
        padding-left: 13px;
        padding-right: 13px;
        width: 100%;
        float: left;
    }
    .cuerpo .item.item_fecha input {
        width: 65%;
    }
    #botones a {
        margin-left: 0px;
    }
    .cuerpo .item.checkbox {
        margin-top: 0px;
        margin-left: 10px;
    }
    .cuerpo .item.block_monto, .cuerpo .item.block_monto_dark, .item.block_monto_date {
        padding: 8px;
     }
     .item.block_monto input, .item.block_monto_dark input {
        width: 100% !important;
     }
     .btn.btn-default, .btn.btn-primary {
        margin-left: 0px;
        padding: 9px 20px;
     }
     .agente_block.a1nn label a {
        text-align: left;
     }
     .item-card-codigo {
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        margin-top: 15px;
    }
    .poliza-info .item {
        margin-bottom: 0px;
    }
    .box-modal-form label {
        width: 100%;
        text-align: left;
    }
    #pasajeros-button.ui-corner-all {
        width: 98% !important;
    }
    .box-content-paquete .am6nn {
        width: 100%;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .width-collapdark .an6hh, .box-modal-form.as33fn {
        padding: 19px 4px;
    }
    .cuerpo.collapdark .item.a4nn input, .cuerpo.collapdark .ui-corner-all, .box-modal-form.as33fn input,
    .box-modal-form.as33fn textarea {
        width: 98% !important;
    }
    .cuerpo .item.ab56ng label {
        width: 160px;
    }
    .cuerpo .label_fecha.as4bn3 {
        width: 100% !important;
    }
    .block-for-responsive {
        display: block;
        width: 100%;
        overflow: hidden;
        background: none !important;
        padding-bottom: 15px !important;
        margin: 0 auto;
    }
    .block-for-responsive a {
        margin: 30px 9% 0px;
    }
    .input-modal-check .col-md-4 {
        text-align: left;
    }
    .cuerpo .item .check-cotiz label {
        width: 300px;
    }
    input.desc_txt.gt6 {
        width: 75px;
    }

    
    /* Tablas for responsive 
    .box-table-paquete, .box-content-cobertura, .box-table-cotiza {overflow: scroll; overflow-y: hidden;}
    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }*/

}

/*celulares
iphone6
*/
@media (max-width: 375px) {
    .centrar {
        width: 360px;
        margin: 0px auto;
        padding: 0px 10px;
    }
    h1 {
        font-size: 28px;
    }
    #identificador div ul {
        width: 100%;
    }
    #identificador li strong {
        padding-left: 10px;
    }
    .line-width-max {
        margin-left: -13px;
        margin-right: -13px;
    }
    #pasos li {
        padding-left: 16px;
        font-size: 15px;
        padding: 17px 0px 17px 16px;
    }
    #contenido_paso {
        padding: 8% 2%;
    }
    #contenido_paso h2, #contenido_paso h2 a, #paquetes h2 a {
        font-size: 20px;
    }
    .opciones li a {
        width: 50px;
    }
    .obligatorio {
        text-align: left;
        padding: 15px 0px;
    }
    .cuerpo .item .tipos li {
        width: 25%;
    }
    .cuerpo .item .tipos .btn_autos, .cuerpo .item .tipos .btn_camiones, .cuerpo .item .tipos .btn_pickups, .cuerpo .item .tipos .btn_motos {
        width: 100%;
        height: 60px;
    }
    .cuerpo .item label {
        text-align: left;
    }
    .cuerpo .item.item_tipos label {
        padding-top: 10px;
        width: 100%;
    }
    .cuerpo .item .tipos .active .btn_autos {
        background-position: 15px -66px;
    }
    .cuerpo .item .tipos .btn_autos {
        background-position: 15px 28px;
    }
    .cuerpo .item .tipos .btn_autos:hover {
        background-position: 15px -66px;
    }
    .cuerpo .item .tipos .active .btn_camiones {
        background-position: -95px -65px;
    }
    .cuerpo .item .tipos .btn_camiones {
        background-position: -95px 28px;
     }
     .cuerpo .item .tipos .btn_camiones:hover {
        background-position: -95px -65px;
     }
     .cuerpo .item .tipos .active .btn_pickups {
        background-position: -202px -65px;
    }
     .cuerpo .item .tipos .btn_pickups {
        background-position: -202px 28px;
     }
     .cuerpo .item .tipos .btn_pickups:hover {
        background-position: -202px -65px;
     }
     .cuerpo .item .tipos .active .btn_motos {
        background-position: -308px -65px;
    }
     .cuerpo .item .tipos .btn_motos {
        background-position: -308px 28px;
     }
     .cuerpo .item .tipos .btn_motos:hover {
        background-position: -308px -65px;
     }
     .cuerpo .item {
        padding-bottom: 10px;
    }
    .cuerpo .item.checkbox {
        padding-left: 0%;
    }
    .carousel-indicators {
        bottom: 0px;
        width: 70%;
    }
    .cuerpo .item.item_fecha label {
        padding-bottom: 10px;
        width: 100%;
    }
    .label_fecha_desde, .label_fecha_hasta {
        position: relative;
        min-height: 1px;
        padding-left: 13px;
        padding-right: 13px;
        width: 100%;
        float: left;
    }
    .cuerpo .item.item_fecha input {
        width: 65%;
    }
    #botones a {
        margin-left: 0px;
    }
    .cuerpo .item.checkbox {
        margin-top: 0px;
        margin-left: 10px;
    }
    .cuerpo .item.block_monto, .cuerpo .item.block_monto_dark, .item.block_monto_date {
        padding: 8px;
     }
     .item.block_monto input, .item.block_monto_dark input {
        width: 100% !important;
     }
     .btn.btn-default, .btn.btn-primary {
        margin-left: 0px;
        padding: 9px 20px;
     }
     .agente_block.a1nn label a {
        text-align: left;
     }
     .item-card-codigo {
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        margin-top: 15px;
    }
    .poliza-info .item {
        margin-bottom: 0px;
    }
    .box-modal-form label {
        width: 100%;
        text-align: left;
    }
    #pasajeros-button.ui-corner-all {
        width: 98% !important;
    }
    .box-content-paquete .am6nn {
        width: 100%;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .width-collapdark .an6hh, .box-modal-form.as33fn {
        padding: 19px 4px;
    }
    .cuerpo.collapdark .item.a4nn input, .cuerpo.collapdark .ui-corner-all, .box-modal-form.as33fn input,
    .box-modal-form.as33fn textarea {
        width: 98% !important;
    }
    .cuerpo .item.ab56ng label {
        width: 260px;
    }
    .cuerpo .label_fecha.as4bn3 {
        width: 100% !important;
    }
    .block-for-responsive {
        display: block;
        width: 100%;
        overflow: hidden;
        background: none !important;
        padding-bottom: 15px !important;
        margin: 0 auto;
    }
    .block-for-responsive a {
        margin: 30px 7% 0px;
    }
    .input-modal-check .col-md-4 {
        text-align: left;
    }
    .cuerpo .item.a5nn label.type-person {
        text-align: center;
    }
    .cuerpo .examina-link {
        width: 100%;
        padding-right: 0px;
    }
    .upload-file-clip {
        width: 90%;
    }
    .cuerpo .item.a3nn label.type-contact {
        width: 100%;
    }
    .nav-tabs > li > a {
        padding: 10px 22px;
    }
    .export-tables {
        right: 10px;
        top: 5px;
    }
    
    /* Tablas for responsive 
    .box-table-paquete, .box-content-cobertura, .box-table-cotiza {overflow: scroll; overflow-y: hidden;}
    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }*/

}

/*celulares
iphone3,4,5
*/
@media (max-width: 320px) {
    .centrar {
        width: 320px;
        margin: 0px auto;
        padding: 0px 10px;
    }
    h1 {
        font-size: 28px;
    }
    #identificador div ul {
        width: 100%;
    }
    #identificador li strong {
        padding-left: 5px;
        margin-right: 0px;
    }
    .line-width-max {
        margin-left: -13px;
        margin-right: -13px;
    }
    #pasos li {
        padding-left: 16px;
        font-size: 15px;
        padding: 17px 0px 17px 16px;
    }
    #contenido_paso {
        padding: 8% 2%;
    }
    #contenido_paso h2, #contenido_paso h2 a, #paquetes h2 a {
        font-size: 20px;
    }
    .opciones li a {
        width: 50px;
    }
    .obligatorio {
        text-align: left;
        padding: 15px 0px;
    }
    .cuerpo .item .tipos li {
        width: 25%;
    }
    .cuerpo .item .tipos .btn_autos, .cuerpo .item .tipos .btn_camiones, .cuerpo .item .tipos .btn_pickups, .cuerpo .item .tipos .btn_motos {
        width: 100%;
        height: 60px;
    }
    .cuerpo .item label {
        text-align: left;
    }
    .cuerpo .item.item_tipos label {
        padding-top: 10px;
        width: 100%
    }
    .cuerpo .item .tipos .active .btn_autos {
        background-position: 15px -66px;
    }
    .cuerpo .item .tipos .btn_autos {
        background-position: 15px 28px;
    }
    .cuerpo .item .tipos .btn_autos:hover {
        background-position: 15px -66px;
    }
    .cuerpo .item .tipos .active .btn_camiones {
        background-position: -95px -65px;
    }
    .cuerpo .item .tipos .btn_camiones {
        background-position: -95px 28px;
     }
     .cuerpo .item .tipos .btn_camiones:hover {
        background-position: -95px -65px;
     }
     .cuerpo .item .tipos .active .btn_pickups {
        background-position: -202px -65px;
    }
     .cuerpo .item .tipos .btn_pickups {
        background-position: -202px 28px;
     }
     .cuerpo .item .tipos .btn_pickups:hover {
        background-position: -202px -65px;
     }
     .cuerpo .item .tipos .active .btn_motos {
        background-position: -308px -65px;
    }
     .cuerpo .item .tipos .btn_motos {
        background-position: -308px 28px;
     }
     .cuerpo .item .tipos .btn_motos:hover {
        background-position: -308px -65px;
     }
     .cuerpo .item {
        padding-bottom: 10px;
    }
    .cuerpo .item.checkbox {
        padding-left: 0%;
    }
    .carousel-indicators {
        bottom: 0px;
        width: 70%;
    }
    .cuerpo .item.item_fecha label {
        padding-bottom: 10px;
        width: 100%;
    }
    .label_fecha_desde, .label_fecha_hasta {
        position: relative;
        min-height: 1px;
        padding-left: 13px;
        padding-right: 13px;
        width: 100%;
        float: left;
    }
    .cuerpo .item.item_fecha input {
        width: 65%;
    }
    #botones a {
        margin-left: 0px;
    }
    .ui-state-default {
        width: 100% !important;
    }
    .cuerpo .item.checkbox {
        margin-top: 0px;
        margin-left: 10px;
    }
    .agente_block input, .item.block_serie input, .item.block_monto input, .item.block_monto_dark input, .item.a4nn input {
        width: 100% !important;
     }
     .cuerpo .item.block_monto, .cuerpo .item.block_monto_dark, .item.block_monto_date {
        padding: 8px;
     }
     .btn.btn-default, .btn.btn-primary {
        margin-left: 0px;
        padding: 9px 20px;
     }
     .agente_block.a1nn label a {
        text-align: left;
     }
     .agente_block .type-person input {
        height: auto;
        width: auto !important;
    }
    .item-list-pago {
        padding-right: 0px;
    }
    .item-card-codigo {
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        margin-top: 15px;
    }
    .poliza-info .item {
        margin-bottom: 0px;
    }
    .box-modal-form label {
        width: 100%;
        text-align: left;
    }
    .box-modal-form input, .box-modal-form textarea, .box-modal-form span, .cuerpo .item.block_serie textarea  {
        width: 100%;
    }
    .box-content-paquete .am6nn {
        width: 100%;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .width-collapdark .an6hh, .box-modal-form.as33fn {
        padding: 19px 4px;
    }
    .cuerpo .item.ab56ng label {
        width: 260px;
    }
    .cuerpo .label_fecha.as4bn3 {
        width: 100% !important;
    }
    .block-for-responsive {
        display: block;
        width: 100%;
        overflow: hidden;
        background: none !important;
        padding-bottom: 15px !important;
        margin: 0 auto;
    }
    .block-for-responsive a {
        margin: 30px 5% 0px;
    }
    .input-modal-check .col-md-4 {
        text-align: left;
    }
    .cuerpo .item.a5nn label.type-person {
        width: 110px;
        text-align: center;
    }
    .nav-tabs > li > a {
        padding: 10px 16px;
    }
    input.desc_txt.gt6 {
        right: 20px;
    }
    .export-tables a, .download-tables a {
        font-size: 85%;
    }
    
    /* Tablas for responsive 
    .box-table-paquete, .box-content-cobertura, .box-table-cotiza {overflow: scroll; overflow-y: hidden;}
    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }*/

}
