﻿.mt-button-register {
    margin-top: -1.8rem;
}


@media only screen and (max-width: 780px) {

    .mt-button-register {
        margin-top: 0px;
    }

}

.btn-primary {
    background-color: #54b9d7 !important;
}

.bg-primary {
    background-color: #54b9d7 !important;
}

.text-primary {
    color: #54b9d7 !important;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.divTemplate{
    display: none;
}


/*Estilos para estaods de la venta*/

.span-sale-draft {
    color: #727E8C !important;
}

.span-sale-void {
    color: #FF5B5C !important;
}

.span-sale-pendingpayment {
    color: #FDAC41 !important;
}

.span-sale-paymenttoconfirm {
    color: #39DA8A !important;
}

.span-sale-invalidpayment {
    color: #FDAC41 !important;
}

.span-sale-voidforinvalidpayment {
    color: #FF5B5C !important;
}

.span-sale-inpaymentverification {
    color: #00bfc1 !important;
}

.span-sale-pendingdispatch {
    color: #FDAC41 !important;
}

.span-sale-preparingorder {
    color: #edcc35 !important;
}

.span-sale-dispatched {
    color: #00CFDD !important;
}

.span-sale-deliveredwithpendingpayment {
    color: #82b440 !important;
}

.span-sale-deliveredandpaid {
    color: #39DA8A !important;
}

.table th, .table td {
    padding: 5px !important;
}


div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 10px !important;
}



@media (max-width: 991.98px) {
    #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
        position: fixed;
        width: 100%;
    }
}
