.login_form {
    width: 280px;
    top: 150px;
    position: fixed;
    left: 37%;
}

select.noDisplay,
.noDisplay {
    display: none !important;
}

button {
    border: none;
    padding: 10px;
}

body {
    background-size: cover;
}

.container {
    padding-left: 110px;
}

.card {
    width: 300px;
}

.masinfo {
    position: absolute;
    right: 20px;
    top: 74px;
}

p.txtcentrado {
    text-align: center;
}

.Ocultar {
    display: none;
}

@media screen and (max-width: 924px) {
    .container {
        padding-left: 0px;
        !important;
    }
}

.clickable {
    cursor: pointer !important;
}

.FolioConFondoNegro {
    background-color: #212121 !important;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
}

.FolioConFondoNaranja {
    background-color: #FF9900 !important;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
}

.navMasLight {
    height: 45px !important;
    line-height: 45px !important;
    margin-bottom: 20px !important;
}

.fontLabels {
    font-size: 15px !important;
}

.fontCifras {
    font-size: 20px !important;
}

.fontCifrasCobro {
    font-size: 30px !important;
}

.fontCifrasResaltar {
    font-size: 35px !important;
}

.containerMoreSpace {
    margin-left: 150px !important;
    margin-right: 20px !important;
    width: 1105px !important;
    padding-left: 105px !important;
    padding-top: 15px;
}

.loading-remove {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.loading,
.loading-add.loading-add-active {
    opacity: 0.5;
}

.loading-remove.loading-remove-active {
    opacity: 1;
}

@keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 10000;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #808080;
    border-color: #808080 transparent #808080 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

li.logo:hover {
    background-color: #fff;
}

span.badge.new:after {
    content: "" !important;
}

.collection .collection-item.avatar {
    cursor: pointer !important;
}

.boton-touch {
    border: 1px solid lightgray !important;
    border-radius: 4px;
    box-sizing: border-box;
    color: #26a69a !important;
    padding: 3px !important;
    text-align: center !important;
}

.boton-touch:hover {
    background-color: rgb(38, 166, 153, .5) !important;
    color: #fff !important;
    cursor: pointer !important;
}

.globo-notificaciones {
    color: white !important;
    background-color: red !important;
    position: absolute !important;
    top: 10px !important;
    ;
    left: 25px !important;
    ;
    border-radius: 50% !important;
    height: 21px !important;
    width: 21px !important;
    display: flex !important;
    ;
    justify-items: center !important;
    ;
    align-items: center !important;
    ;
    padding: 3px !important;
    ;
}

.globo-notificaciones:hover {
    cursor: pointer !important;
}

tr.fontRed {
    color: red;
}

td.fontBlue {
    color: rgb(0, 85, 255);
}

td.fontBlack {
    color: rgb(7, 7, 7);
}

div.row.primera-fila {
    position: relative;
    display: flex;
    align-items: center;
}

div.collection a {
    text-decoration: none !important;
}

div.collection a:hover, div.collection a:focus {
    text-decoration: none !important;
}

span.text-white {
    color: white;
}

pre {
    display: block !important;
    padding: 9.5px !important;
    margin: 0 0 10px !important;
    font-size: 13px;
    line-height: 1.42857143 !important;
    color: #333 !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;    
}

span.badge.special-bagde {
    position: relative;
    padding: 6px;
    border-radius: 12px;
    cursor: pointer;
}

#contenedorDeIconos i.custom-icon {
    display: inline-block;
    margin: 0 8px;
}

#txtRfc.ng-invalid {
    background-color: rgba(255, 0, 0, .2) !important;
    color: white !important;
}

#txtRfc.ng-valid {
    background-color: transparent !important;
}

.card-height-88 {
    height: 88px;
    transition: height 2s;
}

.card-height-237 {
    height: 237px;
    transition: height 2s;
}

.card-height-333 {
    height: 333px;
    transition: height 2s;
}

.card-height-372 {
    height: 372px;
    transition: height 2s;
}

.card-height-500 {
    height: 500px;
    transition: height 2s;    
}

.card-height-617 {
    height: 617px;
    transition: height 2s;      
}

.card-height-700 {
    height: 700px;
    transition: height 2s;      
}

.card-height-762 {
    height: 762px;
    transition: height 2s;      
}

.hideSection {
    height: 0px;
}

.sections-row {
    margin-bottom: 0px;
}

#contenedorDeIconos i.material-icons.custom-icon {
    display: inline;
}

.precio-especial-icon-container {
    position: absolute;
    top: 0;
    right: 2px;
    color: gold;
}