.btn-default {
    background-color: #ed6b15;
    color: #FFF;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #c55912;
    color: #FFF;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.medida-cisterna{
    max-width: 100px;
}
span#select2-selectRucCliente-container{
    overflow: visible;
}
.square-date {
    height: 50px;
    width: 50px;
}
body {
    font-family: 'Roboto', sans-serif;
  }
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

/* loader */

.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgba(255, 255, 255, 0.5);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
}

@keyframes rotarload {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176, .5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}
.font-size-14{
    font-size: 14px!important;
}
.w-img-tanque {
    max-height: 130px;
}

table.border-0 th, table.border-0 td {
    border: 0px;
}

.col-4-custom{
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
}


.col-2-custom{
    
}