a.logo-top {
    background-image: url('../images/SBSLogoSmall.png');
    -moz-background-size: 174px 45px;
    -o-background-size: 174px 45px;
    background-size: 174px 45px;
    width: 174px;
    height: 45px;
    margin: 5px 0 0 15px;
}

a.menu-font-only {
    color: #002469;
}

.back-nocolor {
    background: none;
}

.panel-editar {
    padding: 10px 15px;
    min-height: 255px;
}

.panel-editar-btn {
    padding: 0 15px;
}

.panel-edicion {
    padding: 10px 15px;
}

.RadWindow_Metro .rwTopLeft, .RadWindow_Metro .rwTopRight, .RadWindow_Metro .rwTitlebar, .RadWindow_Metro .rwTopResize {
    background: #002469 !important;
}

.RadWindow_Metro .rwControlButtons a {
    background-color: #002469 !important;
    border: none !important;
}

.RadInput_Metro .riError, html body .RadInput_Error_Metro {
    background-position: 100% -295px !important;
}

.radBootstrapInput {
    height: 28px !important;
    padding: 4px 12px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.radBootstrapContainer {
    display: block !important;
    width: 100% !important;
}

em.error-message {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

#frame-pac-container {
    min-height: 400px;
}

.display-table-item {
    padding: 5px 10px;
}

    .display-table-item button {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .display-table-item:hover {
    }

    .display-table-item i {
        font-size: 10px;
        cursor: pointer;
    }

.input-select-xs {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px;
}

.lnk-radgrid-metro {
    color: #767676 !important;
    font-size: 14px;
    padding-bottom: 2px;
}

.tag-nombre-producto {
    margin: 0;
}

.product-container > small {
    font-style: italic;
}

.usr-detail {
    float: left;
    color: #1A284E;
    font-size: 14px;
    margin-left: 10px;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 135px;
}

    .usr-detail p {
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 12px;
        font-style: italic;
    }

.usr-block {
    padding: 10px 15px;
    background-color: #DEE2ED;
}

    .usr-block img {
        float: left;
        width: 45px;
        height: 55px;
        border: solid 1px #ccc;
    }

.lnk-simple {
    cursor: pointer;
}

.RadUpload .ruBrowse {
    width: 79px !important;
}

div.RadUpload_Metro .ruButton {
    border: 1px solid #e5e5e5 !important;
}

div.RadUpload_Metro .ruRemove {
    margin-left: 10px;
}

.acciones-panel {
    float: left;
    margin-top: 10px;
}

.well-item {
    float: left;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .acciones-panel {
        float: right;
        margin-top: 0;
    }

    .well-item {
        float: left;
        margin-left: 20px;
        margin-right: 0;
    }
}

.app-name-topbar {
    padding: 10px;
    color: #1A284E;
}

.RadAutoCompleteBox .racTokenList {
    overflow: visible !important;
}

.form-control-inline {
    display: inline-block !important;
}

/*Estilo para no cambiar el borde de los rad inputs*/
.riHover {
    border-color: #e5e5e5 !important;
}

.span-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

/*Para que se pueda visualizar el tooltip dentro del modal*/
.tooltip {
    z-index: 2000 !important;
}

.panel-heading-tabs {
    padding: 0;
}

.titulo-panel-heading {
    padding: 10px 25px 0;
}

.nav-tabs-heading {
    border: none;
}

    .nav-tabs-heading > li.active > a {
        border-top-color: transparent;
        margin-right: 0;
    }

    .nav-tabs-heading > li.active:last-child > a {
        border-right-color: transparent;
    }

    .nav-tabs-heading > li.active > a:hover {
        border-top-color: transparent;
    }

    .nav-tabs-heading > li > a {
        margin-right: 0;
        padding: 7px 15px 6px;
    }

        .nav-tabs-heading > li > a > label {
            font-weight: normal;
        }

.last-nav-tab-heading {
    border-right-color: transparent !important;
}

.icon-green {
    color: #006400;
}

.icon-red {
    color: #ff0000;
}

.icon-yellow {
    color: #ffd700;
}

.btn-alone {
    margin-top: 10px;
}

.sidebar-sbs-container {
    max-height: 743px; /* 819px (de sb-admin.css - #page-wrapper) - 76px*/
    position: relative;
    overflow: hidden;
}

.navbar-collapse.sidebar-navbar-collapse.in {
    overflow: hidden;
}

@media(max-width:768px) {
    .sidebar-sbs-container {
        max-height: 264px; /* 340px (de bootstrap.css - .navbar-collapse) - 76px*/
    }
}

.sidebar-sbs {
    font-size: 12px;
}

    .sidebar-sbs > li > a {
        color: #555555;
    }

    .sidebar-sbs > li > div > ul > li > a {
        padding-left: 30px;
    }

.sidebar-navbar-collapse {
    border: none;
    padding: 0;
}

.sidebar-sbs li a > .caret {
    margin-top: 5px;
}

/*tmp*/

/* make sidebar nav vertical */


@media (min-width: 1220px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        padding: 0;
    }

    .sidebar-nav .navbar li a:hover {
        background-color: #428bca;
        color: white;
    }
}

.top-bar-exit {
    height: 18px;
    background-color: #E5E5E5;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #DEE2ED;
}

    .top-bar-exit a {
        text-decoration: none;
        color: #4c4c4c !important;
        cursor: pointer;
    }

        .top-bar-exit a:hover {
        }

.top-bar-content {
    height: 2px;
    background-color: #1A284E;
    width: 100%;
}

.opciones-top-bar {
    font-size: 12px !important;
}

    .opciones-top-bar li {
        padding-top: 2px;
    }

        .opciones-top-bar li:hover {
            background-color: #B1C6D3;
        }

.icon-aux-lg {
    font-size: 1.43em;
    line-height: 0.75em;
    vertical-align: -15%;
    width: 1.2857142857142858em;
    text-align: center;
    margin: 0;
}

.page-header-sbs {
    margin-top: 30px;
}

.option-menu-selected {
    border-right: 4px solid #002469;
}

.div-tab-datos {
    padding: 20px 10px 0;
}

.puntero-link {
    cursor: pointer;
}


/*table de alertas pasivas*/
.table-alertas tbody tr:nth-child(4n+1) td   { background-color:#FFFF99; }
.table-alertas tbody tr:nth-child(4n+2) td   { background-color:#FFFF99; }
.table-alertas tbody tr:nth-child(4n+3) td   { background-color:#99CCFF; }
.table-alertas tbody tr:nth-child(4n+4) td   { background-color:#99CCFF; }


.table-scroll {
    table-layout:fixed;
}

.div-table-content {
  height:150px;
  overflow-y:auto;
}

/*Sistema Antiguo Tipo Moneda*/

.tipo-moneda:active { 
    background-color: yellow;
}

.tbl-padding td {
    padding-top: 10px;
}

.td-padding-10 {
    padding: 10px !important;
}

/*
.containerACT {
    width: 900px !important;
}
*/

/*
.containerPAS {
    max-width: 1000px !important;
}
*/

.APLI_columnaACT_new {
    padding: 10px 5px !important;
}

.APLI_cabeceraTabla3_new {
    text-align: center !important;
    vertical-align: middle !important;
    border-bottom: 1px solid !important;
    border-right: 1px solid !important;
}

.APLI_fila1_new {
    border-right: 1px solid !important;
}

.reporte-borde-derecho {
    border-right: 1px solid !important;
}



.container_consumo {
    max-width: 650px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
}


.label-portal {
    font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #002469;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
}

.label-portal-span {
    font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #6c92ba;
}


.table-filtro td {
    padding: 10px;
    width: 10px;
}