﻿/* boton accion */
.btn-accion {
    background-color: #56825D !important;
    color: #ffffff !important;
}

    .btn-accion:hover {
        background-color: #808080 !important;
        color: #ffffff;
    }

.btn-warning-yellow {
    background-color: #EBC60D !important;
    color: #ffffff !important;
}

.btn-azul {
    background-color: #205B81 !important;
    color: #ffffff !important;
}

.text-primary-mate{
    color: #205B81 !important;
}
/* boton cancelar */
.btn-cancelar {
    background-color: #373638;
    color: #ffffff;
}

    .btn-cancelar:hover {
        background-color: #808080;
        color: #ffffff;
    }

/* background color */
.background-color {
    background-color: #FDFFFC;
}

/* texto mayuscula */
.text-uppercase {
    text-transform: uppercase;
}

/* texto minuscula */
.text-lowercase {
    text-transform: lowercase;
}

/* oculta */
.ocultar {
    display: none;
}

.background-color-login {
    background-color: #56825D !important;
}

.deshabilitar {
    pointer-events: none;
    opacity: 0.6;
}

/* media para xs */
@media only screen and (max-width : 767px) {
    .pull-left-xs {
        float: left !important;
    }

    .pull-right-xs {
        float: right !important;
    }

    .margin-right-xs {
        margin-right: 5%;
    }

    .margin-bottom-xs {
        margin-bottom: 5%;
    }

    .margin-top-xs {
        margin-top: 20px;
    }

    .btn-height-xs {
        height: 50px;
    }
}

/* media para sm */
@media (min-width: 768px) and (max-width: 991px) {
    .pull-left-sm {
        float: left !important;
    }

    .pull-right-sm {
        float: right !important;
    }

    .margin-right-sm {
        margin-right: 5%;
    }

    .margin-bottom-sm {
        margin-bottom: 5%;
    }

    .margin-top-sm {
        margin-top: 20px;
    }

    .btn-height-sm {
        height: 50px;
    }
}

/* media para md */
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-left-md {
        float: left !important;
    }

    .pull-right-md {
        float: right !important;
    }

    .margin-right-md {
        margin-right: 5%;
    }

    .margin-bottom-md {
        margin-bottom: 5%;
    }

    .margin-top-md {
        margin-top: 20px;
    }

    .btn-height-md {
        height: 50px;
    }
}

/* media para lg */
@media only screen and (min-width : 1200px) {
    .pull-left-lg {
        float: left !important;
    }

    .pull-right-lg {
        float: right !important;
    }

    .margin-right-lg {
        margin-right: 5%;
    }

    .margin-bottom-lg {
        margin-bottom: 5%;
    }

    .margin-top-lg {
        margin-top: 20px;
    }

    .btn-height-lg {
        height: 50px;
    }
}

.oculto-INS {
    display: none;
}

.oculto-UPD {
    display: none;
}

.oculto-DLT {
    display: none;
}

.oculto-AUT {
    display: none;
}

.oculto-REA {
    display: none;
}
