* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
h1{margin-top: 0!important;}
body {
  background-color: #31425f !important;
}

.o-aside {
  grid-area: aside;
}

.o-main {
  grid-area: main;
}

.mb-1{margin-bottom: 1em;}
.mb-2{margin-bottom: 2em;}
.h-100{height: 100% !important;}
.text-center{text-align: center !important;}
.text-muted{color: #f9f9f9;}

.fc-ahbb{color: #31425f !important}
.divbox{background-color: white; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px}
//PinPad
  .parent {
      display: flex;
      overflow: hidden;
      
      color: #fff;
      border: 1px solid #333;
      align-items: center;
  }

  .pinpad form {

    width: 390px;
    margin: auto;
    margin-top: 25px;
    background: #fff;
    padding: 15px 25px;
    text-align: center;
    box-shadow: 0px 5px 5px -0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }

  .pinpad input[type="password"],.pinpad input[type="text"] {
    padding: 0 8px;
    border-radius: 5px;
    width: 350px;
    margin: auto;
    border: 1px solid rgb(228, 220, 220);
    outline: none;
    font-size: 45px;
    color: transparent;
    text-shadow: 0 0 0 rgb(71, 71, 71);
    text-align: center;
  }

  .pinpad input:focus {
    outline: none;
  }

  .pinpad .pinButton {
    border: 1px solid rgb(228, 220, 220);
    background: none;
    font-size: 1.25em;
    border-radius: 2px;
    height: 68px;
    font-weight: 550;
    width: 90px;
    color: transparent;
    text-shadow: 0 0 0 rgb(102, 101, 101);
    margin: 7px 10px;
  }

  .pinpad .clear,
  .pinpad .enter {
    font-size: 1em !important;
  }

  .pinpad .pinButton:hover {
    box-shadow: #506ce8 0 0 1px 1px;
  }
  .pinpad .pinButton:active {
    background: #506ce8;
    color: #fff;
  }
  .pinpad .clear:hover {
    box-shadow: #ff3c41 0 0 1px 1px;
  }
  .pinpad .clear:active {
    background: #ff3c41;
    color: #fff;
  }
  .pinpad .enter:hover {
    box-shadow: #47cf73 0 0 1px 1px;
  }
  .pinpad .enter:active {
    background: #47cf73;
    color: #fff;
  }


//Cobrança-Selecionados
.selsub-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  height: 100%;
  min-height: 100vh;
}

.selsub-items:nth-child(1) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
}

.selsub-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}




.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0.75em;
    height: 100vh;
      min-height: 100%;
    }

.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
    overflow-y: auto; 
    
    margin-right: 0.75em;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
