﻿.navbar-inverse {
    background-color: #3a4f63;
    border-color: #273543
}

    .navbar-inverse .navbar-brand {
        color: #fff
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #fff
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #55a8e8;
            background-color: #2e2e2e
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #55a8e8;
        background-color: #273543
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #2d3d4c
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #273543;
        color: #55a8e8
    }

@media (max-width: 779px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #273543
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #273543
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #55a8e8;
            background-color: #2e2e2e
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #55a8e8;
        background-color: #273543
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}

    .navbar-inverse .navbar-link:hover {
        color: #55a8e8
    }

.navbar-inverse .btn-link {
    color: #fff
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #55a8e8
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444
    }

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    font-family: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    -webkit-quotes: none;
    quotes: none
}

    blockquote:before, blockquote:after {
        content: "";
        content: none
    }

    q:before, q:after {
        content: "";
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

.k-widget, .k-widget *, .k-animation-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.k-tooltip {
    background: #2a2d33 !important
}

html {
    height: 100%
}

body {
    background: #EEEEEE;
    font: 14px / 1 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 21px;
    color: #242424;
    height: 100%
}

h1, .h1 {
    font-size: 2.6em
}

h2, .h2 {
    font-size: 2em
}

h3, .h3 {
    font-size: 1.8em
}

h4, .h4 {
    font-size: 1.5em
}

h5, .h5 {
    font-size: 1.2em
}

h6, .h6 {
    font-size: 0.9em
}

p {
    margin: 10px 0
}

a {
    color: #403e3f;
    font-weight: 700
}

select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray
}

table {
    border-collapse: separate !important;
    border-spacing: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

    table tr:first-child td:last-child, table tr:first-child th:last-child {
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px
    }

    table tr:last-child td:last-child, table tr:last-child th:last-child {
        -ms-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    table tr:first-child td:first-child, table tr:first-child th:first-child {
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px
    }

    table tr:last-child td:first-child, table tr:last-child th:first-child {
        -ms-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    table tr:first-child td:first-child, table tr:first-child th:first-child {
        border-left: 0
    }

.k-grid-footer tr td {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-radius: 0 !important
}

.k-popup-edit-form {
    overflow-x: hidden !important
}

div.k-window-content {
    overflow: visible;
    padding: 0
}

header {
    color: #fff;
    background: #3a4f63;
    z-index: 1000;
    width: 98%;
    height: 56px;
    position: fixed;
    left: 50%;
    top: 0;
    margin: 0 0 0 -49%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-top: 4px solid #7cb945;
    background-image: -webkit-linear-gradient(top, #384D63, #355474, #384D63);
    background-image: -moz-linear-gradient(top, #384D63, #355474, #384D63);
    background-image: -o-linear-gradient(top, #384D63, #355474, #384D63);
    background-image: -ms-linear-gradient(top, #384D63, #355474, #384D63);
    background-image: linear-gradient(top, #384D63, #355474, #384D63)
}

.head-nav {
    width: 70%
}

.botonera {
    width: 600px
}

.contenedor {
    width: 97%;
    padding: 80px 2px 110px
}

.data-container {
    margin: 120px 0 0;
    width: 96%;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    padding: 1em;
    background: white
}

.data {
    margin: 20px auto
}

.page-panel {
    overflow: hidden;
    width: 100%;
    padding: 3px 0.4%;
    margin: 10px 0;
    text-align: center
}

.page-panel-rounded {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.page-table {
    width: 100%;
    text-align: center
}

footer {
    background: #2a2d33;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 85%;
    z-index: 10000
}

    footer a {
        color: #fff;
        text-decoration: underline;
        font-weight: 400
    }

.footer-logo {
    padding: 4px 0 0 10px
}

.footer-legales {
    position: relative;
    bottom: -9px;
    font-size: 85%;
    padding: 10px
}

.footer-icon {
    margin-top: 5px
}

table .k-widget {
    width: 100%
}

.tenant-name {
    color: #5cb85c !important;
    text-transform: capitalize
}

.tenant-name-gescom {
    font-size: 16px;
}

.resumen {
    z-index: 1000;
    position: fixed;
    left: -215px;
    top: 30%;
    width: 250px
}

.resumen-contenido {
    padding: 1%;
    height: 98%
}

    .resumen-contenido td {
        font-size: 12px
    }

    .resumen-contenido table {
        height: 100%
    }

    .resumen-contenido .bubble {
        font-weight: 700
    }

.resumen-box {
    padding: 2%;
    width: 85%;
    background: #3a4f63;
    height: 300px;
    -ms-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.resumen .k-grid {
    width: 100%
}

.resumen-open {
    padding: 2% 3%;
    cursor: pointer;
    width: 3%;
    background: #3a4f63;
    border-left: none;
    height: 170px;
    display: table;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.resumen-title {
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    *margin-top: 85px
}

.info-label {
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    text-align: center;
    background: #F3E8AF
}

.menu-panel, .menu-panel-vertical, .menu-panel-horizontal {
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
    background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
    background-image: linear-gradient(top, #f9f9f9, #f0f0f0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f9f9f9",EndColorStr="#f0f0f0");
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,0.06);
    -moz-box-shadow: inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,0.06);
    box-shadow: inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,0.06)
}

    .menu-panel .k-item:last-child, .menu-panel-vertical .k-item:last-child, .menu-panel-horizontal .k-item:last-child {
        border-right: none
    }

    .menu-panel li a, .menu-panel-vertical li a, .menu-panel-horizontal li a {
        font-size: .9em;
        font-weight: 700;
        -ms-text-shadow: 0 1px 0 #fff;
        text-shadow: 0 1px 0 white;
        color: #428bca
    }

    .menu-panel .k-group, .menu-panel-vertical .k-group, .menu-panel-horizontal .k-group {
        background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
        background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
        background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
        background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
        background-image: linear-gradient(top, #f9f9f9, #f0f0f0);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f9f9f9",EndColorStr="#f0f0f0");
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px
    }

        .menu-panel .k-group a li, .menu-panel-vertical .k-group a li, .menu-panel-horizontal .k-group a li {
            padding: 10px
        }

            .menu-panel .k-group a li:hover, .menu-panel-vertical .k-group a li:hover, .menu-panel-horizontal .k-group a li:hover {
                background-image: none,linear-gradient(to bottom, #afe4fa 0, #7dd3f6 100%)
            }

        .menu-panel .k-group .divider, .menu-panel-vertical .k-group .divider, .menu-panel-horizontal .k-group .divider {
            width: 100%;
            height: 1px;
            border-bottom: 1px dashed #cecece
        }

    .menu-panel-vertical li {
        text-align: left
    }

    .menu-panel-vertical .k-group {
        -ms-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -ms-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .menu-panel-horizontal li {
        text-align: center
    }

    .menu-panel-horizontal .k-group {
        -ms-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -ms-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .menu-panel-horizontal .important {
        width: 30%
    }

    .menu-panel-horizontal .k-item.right {
        border-left: 1px solid #cecece
    }

    .menu-panel-horizontal .unique-button {
        margin: 0 auto;
        float: none !important
    }

.bubble {
    text-align: center;
    color: #fff;
    -ms-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    -ms-border-radius: 4em;
    border-radius: 4em;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: .3s top ease-in,.3s opacity ease-in;
    -moz-transition: .3s top ease-in,.3s opacity ease-in;
    -o-transition: .3s top ease-in,.3s opacity ease-in;
    -ms-transition: .3s top ease-in,.3s opacity ease-in;
    transition: 0.3s top ease-in, 0.3s opacity ease-in
}

.pink {
    background-image: -webkit-linear-gradient(top, #f78297, #f46677);
    background-image: -moz-linear-gradient(top, #f78297, #f46677);
    background-image: -o-linear-gradient(top, #f78297, #f46677);
    background-image: -ms-linear-gradient(top, #f78297, #f46677);
    background-image: linear-gradient(top, #f78297, #f46677);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f78297",EndColorStr="#f46677");
    border: 1px solid #ce4f5e;
    background-color: #f78297
}

.blue {
    background-image: -webkit-linear-gradient(top, #65819c, #3a4f63);
    background-image: -moz-linear-gradient(top, #65819c, #3a4f63);
    background-image: -o-linear-gradient(top, #65819c, #3a4f63);
    background-image: -ms-linear-gradient(top, #65819c, #3a4f63);
    background-image: linear-gradient(top, #65819c, #3a4f63);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#ace4f8",EndColorStr="#6ccdf3");
    border: 1px solid #3a4f63;
    background-color: #65819c
}

.ax-button {
    line-height: 20px;
    height: 20px;
    background: #ecf0f1
}

.ax-head-top-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.ax-head-logout-button {
    right: 8px
}

.ax-head-admin-button {
    right: 60px
}

.message {
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px
}

.head-title {
    padding-top: 18px;
    padding-left: 1%;
    width: 15%
}

    .head-title a {
        color: #fff
    }

        .head-title a:hover {
            color: #ecf0f1
        }

.page-content-column {
    width: 80%;
    float: left
}

.validation-error {
    position: relative;
    top: 0
}

.k-grid {
    font-size: 11px;
    width: 100%
}

    .k-grid.non-full-width {
        width: auto
    }

.k-grid-header th {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #94c0d2;
    padding: .4em .6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.display-block {
    display: inline-block;
    zoom: 1;
    _display: inline
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.centrado {
    margin: 0 auto
}

.right {
    float: right !important
}

.left {
    float: left !important
}

.rounded-corner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.rounded-corner-1 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}

.page-panel-span1 {
    width: 45%
}

.page-panel-span2 {
    width: 29%
}

.page-panel-span3 {
    width: 25%
}

.page-panel-span1.centrado, .page-panel-span2.centrado, .page-panel-span3 {
    float: none
}

.page-panel-span1, .page-panel-span2, .page-panel-span3 {
    float: left;
    overflow: hidden
}

.ax-padding1 {
    padding: .2%
}

.ax-padding2 {
    padding: .4%
}

.ax-padding3 {
    padding: .6%
}

.ax-padding4 {
    padding: .8%
}

.ax-padding5 {
    padding: 1%
}

.ax-padding6 {
    padding: 1.2%
}

.ax-padding7 {
    padding: 1.4%
}

.ax-padding8 {
    padding: 1.6%
}

.ax-padding9 {
    padding: 1.8%
}

.ax-padding10 {
    padding: 2%
}

.ax-padding11 {
    padding: 2.2%
}

.ax-padding12 {
    padding: 2.4%
}

.apply-margin {
    margin: 1%
}

.apply-padding {
    padding: 1%
}

.padding-1 {
    padding: 6%
}

.margin-left {
    margin-left: 5px
}

.resaltado {
    background: #e8c3c3
}

    .resaltado:hover {
        background: #eb7a7a
    }

.resaltado-yellow {
    background: #ede5b9
}

    .resaltado-yellow:hover {
        background: #e8da8e
    }

.k-button {
    margin: 0 .2%
}

.link {
    color: #403e3f;
    font-weight: 700
}

    .link a {
        color: #403e3f
    }

.white-color {
    color: #FFF
}

.importante {
    background: #F29D91
}

.input {
    width: 80%
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

.welcome-message {
    text-align: left
}

.block {
    margin-bottom: 15px
}

.input-login {
    width: 100%;
    height: 35px !important;
    padding: 7px 9px;
    font-size: 16px;
    color: #2e3030
}

input.k-textbox {
    background: #fff
}

    input.k-textbox.full-width, .k-datepicker.full-width {
        width: 100%
    }

    input.k-textbox:hover {
        background: #FCF4F4;
        color: #414848
    }

    input.k-textbox:focus {
        background: #F3F3F3;
        color: #414848;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25)
    }

.login-button-div {
    text-align: left
}

    .login-button-div .login-button {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        font-size: 18px !important;
        background: #3a4f63;
        border: 0;
        padding: 7px 9px;
        height: 40px;
        color: #fff;
        width: 30% !important;
        min-width: 90px;
        cursor: pointer;
        background-image: -webkit-linear-gradient(top, #384D63, #355474, #384D63);
        background-image: -moz-linear-gradient(top, #384D63, #355474, #384D63);
        background-image: -o-linear-gradient(top, #384D63, #355474, #384D63);
        background-image: -ms-linear-gradient(top, #384D63, #355474, #384D63);
        background-image: linear-gradient(top, #384D63, #355474, #384D63)
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.dashboard-panel-icon {
    font-size: 3.3em;
    color: #5cb85c
}

.ax-navbar li {
    float: left;
    margin-right: 5px
}

    .ax-navbar li:last-child {
        margin-right: 0
    }

.spaced {
    margin-bottom: 10px !important
}

.axumMaster-borrar {
    color: white;
    background-color: #d9534f;
    border-color: #d9534f;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap
}

    .axumMaster-borrar:hover {
        color: white;
        background-color: #c9302c;
        border-color: #ac2925;
        text-decoration: none
    }

    .axumMaster-borrar:focus {
        color: white;
        text-decoration: none
    }

    .axumMaster-borrar .badge {
        color: #d9534f;
        background-color: white
    }

.axumMaster-bajarPedidos, .axumMaster-AplicarEdicion, .axumMaster-generarReporte {
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap
}

    .axumMaster-bajarPedidos:hover, .axumMaster-AplicarEdicion:hover, .axumMaster-generarReporte:hover {
        color: white;
        background-color: #449d44;
        border-color: #398439;
        text-decoration: none
    }

    .axumMaster-bajarPedidos:focus, .axumMaster-AplicarEdicion:focus, .axumMaster-generarReporte:focus {
        color: white;
        text-decoration: none
    }

.axumMaster-detalles, .axumMaster-informacion {
    color: white;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap
}

    .axumMaster-detalles:hover, .axumMaster-informacion:hover {
        color: white;
        background-color: #31b0d5;
        border-color: #269abc;
        text-decoration: none
    }

    .axumMaster-detalles:focus, .axumMaster-informacion:focus {
        color: white;
        text-decoration: none
    }

.axumMaster-ModificaBd {
    color: white;
    background-color: #f0ad4e;
    border-color: #eea236;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap
}

    .axumMaster-ModificaBd:hover {
        color: white;
        background-color: #ec971f;
        border-color: #d58512;
        text-decoration: none
    }

    .axumMaster-ModificaBd:focus {
        color: white;
        text-decoration: none
    }

.axumMaster-Exportar, .axumMaster-Descargar, .axumMaster-AccionesRelevantes {
    color: white;
    background-color: #428bca;
    border-color: #357ebd;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap
}

    .axumMaster-Exportar:hover, .axumMaster-Descargar:hover, .axumMaster-AccionesRelevantes:hover {
        color: white;
        background-color: #3071a9;
        border-color: #285e8e;
        text-decoration: none
    }

    .axumMaster-Exportar:focus, .axumMaster-Descargar:focus, .axumMaster-AccionesRelevantes:focus {
        color: white;
        text-decoration: none
    }

    .axumMaster-AccionesRelevantes .badge {
        color: #428bca;
        background-color: white
    }

.progress {
    position: relative
}

    .progress span {
        position: absolute;
        display: block;
        width: 100%;
        color: black
    }

.message.no-data {
    background: #f2dede;
    border: 1px solid #ccc
}

.modal-body.loading {
    min-height: 300px;
    background: rgba(255,255,255,0.8) url("http://190.210.151.135/media/kendo/2014.2.903/styles/Bootstrap/loading-image.gif") center no-repeat
}

.progress.no-margin {
    margin-bottom: 0
}

.datagrid .k-pager-wrap {
    color: #428BCA
}

    .datagrid .k-pager-wrap span, .k-pager-wrap a {
        padding: 10px
    }

    .datagrid .k-pager-wrap span {
        color: #fff;
        background-color: #428bca
    }

    .datagrid .k-pager-wrap a:hover {
        background-color: #EBEBEB;
        text-decoration: none
    }

@media screen and (max-width: 1300px) {
    .k-grid td {
        padding: .2em .3em;
        font-size: 90%
    }

    .data {
        width: 100%;
        padding: 1em
    }
}

@media screen and (max-width: 980px) {
    .navbar-nav li a {
        font-size: 12px
    }
}

@media screen and (max-width: 940px) {
    .navbar-nav li a {
        font-size: 10px
    }

    nav, .empresa {
        width: 100%;
        display: inline
    }

    .head-title {
        padding-top: 10px;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 20px
    }

    .data-container {
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        width: 99.9%;
        padding: 0.1%
    }

    h1 {
        font-size: 1.5em
    }

    .head-nav {
        padding-top: 0;
        width: 100%;
        text-align: center
    }

    .contenedor {
        width: 95%
    }

    #menu {
        height: 30px
    }

        #menu .link-menu {
            height: 29px;
            line-height: 29px
        }

        #menu .bubble {
            top: -0.3em;
            right: -0.5em
        }

    .k-grid td {
        padding: .1em .2em
    }

    .data {
        width: 95%
    }

    .resumen {
        top: 25%
    }

        .resumen table td {
            padding: 0
        }

    .botonera {
        width: auto
    }

    #contenedor_main_centrado_data {
        border-radius: 8px;
        -webkit-box-shadow: 0 1px 5px #000000;
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3)
    }
}

@media screen and (max-width: 860px) {
    .navbar-nav li a {
        font-size: 10px;
        font-weight: 500;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 11px
    }

    .content {
        padding: .5%;
        -webkit-min-width: 600px;
        -moz-min-width: 600px;
        -o-min-width: 600px;
        -ms-min-width: 600px;
        min-width: 600px;
        overflow: auto
    }

    .page-table {
        overflow-x: auto
    }

    .k-grid {
        width: 100%
    }

    .ax-head-admin-button {
        right: 40px
    }

    #menu {
        font-size: 9px;
        width: auto
    }
}

@media screen and (max-width: 600px) {
    #menu {
        font-size: 7px
    }
}

@media only screen and (max-width: 400px) {
    body {
        min-width: 380px
    }

    header {
        height: 70px;
        width: 100%;
        left: 0;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        position: static
    }

    .head-title {
        height: auto;
        padding: 0 0 5px 0
    }

    .contenedor {
        padding-top: 50px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        width: 100%;
        margin: 0
    }

    .data {
        margin-top: 10px
    }

    .menu-panel-horizontal .important {
        width: 100%
    }

    #contenedor_main_centrado_data {
        padding: 10px
    }
}

@media screen and (max-width: 320px) {
    .head-title {
        text-align: left
    }
}
/*# sourceMappingURL=main.css.map */