/*
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 : 28/05/2015, 15:32:56
    Author     : Mjunior
    */
    
    #relatorio {
        width: 21cm;
        height: 28cm!important;
        overflow: scroll;
        display: block;
        background: #FFF;
        padding: 10px;
        margin-left: 16%;
        border: 1px #ccc solid;
    }
    
    
    .backgroundbranco{
        background: #fff!important;
    }
    
    .titulo_relatorio{
        font-family: arial; font-weight: bold; font-size: 24px;
    }
    
    tr.trupdate a {
        color: #fff;
        font-weight: bolder;
    }
    
    .text_align_center{
        text-align: center;
    }
    
    .marginright6{
        margin-right: 6px;
    }
    
    .marginright20{
        margin-right: 20px;
    }

    .pcontrol-label{
        margin-left: 15px;
    }
    
    .buttonassitem{
        clear: both; 
        bottom: 10px; 
        float: right;
        right: -9%;
    }
    
    .clearboth{
        clear: both;
    }
    
    .fontbold{
        font-weight: bolder!important;
    }
    
    .panel-body .table-responsive{
        color: rgb(187, 0, 0);
    }
    
    .panel-heading .panel-title{
        color: rgb(187, 0, 0);
    }
    
    label{
        color: rgb(187, 0, 0);
    }
    
    .page-title h3 {
        font-weight: bold;
    }

    .floatleft{
        float: left;
    }


    .height75{
        height: 75px;
    }

    .floatright{
        float: right;
    }

    .width10pc{
        width: 10%;
    }    
    
    .margintop20{
        margin-top: 20px;
    }
    
    .margintop10{
        margin-top: 10px;
    }

    .margintop40{
        margin-top: 40px;
    }

    .margintop20{
        margin-top: 20px;
    }

    .margintop10{
        margin-top: 10px;
    }
    
    .margin-right-6p{
        margin-right: -6%;
    }
    
    .text-align-right{
        text-align: right;
    }
    
    .text-align-center{
        text-align: center;
    }

    .marginbotom20{
        margin-bottom: 20px;
    }

    .marginleft96{
        margin-left: 96px;
    }

    .margintop22px{
        margin-top: 22px;
    }

    .marginauto{
        margin: auto;
    }

    .margintop22{
        margin-top: 22px;
        margin-left: 8px;
    }

    .margintop30{
        margin-top: 30px;
    }
    
    .margintop35{
        margin-top: 35px;
    }

    .mensagelogin{
        margin: auto;
        text-align: center;
        width: 500px;
    }

    .painel-login{
        margin: 0 auto;
        width: 500px;
        height: 300px;
        padding-top: 50px;
        margin-top: 30px;
    }

    .margintop-10{
        margin-top: -10px;
    }

    .margintop-20{
        margin-top: -20px;
    }

    .borderradios{
        border-radius: 15px;
    }

    .panel-submit{
        background: #dee2e8;
    }

    .margintopsubmit{
        margin-top: -25px;
        height: 50px;
    }

    .imagemuser{
        width: 80px;
        height: 80px;
    }

    .imagembanner{
        width: 140px;
        height: 80px;
    }
    .logoV {
        margin:0 auto;
        text-align: center;
    }
    
    .forma{
        border: 1px solid #ccc;
        padding: 15px 10px 15px 10px;
        display: table;
        width: 100%;
        border-radius: 10px;
        margin: 15px 0px 15px 0px;
    }
    
    .displaynone{
        display: none;
    }