/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26/11/2014, 11:01:48
    Author     : Gobierno de Santa Fe
*/

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

#toolbars_ipec {
    background: #336699; /* #108A97 */  
    padding-right: 5px;
}

.head_titulo_aplicativo_ipec {
    color: #336699;
    /*margin-top:8px;*/
    margin-right: 2px;
    margin-left: 15px;
    font-family: 'Asap', 'arial';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 20px;

}
.titulo_aplicativo_ipec {
    color: #336699;
    /*margin-top:8px;*/
    margin-right: 2px;
    margin-left: 15px;
    font-family: 'Asap', 'arial';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 40px;

}

.subtitulo_aplicativo_ipec {
    color: #336699;
    /*margin-top:8px;*/
    margin-right: 2px;
    margin-left: 15px;
    font-family: 'Asap', 'arial';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 10px;

}

#logo_ipec {
    display: block;
    float: left;  /* left right*/
    margin: 6px 1px 0;
    width: 82px;
    height: 46px;
    text-indent: -9999px
}



.navbar-sf {
    background-color: #e3e1e2;
    height: 55px;
    padding: 8px 0;
}

.navbar-fixed-topipec {
    border-width: 0;
}

.navbar-fixed-topipec, .navbar-fixed-bottom {
    border-radius: 0;
    z-index: 1030;
}

.navbar-fixed-topipec, .navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    margin-top: -10px;
    background-repeat: repeat-x;
    /*background-image: url("../images/barra-header.png");*/
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1367px 3px;
    height: 75px;
    z-index: 5;
}
