@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.upptitle{
	text-transform: uppercase;
}

.tipocliente{
  display: inline-block;
  background-color: #e8e8e8;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}


.nomecli{
  width: auto;
  height: 20px;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
}

.bi_header{
  width: 2rem;
  height: 2rem;
}

.dt-buttons{
  width: 50%;
  float: left;
}

.dt-button{
  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #607080;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.buttons-print{
  color: #fff;
    background-color: #243368;
    border-color: #243368;
}
.buttons-print: hover{
  color: #fff;
    background-color: #3950a2;
    border-color: #364b98;
}


@media print {
    body{
        background-color: #fff;
    }
}


label{
  height: 40px;
  line-height: 40px;
  text-align: right;
}

.line40{
    height: 40px;
  line-height: 40px;
}
.line40 .form-check-input{
  vertical-align: middle;
}


@media screen {
  #printSection {
      display: none;
  }
}

/*@media print {
  body * {
    visibility:hidden;
  }
  .table, #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}
*/
/* loading*/

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,46,107);
  background: linear-gradient(180deg, rgba(0,46,107,1) 10%, rgba(3,86,199,1) 92%);
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
} 
.loader {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: relative;
  border: 0px solid #Fff;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}




.tabelafull{
  width: 100% !important;
}
.form-check-label, .labelfina{
  height: auto;
  line-height: 1;
}

.error{
  border-right: 2px solid red;
}

.text-right{
  text-align: right !important;
}



.corrigirdados{
  color: red;
}
.passoatual{
  font-weight: bold;
  border-top: 1px solid #e8e8e8;
}

.dropdown-toggle:after{
  color:  #243368;
}