/*
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 : 27/10/2013, 11:25:20
    Author     : rafaelmonteiro
*/
body {

    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}


div h3 {
    color: white;
}

.form-row {
    justify-content: left;
    margin-left: 100px;
}

.navbar-nav {
    display: flex;
    justify-items: center;
}

.opcao-importador {
    width: 100%;
    margin-bottom: 10px;
}

#tabel-center {
    display: flex;
    text-align: justify;
    text-transform: uppercase;
    width: 75%;
    align-self: center;
}

#tabel-center input {
    margin-right: 5px;
}

#cardArquivos{
    justify-content: space-around;
    background-color: #3b444d;
    margin: 3px 3px 3px 3px;
}

#cardPix{
    justify-content: space-around;
    background-color: #3b444d;
  
}

#cardCartao{
    justify-content: space-around;
    background-color: #3b444d;

}

#tabela {
    text-align: justify;
    border-radius: 4px;
    background-color: #3b444d;
}

.input-data{

    border-radius: 6px;
    display: flex;
}

#load {
    color: white;
}

.nav-link {
    color: white!important;
    font-size: 20px;
    font-weight: bolder;
} 

.form-control-file {
    margin: 15px 0
}

.panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30%;
}

.cartoes-opcoes {
    color: white;
}

.align-justify {
    text-align: justify;
    font-size: 130%;
}

.swal-wide{
    width: 30%!important;
    }