﻿/* Css template bematech - begin */
@charset "UTF-8";

/* general itens - begin */

.clearfix {
    clear:both;
    margin-bottom: 10px;
}

/* general itens - end */
/* Header - begin */
.header_ajust {
    height: 57px;
    /*background-color: #3379c0;*/
    border-top: 5px solid #A9DE2B;
    z-index: 949;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
/*.header_ajust.shrink {
    height: 57px;
}*/
.header_topo {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    overflow: hidden;
    /*background: url(../images/bematech/logo.png) no-repeat 15px 8px, url(../images/bematech/ideograma.png) no-repeat 85% 0px;*/
    z-index: 999999;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
    .header_topo div > a {
        color: #fff;
        width: 65px;
        float: right;
        display: block;
        font-size: 0.9em;
        margin: 15px 15px 0px 0px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    /*.header_topo.shrink div > a {
        color: #fff;
        width: 65px;
        float: right;
        display: block;
        font-size: 0.9em;
        margin: 15px 15px 0px 0px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }*/

/*.header_topo.shrink{
    width: 100%;
    height: 45px;
    margin: 0 auto;
    z-index: 999999;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/
    .header_topo div {
        width: 100%;
        height: 45px;
        overflow: hidden;
        margin: 0px auto;
        background: url(../images/bematech/totvs_chef_logo.png) no-repeat 0px 10px / 150px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
/*.header_topo.shrink div{
    width: 100%;
    height: 45px;
    overflow: hidden;
    margin: 0px auto;
    background: url(../images/bematech/logoNewProh.png) no-repeat 15px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/

.header_topo .topo{
    background: url(../images/bematech/ideograma.png)no-repeat right;
    height: 100px;
}
.header_topo .logout{
    height: 20px;
    margin-top: 73px;
    margin-right: 36px;
    padding: 0;
    text-align: right;
}
.header_topo .logout .logout_text{
    float: left;
    margin-right: 7px;
    width: 39px;
}
.header_topo .logout .logout_text a, .header_topo .logout .logout_ico a{
    color: #fff;
    font-size: 13px;
    margin-top: -15px;
}
.header_topo .logout .logout_ico{
    width: 65px;
}
.header_topo .logout .logout_ico a{
    font-size: 18px;
    color: #fff;
}
.header_topo .logout_default{
    margin-right: -20px;
}

/* Header - end */

.conteudo
{
    height:2000px;
    /*just to get the page to scroll*/
}


/*  CSS do Header após Scroll  */
body.body_mini{
    background: url(../images/bematech/bg1.jpg) repeat-x, url(../images/bematech/bg2_mini.jpg) repeat-x, url(../images/bematech/bg4.jpg) repeat !important;
    background: fixed;
    font-weight: 300 !important;
}

.header_topo_mini{
    width: 100% !important;
    height: 50px;
    /*background:#3379c0;*/
    border-top: 5px solid #A9DE2B;
    border-bottom: 1px solid #fff;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9996;
}
.header_topo_mini .logo{
    background: url(../images/bematech/logo_peq.png) no-repeat center;
    height: 50px;

}
.header_topo_mini .topo{
    display: none;
}
.header_topo_mini .logout{
    width: 65px !important;
    height: 20px;
    margin-top:15px; /* 73px*/
    margin-right: calc(50% - 480px) !important; /*36px*/
    padding: 0 0 10px 0;
    text-align: right;
}
.header_topo_mini .logout .logout_text{
    float: left;
    margin-right: 7px;
    width: 39px;
}
.header_topo_mini .logout .logout_text a, .header_topo .logout .logout_ico a{
    color: #fff;
    font-size: 13px;
    margin-top: -15px;
}
.header_topo_mini .logout .logout_ico{
    width: 65px;
}
.header_topo_mini .logout .logout_ico a{
    font-size: 18px;
    color: #fff;
}
/*  /CSS do Header após Scroll  */

/* Header - end */

/* Menu - Begin */


.sidebar-collapse > span:before, .sidebar-collapse > i:after {
    content: "";
    position: absolute;
    border-left: 1.7em solid transparent;
    border-right: 1.7em solid transparent;
    top: 100%;
    left: 51%;
    margin-left: -1.7em;

}

.sidebar-collapse > span:before {
    border-bottom: 1.2em solid #DFE1E6;
    margin-top: 0px;
    background:#478FB7;
}

.sidebar-collapse > span:after{
    border-bottom: 5px solid #fff;
    margin-top: 1px;
    z-index: 1;
}
/* Main CSS File - Start */




/* Main CSS File - End */
/* ------------------------------ Fim do CSS do Menu ----------------------- */


/* Menu - end */

/* ----------------- Início do css do Footer ----------------- */
footer.footer_pagina{
    position:fixed;
    clear: both;
    width: 100%;
    bottom:0;
    margin-top:50px;
    /*background:#478FB7;*/
    height: 30px !important;
    z-index: 9999;
    text-align: center;
}
footer.footer_pagina p{
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
/* ----------------- Fim do css do Footer ----------------- */


/* Css template bematech - end */