/** Estilos basicos del modulo TMrPayment */

body.TSearch_widget
{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #374151;
    background-color: #f9fafb;
    padding: 10px 0;
}

.TMP_border
{
    border: 1px solid rgba(0,0,0,.08);
    transition: box-shadow .15s ease, border-color .15s ease;
    overflow: hidden;
}

.TMP_border > div
{
    display: flex;
    align-items: stretch;
}

.TMP_border:hover
{
    border-color: rgba(0,0,0,.15);
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.TMP_borderTopHide
{
    border-top: 0px !important;
}

.TMP_border_left
{
    border-left: 1px solid rgba(0,0,0,.06)
}

.TMP_fontGeneral
{
    font-size:12px;
}

.TMP_fontOperacion
{
    font-size:10px;
}

.TMP_colorTexto
{
    color: rgb(76,76,76);
}

.TMP_colorTextoOK
{
    color: rgb(0,180,71)
}

.TMP_altoCelda
{
    min-height: 50px;
    /*max-height: 50px;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

.TMP_operacionOK
{
    background-color: #e8f8e8;
}

.TMP_operacionPTE
{
    background-color: #e3f2ff;
}

.TMP_operacionReembolso
{
    background-color: #fde8e6;
}

.TMP_operacionKO
{
    background-color: #fde8e6;
}

.TMP_operacionSB
{
    background-color: #fef9e0;
}

.TMP_svgOk svg
{
    fill:rgb(0,180,71)!important;
}

.TMP_svgParcial svg
{
    fill:rgb(158,158,158)!important;
}

.TMP_svgStanby svg
{
    fill:rgb(217,217,217)!important;
}

.TMP_resetList
{
    list-style-type: none;
    padding:0px;
    margin:0px;
}

.TMP_input
{
    width: 100%;
    border: 0px;
    height: 50px;
    padding-left: 10px;
}

.TMP_botonDevolver
{
    background-color: rgb(0,180,71);
    border-radius:15px;
    border:0px;
    color: white;
}

.TMP_botonCancelar
{
    background-color: red;
    border-radius:15px;
    border:0px;
    color: white;
}

.TMP_botonEnviar
{
    background-color: rgb(0, 139,198);
    border-radius:15px;
    border:0px;
    color: white;
}

.TMP_bgKO
{
    background-color: rgb(255, 70, 57);
    color: white;
}

.TExpAbstract_Modal .modal-header {
    background-color: #2c89c1!important;
    color: white!important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    padding-top: 12px;
    padding-bottom: 10px;
    cursor: move;
}

.TMP_lineHeightInitial
{
    line-height: initial!important;
}
.w-85{width:85%;}
.w-60{width:60%;}
.w-52{width:51.9%;}
.w-45{width:45%!important;}
.w-33{width:33.1%;}
.w-15{width:15%;}
.w-10{width:10%;}
.w-5{width:5%;}

.TMP_textoGris
{
    color:rgb(196,196,196);
}

.TMP_textoAzul
{
    color:rgb(0,139,198)!important;
}

.TMP_select
{
    background-image:url('https://mrplan.io/scr/templates/mod_b_00/modulos/TMrPayment/images/select.svg'); /*linear-gradient(45deg, transparent 50%, rgb(0, 0, 0) 60%), linear-gradient(135deg, rgb(0, 0, 0) 40%, transparent 50%) !important;*/
    background-position: calc(100% - 10px) center, calc(100% - 5px) 15px, 100% 0 !important;
    background-size: 12px 12px, 12px 12px !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #f9fafb!important;
    border-radius: 8px!important;
    padding: 10px 14px!important;
    width:100%!important;
    color:rgb(55,65,81);
    border: 1px solid #e5e7eb!important;
    height: auto!important;
    font-size: 13px!important;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.TMP_select:focus
{
    border-color: #93c5fd!important;
    box-shadow: 0 0 0 3px rgba(59,130,246,.1);
    outline: none;
}

.TMP_inputR,.TMP_textareaR
{
    width: 100%;
    border-radius: 8px;
    color: rgb(55,65,81)!important;
    padding: 10px 14px!important;
    border: 1px solid #e5e7eb!important;
    resize: none!important;
    background-color: #f9fafb;
    font-size: 13px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.TMP_inputR:focus,.TMP_textareaR:focus
{
    border-color: #93c5fd!important;
    box-shadow: 0 0 0 3px rgba(59,130,246,.1);
    outline: none;
    background-color: #fff;
}

.TMP_altoTexarea
{
    height: 112px;
}

.TMP_fontSpanTitulo
{
    font-size: 12px!important;
    padding-left: 5px;
    float: left;
    margin-bottom: 2px;
    color: rgb(123,123,123);
}

.TMP_fondoGrisRadiusTop
{
    background-color: rgb(239,239,239);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.TMP_fondoAzulRadiusBottom
{
    background-color: rgb(0,139,198);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 30px;
    padding: 10px 0px;
}

.TMP_SecundaryCurrency {
    font-size: 16px;
    opacity: 0.8;
}

.TMP_svgFlechaUp
{
    transform: rotate(-180deg);
}

.TMP_svgFlechaDown
{
    transform: rotate(180deg);
}

.TMP_bottonAddRequerimientos
{
    background: transparent;
    color: #2ebcfa;
    border: 0px;
    cursor: pointer;
}

.TMP_transaccionRequerimiento_lista_elemento_evnt
{
    background-color: white;
    padding: 2px;
}

.w-40
{
    width:40%;
}

.w-30
{
    width:30%;
}

.text-center
{
    text-align: center!important;
}

.cursor-pointer
{
    cursor: pointer;
}