/*
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 : 01/10/2018, 12:45:21
    Author     : kemper
*/

*{
    font-size: 1rem;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #f8f8f8;
}

.ui-panelgrid .ui-panelgrid-cell{
    padding: 0px;
}

.ui-panelgrid tbody tr td{
    border-style: none!important;
    background: none!important;

}

.login-logo{
    max-width: 128px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.ui-panelgrid{
    border-style: none;
    background-color: #fefefe!important;
}

.main-container{
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.col-logo{
    min-width: 200px;
    max-width: 200px;

}

h1{
    font-size: 2rem;
    margin: 0px;
    padding:0px;
}

h2{
    font-size: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.top-col{
    width: 100%;
}

.ui-datalist-item{
    list-style-type: none!important;
}

.home-col{
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.titulos-container {
    margin-left: 1rem;
    margin-right: 1rem;
}

.titulo-receber{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.25rem;
    box-shadow: 3px 3px 5px 0px rgba(207,207,207,1);
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    color: #606060
}



.titulo-label{
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.col-actions{
    width: 100px;
    text-align: center;
}

.data-emissao, .data-vencimento{
    width: 100px;

}

.numero-titulo{
    width: 50px;
}

.valor-corrigido{
    width: 100px;
    text-align: right;
}

.status-titulo{
    width: 200px;
    margin-left: 1rem;
}

.tr-A, .tr-P{
    background-color: white;
}

.titulo-vencido{
    background-color: rgba(255,0,0,0.1);
}

.tr-B{
    background-color: rgba(0,200,0,0.15);
}
.tr-C{
    background-color: rgba(200,200,200,0.1);
    text-decoration: line-through;
}

.big{
    font-size: 1.3rem;
    font-weight: bold;
}

.mobile-label{
    display: none;
}

.tb-menu{
    text-align: right; 
    padding-right: 1rem!important;
}

.ui-commandlink{
    color: #606060 !important;
}

.ui-widget-content a{
    color: #606060 !important;
    text-decoration: none;
    
}

.ui-widget-content a:hover{
    color: #00e000 !important;
    text-decoration: underline;
    
}

.linha-digitavel{
    width: 100%;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    color: white;
    letter-spacing: 0.1rem;
    border-color: #a0a0a0;
    border-width: 1px;
    border-radius: 1rem;
    border-style: solid;
    font-family: monospace;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    margin-left: 4rem;
    margin-right: 4rem;
    background-color:#606060;
}

@media screen and (max-width: 568px){
    .login-logo{
        max-width: 64px;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-left: 0.5rem;
    }

    h1 {
        font-size: 1.2rem;
        text-align: right;
        margin-right: 1rem;
    }

    .mobile-row{
        font-size: 0.8rem;
    }

    .mobile-header{
        display: none;
    }

    .col-logo{
        min-width: 70px
    }

    .mobile-row{
        display: block;
        width: 100%;
    }

    .mobile-label{
        display: block;
        font-size: 0.75rem;
        color: #808080;
    }

    .col-value{
        text-align: right;
    }

    .titulo-label{
        display: flex;
        justify-content: space-between;
    }

    .col-actions{
        width: 100px;
        text-align: center;
    }

    .status-titulo{
        margin-left: 0.5rem;
    }

    .data-emissao, 
    .data-vencimento,
    .col-actions,
    .numero-titulo,
    .valor-corrigido,
    .status-titulo {
        width: auto;

    }

    .main-container{
        width: 100%;
    }


    .tb-menu{
        text-align: center; 
        padding-right: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .linha-digitavel{
        margin-left: 0rem;
        margin-right: 0rem;
        font-size: 0.8rem;
        
    }
    
    .linha-digitavel i {
        margin-top: 2rem;
    }

}