/*Estilos personalizados para Hazyblue*/
#capalogo{ background-image: linear-gradient(to left,#8bbfb5,#9cc6bf,#91c1b8, #a9cdc7,#e4f0ee, white,white);padding:12px 10px}
#login-form button.btn-primary{background:#8bbfb5;border-color:#8bbfb5;}
#login-form button.btn-primary:hover{color:#8bbfb5;background:#fff}
#login-form button a{color:#8bbfb5;}

#capaVideo{display:none}
.list > table tr:nth-child(odd) {
    background: #201f1e
}

.list > table tr:hover {
    background: #376091
}


.list-container table.table > thead th > a {
    color: #fff;
    font-weight: 600
}

.list-container table tr{border:none}
.list-container table tr th {
    border-bottom:solid 1px #3b3a39
}

.list-container table tr td {
    border: none
}

.list-container table th, .list-container table th a {
    background: #201f1e;
    color: #fff
}

.list-container table tr, .list-container table tr a {
    color: #fff
}

.list-container {
    background: #201f1e;
    padding: 10px 25px 25px
}

.list-container .list-buttons-container{margin-bottom:0}
/*.list-container .list-buttons-container.clearfix{display:none}*/

.list-container table {
    margin-top: 20px;
    margin-bottom: 20px
}
/*.list-container div:first-child ul.pagination {
display: none
}*/
.search-container input.form-control.text-filter {
    background: #313130;
    color: #fff;
    border: #313130
}

.search-container select {
    background: #313130;
    color: #fff;
    border: none
}

.search-container button.filters-button {
    background: #313130;
    color: #fff;
    border: #313130
}

.search-container .dropdown-menu.pull-left.filter-menu {
    background: #313130;
    color: #fff;
    border: #313130
}

.search-container .dropdown-menu.filter-list {
    background: #313130;
    color: #fff;
    border: none
}

#content .grid-stack-item-content.dashlet-container {border:solid 1px #3b3a39}

.kanban-row .panel-default {
    background: #3b3a39
}


.navbar-inverse .navbar-toggle .icon-bar{background:#fff}

/*Pacometro*/
.pacometroFicha table td{border:solid 1px #505050; text-align:center;padding:4px 3px}

/*Pacometro Expandido */

#tablaParametrosBase {
    margin-bottom: 10px;
    width: 100%
}

    #tablaParametrosBase tr td {
        padding: 2px 4px;
        margin-bottom: 10px;
        background: #f0f0f0;
        font-size: 12px;
        color:#000
    }

    #tablaParametrosBase tr.fila1 td {
        text-align: center;
        font-weight: bold;
        font-size: 14px
    }

    #tablaParametrosBase tr td span {
        font-weight: bold
    }

.tablaPacometroExpandido {
    border: solid 1px #a0a0a0;
    width: 100%
}

.tablaPacometroExpandido tr td {
    padding: 0 4px;
    font-size: 12px;
    text-align: center;
    color: #000
}

.tablaPacometroExpandido tr.filaPlantilla td {
    text-align: center
}

.tablaPacometroExpandido tr td.col1, .tablaPacometroExpandido tr td.col2, #tablaPacometroExpandido tr td.col3, .tablaPacometroExpandido tr td.col8, .tablaPacometroExpandido tr td.col11,
.tablaPacometroExpandido tr td.col14, .tablaPacometroExpandido tr td.bordeDerecho {
    border-right: solid 1px #000
}

.tablaPacometroExpandido tr td.noFondo {
    background: #f0f0f0 !important
}

.tablaPacometroExpandido tr.pasos td {
    background: #505050;
    color: #fff;
    text-align: center
}

.tablaPacometroExpandido tr.conversiones td {
    background: #f0f0f0
}

.tablaPacometroExpandido tr.titulares td {
    background: #8bbfb5;
    color: #fff
}

.tablaPacometroExpandido tr:nth-child(even) {
    background: #CCC
}

.tablaPacometroExpandido tr:nth-child(odd) {
    background: #FFF
}

.tablaPacometroExpandido tr#fila7 td {
    background: #000;
    color: #fff
}

.pacometroFicha .addIcon{background:#a0a0a0}