*:not(i) {
	font-family:'raleway'!important; 
}
.h1, h1 {
    font-size: 1.8rem;
}
header.bg-white.container.py-3 {
    border-bottom: 1px solid #004d94;
}
main {
    background-image: url(../images/bckg.png);
    background-size: cover;
	    padding-top: 20px;
}
.col-md-4.mb-12.logo img {
    width: 50%;
    margin: auto;
    display: block;
}
.logo img {
    width: 380px;
}
.logoauoeste img {
    width:200px;
}

.col-sm-6.col-md-6.mb-0.logoauoeste {
    text-align: right;
}
span.orange {
    color: #fe7d19;
}
input.form-control  {
      /* background-color: #004c93;*/
       background-color: #ced4da;
    border: 1px solid #fe7d19;
}
input::placeholder {
    color: #004c93!important;
   /* color: #ced4da!important;*/
}
select.form-control{
	   border: 1px solid #fe7d19;
}

form.py-3 button {
    color: #ffffff;
}

input#datepickerd, input#datepickerh {
    background: #fff;
}
form.py-3 {
    /* border: 1px solid; */
    border-radius: 5px;
  /*  background: #5fb1ffe0;*/
    padding: 11px;
    margin-bottom: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #184c93;
    border-color: #007bff;
}

.btn-primary.pago {
   color: #0062cc;
    background-color: #fff;
    border-color: #0062cc;
}
.font-weight-bold {
   
    color: #004c93;
}



.card-body {
    height: 193px;
    overflow: overlay;
	font-size: 12px;
}
.card-header {
    background: #fff;
	padding: 0;
	
}
.footer-logo {
    position: fixed;
    width: 50px;
    bottom: 33px;
    right: 14px;
}

.footer-logo img {
    width: 50px;
}

.totaldeuda .card-header {
    margin-bottom: 5px!important;
    border: 1px solid #0062cc;
    padding: 12px;
}

.totaldeuda .card {
    background: no-repeat;
    border: none;
	padding-bottom: 10px;
}
.totaldeuda .card-header button {
    font-weight: bold;
    color: #0062cc;
}
.totaldeuda .card-body {
    height: auto;
    margin-top: 0px;
}
.card-table {
    background: #e9ecef;
	border-radius: 10px;
}
table#MiTabla, table#MiTabla2 {
    width: 100%!important;
	margin:auto;
}

td.dt-control:before {
    content: '+';
    font-size: 19px;
    color: #ffffff;
    line-height: 4px;
    background: #0062cc;
    padding: 0 8px;
}

div#example_filter {
    display: none;
}
div#MiTabla_filter, div#MiTabla2_filter {
    display: none;
}

div#MiTabla_length, div#MiTabla2_length {
    display: none;
}


table.subtotal {
    margin-left: 65%;
    width: 31%;
}


@media screen and (max-width:680px){
header .col-sm-6 {
    width: 55%;
    margin: 5%;
}
.col-md-6.mb-12.logo {
    text-align: center;
}
table#MiTabla, table#MiTabla2 {
    margin: auto;
}
.table td, .table th {
    padding: 0.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
table.subtotal {
    margin-left: 30%;
    width: 65%;
}
.footer-logo {
    position: fixed;
    width: 50px;
    bottom: 33px;
    right: 14px;
}

.footer-logo img {
    width: 50px;
}
}