@font-face {
    font-family: 'automation';
    src: url('../fonts/code128.ttf');
}
.customFileChooser {
    overflow: hidden;
    width: 0;
    height:0;
}
#spinner{
    display: flex;
    background-color: rgba(255, 255, 255, 0.75);
    position: fixed;
    font-size: 60px;
    color: black;
    z-index: 99999;
    top: 0px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#spinner.bad-latlng{
    font-size: 2rem;
    left: 0px;
}

#spinner img{
    max-width: 750px;
}

table td{
    vertical-align: middle !important;
}

.login_box{
    width: 50%;
}

#login{
    margin: 25px 0;
}

#login .spacing{
    margin: 15px 0;
}

#add-btn{
    float: right;
    padding: 20px;
}

.page-header {
    border-bottom: none ;
}

.select2-container .select2-selection--single {
    height: 31px;
}

.field{
    min-height: 60px;
}
.errorlist > li{
    color: red;
}
.pagination#pl-1{
    padding-left: 1rem;
}

.pb-3{
    padding-bottom: 3rem;
}

.p-3{
    padding: 3rem
}
.pagination-sub-header{
    height: 57px;
    text-align: center;
    text-align: -webkit-center;
}
.step-links{
    display: table-row!important;
    height: 57px;
}
.content-step-links{
    display: table-cell;
    vertical-align:bottom!important;
}

.pager input{
    width: 30px;
    text-align: center;
}

.display-flex{
    display: flex !important;
}

.color-black a{
    color: #444;
}

.compra-detalles-partida-seccion{
    margin: 10px 0; 
}

.changes-container{
    margin: 10px 0;
    border-top: 1px solid blue;
    border-radius: 3px;
    cursor: default;
}

.danger-changes-alert{
    background: red;
    color: #fff;
}

#btnDetallePartida{
    pointer-events: none;
    display: none;
}

svg.svg-inline--fa{
    display: none;
}

.btn-redondo svg.svg-inline--fa{
    display: block;
}

.flotante {
    position: fixed;
    bottom: 23px;
    right: 23px;
    border: 5px solid #fff;
    /* box-shadow: 0 0 4px orange, 0 4px 8px rgba(0,0,0,.28); */
}

.flotante::after{
    display: none;
}

.flotante::before{
    display: none;
}

.btn-redondo {
    border-radius: 50% !important;
    border: none;
    background-color: #78bd5d;
    padding: 17px;
    color: white !important;
}

.btn-redondo:hover {
    background-color: #569e3a;
}

*.pointer{
    cursor: pointer;
}

.fuente1{
    background: red;
    
}

.text-right{
    text-align: right;
    padding: 0 20px;
}

.input-sm{
    padding-right: 10px;
}

.input-sm.custom-select{
    padding-right: 20px;
    width: 60px;
}