
.tab-pane{
    padding-top: 10px;
}

.sidebar-menu li a.act{
    font-weight: bold;
}

.sidebar-logo img{
    height: 45px;
    margin: 10px 15px;
}

.box-login{
    max-width: 600px;
    margin: 0 auto;
}
#boxLogoLogin{
    text-align: center;
}
#boxLogoLogin img{
    margin-top: 40px;
    margin-bottom: 10px;
    max-height: 120px;
}

.title-block {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7dde4;
}

ul.alert{
    font-size: 14px;
    list-style: none;
}

@media print {
    .card {
        border: 0px;
    }
}
.table-responsive{

}
.boxAvatar{
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    width: 100px;
    height: 120px;
}
.boxAvatar i{
    font-size: 60px;
    color: #ddd;
}
.table-carne.table-bordered th, .table-carne.table-bordered td {
    border: 1px solid #555;
}
.table-carne span{
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 3px;
    color: #000;
}
.table-carne p{
    font-size: 15px;
    margin: 0;
}
.table-carne td {
    line-height: 115%;
    padding: 2px 4px;
}
.table-carne td.topo p.nome {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 4px;
}

.table-carne td {
    height: 35px;
}
.table-carne td.topo {
    font-size: 13px;
    height: 50px;
}
.table-carne td.info1 {height: 70px;}
.table-carne td.info2 {height: 105px;}
.table-carne td.info2 span{ padding-bottom: 3px; display: block; }

.table-carne td.topo img {
    max-height: 60px;
    margin-right: 15px;
}
img.carne-qrcode{
    margin: 5px 10px;
    height: 90px;
}

.carteira{
    width: 510px;
    height: 315px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 4px;

    border: 5px double rgba(51,51,51,0.45);
    border-radius: 5px;

    background-image: url('/images/logo2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 340px;
    color: #000;

    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;
}

.carteira .title img{
    height: 60px;
    margin: 5px 0px 5px 0px;
}
.carteira .title p.title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 0px 0px 0px;
    margin-bottom: 0px;
}
.carteira .title p.titleSub{
    font-size: 10px;
}

.carteira .content .p1{

}
.carteira .content.p2{
    margin-top: 20px;
}

.carteira .content span{
    font-size: 11px;
    font-weight: bold;
}
.carteira .content p{
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}
.carteira .content img.foto{
    width: 140px;
    max-height: 200px;
}
.carteira .content img.qrcode{
    margin: 5px 10px;
    height: 110px;
}

div.content-info{
    width: auto;
    margin-right: 30px;
    display: inline-block;
}
div.content-info span{
    /* color: #777; */
    color: #036;
    font-size: 13px;
    font-weight: bold;
}
div.content-info p{
    display: block;
    font-size: 15px;
}
.info-box-content p{
    display: block;
    margin: 0;
    padding: 0;
}
.info-box-text{

}
.info-box-number{
    margin-bottom: 10px;
}


table tr th{
    padding: 5px 10px;
    background-color: #f2f2f2;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
table tr td{
    padding: 5px 10px;
    font-size: 12px;
    /*text-transform: uppercase;*/
}
i.img_produto{
    font-size: 30px;
    color: #777;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

form button[type=submit] i{
    margin-right: 8px;
    display: none;
}



/* table */
table.table-report{
    border-bottom: 1px solid #ccc;
}
table.table-report tr th{
    padding: 5px;
    font-size: 14px;
    background-color: #dddddd;
}
table.table-report tr td{
    padding: 3px 5px;
    font-size: 12px;
}
table.table-report-mtline tr td{
    border: 0;
    font-size: 12px;
}
table.table-report-mtline tr.line td{
    /* border-top: 1px solid #ccc; */
    font-size: 12px;
}

table.table-report-mtline tr.lineGroup td{
    /* border-top: 0px solid #555; */
    padding-top: 15px;
    font-weight: bold;
}
table.table-report-mtline tr.lineGroupSub td{
    /* border-top: 1px solid #ccc; */
}

.btnCaixa{
    min-width: 80px;
    margin-right: 5px;
}

@media print {
    .no-print{
        display: none !important;
    }
    .card-body{
        padding: 0;
    }
}
.boxHome{
    background-color: #fff;
    border: 1px solid #eee;
}
.title-report .logo{
    max-height: 110px;
}
.title-report{
    font-size: 14px;
}
tr.table-total td{
    border-top: 2px solid #ccc;
    font-weight: bold;
    padding-top: 4px;
}

.dashboardSocioHome > div, .dashboardSocioInativo > div{
    padding: 20px;
}
.dashboardSocioInativo table tr td{
    font-size: 16px;
}
.dashboardSocioInativo table tr td:nth-child(2){
    font-weight: bold;
    text-align: center;
}

.dashboardSocioHome a, .dashboardSocioInativo a{
    color: #333;
}
.dashboardSocioHome .titleBox{
    padding: 15px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.dashboardSocioHome .iconBox{
    padding: 10px;
    font-weight: bold;
}
.dashboardSocioHome .qntBox{
    padding: 15px;
    font-weight: bold;
    font-size: 26px;
}
.lineDiv{
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
textarea#notasHome{
    resize: none;
    border: 0;
    box-shadow: 5px 10px #888888
}

.panel {
    border: none;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.panel-heading {
    padding: 10px 15px;
    border: none;
}

.panel.panel-notes .panel-heading{
    background-color: #F7E86C;
    color: #000;
}
.panel.panel-notes .panel-body{
    background-color: #FFF694;
    padding: 0;
}
.panel.panel-notes .panel-body textarea, .panel.panel-notes-aluno .panel-body textarea{
    width: 100%;
    height: 220px;
    padding: 5px 8px;;
    background-color: transparent;
    border: 0;
    resize: none;
    outline: 0;
    font-size: 14px;
    color: #000;
}

.text-orange{
    color: #ff7c05;
}
.text-violet{
    color: #6f42c1;
}
.text-black{
    color: #000000;
}
