﻿.mostaza {
    background-color: gold;
}

.guindo {
    background-color: maroon;
}

.colorFiltros {
    
}

.colorTesoreria {
    background-color: #e3f2fd
}

.colorContact {
    background-color: #ffffe0;
}

.colorEmployee {
    background-color: #EEE8AA;
}

.colorContactHeader {
    background-color: #e0e0ff;
}

.colorCompany {
    background-color: #ffcf88;
}
.colorCompanyHeader {
    background-color: #88b8ff;
}
.colorAlcance {
    background-color: #e6ffe6;
}

.colorLegal {
    background-color: #e0e0ff;
}

.colorArchivo {
    background-color: #e0c1b5;
}

.colorJuntas {
    background-color: #a0e6ef;
}

.page-container{
    margin-top:20px;
}

.navbar-fixed-top {
    height:68px;
}

.navbar-nav {
    padding-top:12px;
}

.navigation > li > ul li.active > a, .navigation > li > ul li.active > a:hover, .navigation > li > ul li.active > a:focus {
    background-color: #26A69A;
}

.fichaTable {
    border:1px solid;
    text-align:center;
}

.fichaTable td {
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
}

.form-control[readonly] {
    background-color: #DCDCDC;
}

/* ***************************************
** Diff related styles
*****************************************/

ins {
    background-color: #cfc;
    text-decoration: inherit;
}

del {
    color: #999;
    background-color: #FEC8C8;
}
del img{
    opacity: 0.2;
}

ins.mod {
    background-color: #FFE1AC;
}


/* ***************************************
** Ficha table header rotation
*****************************************/
td.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

    td.rotate > div {
        transform:
        /* Magic Numbers */
        translate(9px, 51px)
        /*originalmente translate(18px, 51px) */
        /* 45 is really 360 - 45 */
        rotate(270deg);
        width: 28px;
    }

        td.rotate > div > span {
            padding: 5px 10px;
        }

/* Pagination */
.per-page-label {
    margin-top: 8px;
}

.per-page {
    margin-bottom: 20px;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}
.control-label .col-md-2 .text-right {
    text-align: right;
}