﻿/*****************************
    MIS CLASES 
*****************************/
.sam_workarea {
    margin: auto;
    width: 100%;
    padding: 0px;
}

.hsize-3px {
    max-width: 300px;
}

.hsize-4px {
    max-width: 400px;
}

.hsize-5px {
    max-width: 500px;
}

.hsize-6px {
    max-width: 600px;
}

.hsize-7px {
    max-width: 700px;
}

.hsize-8px {
    max-width: 800px;
}

.hsize-9px {
    max-width: 900px;
}

.hsize-5prc {
    max-width: 50%;
}

.mobilsize {
    max-width: 610px;
}

.estado-autorizado {
    background-color: yellowgreen;
}
.estado-recibido {
    background-color: yellow;
}
.estado-none {
    background-color: white;
}
.ambiente-pruebas {
    background-color: lightgray;
}
.ambiente-produccion {
    background-color: yellowgreen;
}

.no-stretch {
    align-self: flex-start !important;
}

.label-smalltemp {
    font-size: 0.7rem;
    font-weight: 500;
    color: darkslategray;
}


/*************************************************/
/***  PORTADA   ****/
/*************************************************/
/* CONTENEDOR PADRE */
.split-wrapper {
    width: 100%;
    display: flex;
    justify-content: center; /* centra horizontal */
    align-items: center;  /*centra vertical */
}

.split-card {
    max-width: 700px;
    width: 100%;
    background: #ffffff;
    border-radius: 18px;
    display: flex;
    overflow: hidden;
}

.split-side {
    width: 50%;
    padding: 1rem;
    text-align: center;
}

.left-side {
    border-right: 1px solid #e9ecef;
}

.right-side {
    background-color: #f8f9fa;
}

/* --------- */
@media (max-width: 768px) {
    .split-card {
        flex-direction: column;
    }

    .split-side {
        width: 100%;
    }

    .left-side {
        border-right: none;
        border-bottom: 1px solid #e9ecef;
    }
}



/* CUADROS DE RESUMEN */
.small-box {
    position: relative;
    border-radius: 0.5rem;
    color: #fff;
    padding: 0.5rem;
    overflow: hidden;
    transition: transform .2s ease-in-out;
}

    .small-box:hover {
        transform: translateY(-3px);
    }

    .small-box .inner h3 {
        font-size: 1.6rem;
        font-weight: 400;
        margin: 0;
    }

    .small-box .inner p {
        font-size: 1.1rem;
        font-weight: 400;
        margin: 14px 0px 14px 0px;
    }

    .small-box .icon {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 3.8rem;
        opacity: 0.1;
    }

.small-box-footer {
    font-size: 0.9rem;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: .2rem .5rem .9rem .5rem;
    background: rgba(0,0,0,.1);
    color: #fff;
    text-decoration: none;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    margin: 0 -1rem -1rem -1rem;
}

    .small-box-footer:hover {
        background: rgba(0,0,0,.2);
    }

.bg-teal {
    background: linear-gradient(135deg, #17a2b8, #138496);
}

.bg-green {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.bg-yellow {
    background: linear-gradient(135deg, #ffc107, #e0a800);
    color: #212529;
}

.bg-red {
    background: linear-gradient(135deg, #dc3545, #b21f2d);
}

.bg-gray {
    background: linear-gradient(135deg, #9aa0a6, #7f868c);
}

/*************************************************/
/***  SWEET ALERT   ****/
/*************************************************/
.swal2-popup {
    margin: 0 0 0 0 !important;
    padding: 2px 2px 6px 3px !important;
    /*margin: 0 0.5em 0 0;*/
}

.swal2-icon {
    /*margin: 0 0 0 0 !important;*/
    /*margin: 0 0.5em 0 0;*/
}
