@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,900);

a  { color: #3E4CF7}
.text-primary { color: #3E4CF7!important }

a:hover { color: #050F87 }


/* BODY
//////////////////////////////////////////////////*/

body { 
  font-family: "Open Sans", sans-serif;
  background: #EBEBEB;
  padding-top: 30px }

.body-bg {
  width: 100%;
  height: 86px;
  position: absolute;
  z-index: 0;
  top: 0 }

.login .body-bg { display: none }
  
body.inner > .container { 
  position: relative;
  z-index: 1;
  padding: 0 }

#showMessage .h3 { font-size: 16px !important }  



/* HEADER 
//////////////////////////////////////////////////*/
header .navbar.navbar-dark { 
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #212529 }

header .nav-link.active,
header .dropdown-item.active, 
header .dropdown-item:active { 
  background: none;
  /* color: #3E4CF7 !important*/ } 

header .navbar-nav .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 45px }



/* LOGIN
//////////////////////////////////////////////////*/
body.login {
  height: 100%;
  width: 100%;
  /* background: #111 url(img/bglogin.jpg) no-repeat; 
  background-size: cover*/  }

.dark {
  z-index: 1;
  position: absolute;
  top: 0;
  left:0;
  height: 100%;
  width: 100%;
  /* background: -moz-linear-gradient(left, rgba(62,76,247,1) 0%, rgba(0,0,0,0) 100%); 
  background: -webkit-linear-gradient(left, rgba(62,76,247,1)  0%,rgba(0,0,0,0) 100%); 
  background: linear-gradient(to right, rgba(62,76,247,1)  0%,rgba(0,0,0,0) 100%);  */
  background: rgb(124,9,190);
  background: -moz-linear-gradient(160deg, rgba(124,9,190,1) 4%, rgba(255,255,255,0) 36%);
  background: -webkit-linear-gradient(160deg, rgba(124,9,190,1) 4%, rgba(255,255,255,0) 36%);
  background: linear-gradient(160deg, rgba(124,9,190,1) 4%, rgba(255,255,255,0) 36%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c09be",endColorstr="#ffffff",GradientType=1);
}
  
.form-signin {
  position: relative;
  /* top: 50%;
  left: 30%; */
  margin: auto;
  z-index: 2;
  /* transform: translate(-50%, 3%); */
  width: 55%;
  padding: 30px;
  border-radius: 10px;
background: #FFF }

.verify { 
  top: 50px;
  transform: translate(-50%, 0);
  background: rgba(0,0,0,.75) } 

.verify img { margin: 0 auto 45px auto } 

.form-signin img.brand {
  position: relative;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 30px;
  object-fit: contain;
  width: 100px;
  height: 100px }

.form-signin h2{ 
  margin: 2rem 0 1rem;
  letter-spacing: -1px;
  font-size: 24px }

.form-signin .form-signin-heading,
.form-signin .checkbox {
  color: rgba(255,255,255, 0.8);
  margin-bottom: 10px }

.form-signin .checkbox { 
  margin-top: 0;
  cursor: pointer;
  font-weight: normal }

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px }

.verify .form-control { margin-bottom: 7.5px }  

.form-signin .form-control:focus { z-index: 2 }

.form-signin input.user {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0 }

.form-signin input.pw {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0 }

.form-signin input.user-remember { margin-bottom: 10px }

.login .dev {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  font-size: 11px;
  padding: 10px;
  color: rgba(255,255,255,0.8) }

#div-certificados,
#div-validacao {
  font-size: 87.5%;
  margin-top: 15px;
  color: #FFF  }  

#div-certificados table,
#div-validacao .btn { margin-top: 15px }

#div-certificados table { background: #FFF }

@media(min-width: 1024px){ 
  /* .form-signin { left: 25% } */
  .verify { 
    width: 700px;
    left: 50% }
}

@media(max-width: 1023.98px){ 

  .verify img { width: 100% }
  .verify .row > div { margin-bottom: 45px }
}

@media (max-width: 480px) {
  .form-signin{
    width: 100%;
  }
  .img-login{
    width: 80% !important;
  }
}
  


/* MAIN
//////////////////////////////////////////////////*/
.main { margin-top: 2rem }

.inner .main { 
  padding: 2rem;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0,0,0,.05); }

.main form > .nav-tabs { 
  /* display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; */
  margin: 0 -2rem;
  padding: 0 2rem;
  border-bottom-color: #DDD }

.main form > .nav-tabs > li > a.active, 
.main form > .nav-tabs > li > a.active:hover {
  /* background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); IE6-9 */
  background: #F6F6F6;
  border: 1px solid #DDD !important;
  border-bottom-color: #F6F6F6 !important }

.main form > .nav-tabs > li > a {
  font-size: 16px;
  background: none;
  border: 1px solid transparent }

.main form > .nav-tabs .nav-link:focus, 
.main form > .nav-tabs .nav-link:hover { border-color: transparent } 

.main form > div > .tab-pane { 
  background: #F6F6F6;
  padding: 3rem;
  margin: 0 -1.97rem -2rem -1.97rem }



/* HOME/CARDS
//////////////////////////////////////////////////*/
.home-welcome.row > div,
.home > .row > div > .row { margin-bottom: 2rem }

.card {
  min-height: 8.5rem;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0,0,0,.05) }

.card h3.card-title { 
  letter-spacing: -2px;
  margin-bottom: 5px }

.card .log-group { margin: 0 -1.25rem -1.25rem -1.25rem  }

.card-text,
.card .log-group .log { 
  line-height: 130%;
  font-size: 87.5% }

.home-welcome .card {  color: #FFF }

.home-welcome .card .card-title { margin-top: 0.5rem }

.home-welcome .card .card-text { opacity: .5 }

.home-welcome .card .step {
  line-height: 100%;
  font-size: 600%;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  opacity: 0.05 }



/* PAGEHEADER
//////////////////////////////////////////////////*/
.page-header { margin-bottom: 2rem }

.btn-add { margin-left: 0.5rem }  

.page-header .form-control { min-height: 30px }

  

/* NAVBAR-FILTER
//////////////////////////////////////////////////*/
.navbar-filter { padding: 0 }

.navbar-filter .navbar-nav .dropdown-toggle { margin-right: 0.5rem }

.navbar-filter .multiselect { min-height: 45px }




/* BUTTONS, FORMS
//////////////////////////////////////////////////*/
.form-group > label {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 0;
  color: rgba(0,0,0,0.50);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75% }

.form-control {
  min-height: 45px;
  border-radius: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 2px solid #DDD }

select.form-control { height: 45px }

.multiselect { 
  border: 1px solid #DDD;
  overflow: hidden;
  text-overflow: ellipsis }

.multiselect-container { 
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 240px;
  max-width: 100%;
  max-height: 300px;
  padding: .5rem 0 }
  
.multiselect-container::-webkit-scrollbar { width: 5px }

.multiselect-container::-webkit-scrollbar-track { background: rgba(0,0,0,0.3) }

.multiselect-container::-webkit-scrollbar-thumb { background: #000 }
  
.multiselect-container .multiselect-search { margin-top: -.5rem }

/* .multiselect-container [type="checkbox"] { visibility: hidden } */

.multiselect-container > li > a { text-decoration: none }

.multiselect-container > li > a > label {
  display: block;
  padding: .25rem .75rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis }
  
.multiselect-container > li.active > a > label { 
  color: #FFF;
  background: #343a40 }

.btn.rounded-circle {
  line-height: 32px;
  width: 34px;
  padding: 0;
  text-align: center } 

.btn-sm.rounded-circle {
  line-height: 24px;
  width: 26px } 

.required > label:after {
  position: absolute;
  top: -5px;
  margin-left: 5px;
  display: inline-block;
  font-size: 200%;
  content: " *";
  color: #3E4CF7}

input.error,
textarea.error,
select.error { 
  border-color: #3E4CF7!important;
  background: #FFDFDF }

.form-row .form-row { margin: 0 }

.modal .form-row .btn,
.modal-footer .btn,
.configs .btn-group .btn {
  line-height: 45px;
  border: 0;
  padding-top: 0;
  padding-bottom: 0 }

.modal .btn-group label { cursor: pointer }

.btn-xs {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 25px }

.btn-primary,
.dropdown-item.active, 
.dropdown-item:active {
  color: #fff;
  background-color: #3E4CF7;
  border-color: #3E4CF7}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #050F87;
  border-color: #050F87 }

.btn-outline-primary {
    color: #3E4CF7;
    border-color: #3E4CF7}

.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle,    
.btn-outline-primary:hover {
  color: #fff;
  background-color: #050F87;
  border-color: #050F87 }

.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-outline-primary:active, 
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-primary.dropdown-toggle:focus,
.page-link:focus { 
  box-shadow: 0 0 0 0.2rem rgba(246,142,157,.5) !important }

.page-item.active .page-link {
  background-color: #3E4CF7;
  border-color: #3E4CF7}
  
.page-link { color: #3E4CF7}

.page-link:hover { color: #050F87 }

@media(max-width:375px){
  .modal-footer .btn { 
    margin: 5px 0;
    width: 100% }
}


/* TABLE
//////////////////////////////////////////////////*/
.table { 
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 2rem }

.table th {
  padding: .5rem .75rem;
  background-color: #EEE;
  text-transform: uppercase;
  font-size: 75% }

.table-hover tbody tr:hover { background-color: #F6F6F6 }

.table td { 
  line-height: 130%;
  vertical-align: middle;
  padding: .5rem .75rem;
  font-size: 87.5% }

.modal .table td { font-size: 14px }



/* MODAL
//////////////////////////////////////////////////*/
.modal-content { 
  border: 0;
  background: #FFF }

.modal-header,
.modal-body, 
.modal-footer { border: 0 }

.modal-header { 
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 1.5rem 3rem }

.modal-body { 
  background: #EEE;
  padding: 1.5rem 3rem }

.modal-footer { 
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #212529;
  padding: 1.5rem 3rem }

.modal .nav-tabs { 
  /* display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; */
  background: #FFF;
  margin: -1.5rem -3rem 0 -3rem;
  padding: 0 3rem;
  border-bottom-color: #DDD }

.modal .nav-tabs > li > a.active, 
.modal .nav-tabs > li > a.active:hover {
  /* background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); IE6-9 */
  background: #EEE;
  border: 1px solid #DDD;
  border-bottom-color: #EEE }

.modal .nav-tabs > li > a {
  font-size: 16px;
  background: none;
  border: 1px solid transparent }

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover { border-color: transparent } 

.modal .tab-pane { 
  background: #EEE;
  min-height: 500px;
  padding: 1.5rem 3rem;
  margin: 0 -3rem -1.5rem -3rem }

.bootstrap-dialog-header,
.bootstrap-dialog-body,
.bootstrap-dialog-message,
.bootstrap-dialog-message form,
.bootstrap-dialog-footer { width: 100% }

/* .bootstrap-dialog-message { font-size: 16px !important } */

.bootstrap-dialog-message .row { margin: 0 }

.modal-backdrop.show { opacity: .7 }

body.modal-open, 
.modal-open .navbar-fixed-top, 
.modal-open .navbar-fixed-bottom { margin-right: 0 }

.modal { overflow-y: auto }

@media(min-width:1300px) { 
  .modal-lg { max-width: 50% } 
}

@media(min-width:1024px) and (max-width:1299px) { 
  .modal-lg { max-width: 90% } 
}

@media(max-width:1023px) { 
  .modal-lg { max-width: 100% } 
}

@media(max-width: 767px){
  .modal-header,
  .modal-body,
  .modal-footer {  padding: 1rem 1.5rem }
}



/* BILL-GROUP // CONTAS
//////////////////////////////////////////////////*/
.bill-group .navbar-filter { margin: 0 -2rem 2rem -2rem }

.bill-group .nav-tabs { 
  padding: 0 2rem;
  border-bottom-color: #DDD }

.bill-group .nav-tabs li > a { 
  background: none;
  border: 1px solid transparent }

.bill-group .nav-tabs li > a.active, 
.bill-group .nav-tabs li > a.active:hover { 
  background: #EEE;
  border: 1px solid #DDD;
  border-bottom-color: #EEE }

.bill-group .tab-pane { 
  background: #EEE;
  padding: 1.5rem 2rem 1rem 2rem }

#div-parcelas .form-row {
  background: rgba(0,0,0,0.04);
  margin: 0 -3rem;
  padding: 0 3rem } 

#div-parcelas .form-row:first-child { 
  border-top: 1px solid #DDD;
  margin-top: 1rem;
  padding-top: 1.5rem }

#div-parcelas .form-row:last-child { 
  margin-bottom: -1.5rem;
  padding-bottom: 1.5rem }



/* CASHFLOW // MOVIMENTAÇÃO FINANCEIRA
//////////////////////////////////////////////////*/
.cashflow .nav-pills { margin: -.25rem 0 2rem }



/* DOC-GENERATOR // GERAÇÃO DE DOCUMENTOS
//////////////////////////////////////////////////*/
.doc-generator form {
  background: #F6F6F6;
  border-top: 1px solid #DDD;
  margin: 0 -2rem -2rem -2rem;
  padding: 2rem }
  
.doc-generator .cke_contents { 
  height: 700px !important;
  margin: 0 6rem } 

.doc-generator form .row { 
  margin: 0 -2rem 2rem -2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #DDD  }

.doc-generator form .row > div { padding: 0 2rem }

.doc-generator h3 { margin-bottom: 1rem }

.doc-generator h3 strong {
  color: #3E4CF7;
  margin-bottom: .25rem;
  display: block;
  font-size: 125% }



/* CONFIGS
//////////////////////////////////////////////////*/




  /* AUTO COMPLETE
//////////////////////////////////////////////////*/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  display: none; 
  overflow-x: hidden;
  overflow-y: auto;
  width: 240px;
  max-height: 300px;
  padding: .5rem 0;
  list-style: none;
  background-color: #FFF;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 2px }
  
.ui-autocomplete::-webkit-scrollbar { width: 5px }

.ui-autocomplete::-webkit-scrollbar-track { background: rgba(0,0,0,0.3) }

.ui-autocomplete::-webkit-scrollbar-thumb { background: #000 }
  
.ui-autocomplete .ui-menu-item > div {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis }

.ui-autocomplete .ui-menu-item > div:hover { background-color: #f8f9fa }

.ui-helper-hidden-accessible { display:none }

.ui-menu { padding: 5px }

td.ui-state-highlight .ui-state-default {
  background: #ff3333 !important;
  box-shadow:none !important }


/* DATEPICKER
//////////////////////////////////////////////////*/
.ui-datepicker {
    width: 230px;
    height: auto; 
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5) }

.ui-datepicker a { text-decoration: none }

.ui-datepicker table { width: 100% }

.ui-datepicker-header {
  background: url('img/dark_leather.png') repeat 0 0 #000;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('img/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
  background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
  background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
  background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
  background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
  background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
  background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
  background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
  background: linear-gradient(top,  #ededed 0%,#dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}




#financeiro_pessoa .filter { 
  background: #FFF;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #DDD;
  margin-bottom: 5px }

#financeiro_pessoa .summary { 
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #FFF }

 #financeiro_pessoa .summary .row > div:last-child { border-right: 0 }

#financeiro_pessoa .summary .summary strong { color: rgba(0,0,0,0.5) }
#financeiro_pessoa .summary .summary-value { font-size: 200% }
  
#financeiro_pessoa .summary .row { margin: 0 }
  
#financeiro_pessoa .summary .row > div {  
  padding: 15px;
  border-right: 1px solid #DDD }