@font-face {
    font-family: 'OPTIFranklinGothic';
    src: url('../fonts/OPTIFranklinGothic-Medium.otf') format('opentype');
}
/*
.bordear
{
    Border-style : solid;
    Border-top-width : 1px;
    Border-right-width : 3px;
    Border-bottom-width : 3px;
    Border-left-width : 1px;
    Border-color : black;
}
.bordeSuave
{
    Border-width : 1px;
    Border-color : silver;
    Border-style : solid;
}
.bordeBlanco
{
    Border-style : solid;
    Background-color : white;
    Border-right-width : 3px;
    Border-bottom-width : 3px;
    Border-left-width : 1px;
    Border-top-width : 1px;
    Border-color : black;
}*/.tbMsgmsg{
    position:fixed;
    background-color:#C4E0F2;
    border-radius:6px;
    border:#168CCC solid 1px;
}
.tbMsg{
    position:fixed;
    background-color:#C4E0F2;
    border-radius:6px;
    border:#168CCC solid 1px;
}

.contTbMsg {
    z-index: 100;
    width: '350px';
    position: 'absolute';
    top: '20px';
    left: '30px';
    display: 'block';
}

.tbMsgNew {
    position: fixed;
    background-image: url('../imgs/msgs/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 350px;
    height: 120px;
}

.tbMsginfo{
    position:fixed;
    background-color:#C4E0F2;
    border-radius:6px;
    border:#1668CC solid 1px;
}
.tbMsgerror{
    position:fixed;
    background-color:#FF4F38;
    border-radius:6px;
    border:#CC1916 solid 1px;
}
.tbMsgalert{
    position:fixed;
    background-color:#FFE738;
    border-radius:6px;
    border:#CCA716 solid 0px;
}
.tbMsgalert th{
    padding-bottom:6px;
    padding-top:6px}
   
.tbMsgalert td div.cerrarMensaje{
    height:10px;
    width:10px;
    background-image:url(../imgs/cerrarAlerta.gif);
    background-repeat:no-repeat;
    background-size: 9px;}
   
.tbMsgprogreso{
    position:fixed;
    background-color:#77D83A;
    border-radius:6px;
   border:#16CC68 solid 0px;
}
.tbMsg th{
    font-weight:700;
}
TABLE.stats
{
    BACKGROUND : rgb(241 , 241 , 241);
    BORDER-COLLAPSE : collapse;
    dtable-layout : fixed;
    dborder : 1 solid rgb(99 , 154 , 206);
    dborder-left : 1 solid rgb(201 , 201 , 201);
    dborder-right : 1 solid rgb(201 , 201 , 201);
    Border-color : navy;
    Border-style : double;
}
TABLE.zone TD
{
    BORDER-RIGHT : rgb(207 , 207 , 210) 1px solid;
    BORDER-TOP : rgb(207 , 207 , 210) 1px solid;
    VERTICAL-ALIGN : top;
    BORDER-LEFT : rgb(207 , 207 , 210) 1px solid;
    WIDTH : 370px;
    BORDER-BOTTOM : rgb(207 , 207 , 210) 1px solid;
}
/* ######################
   # Clases de mensajes #
   ######################*/
.busc
{
    border : Black 1px Solid;
    Border-top-width : 1px;
    Padding-top : 10px;
    Padding-bottom : 10px;
    Padding-right : 2px;
    Padding-left : 55px;
    Border-color : black;
    Border-style : solid;
    Font-family : Sans-Serif;
    Font-size : 10pt;
    Font-weight : bold;
    Text-align : center;
    Background-image : url("../imgs/msgs/busca.gif");
    Background-repeat : no-repeat;
    Background-position : 10px;
    Background-color : aqua;
}
.work
{
    border : Black 1px Solid;
    Border-top-width : 1px;
    Padding-top : 10px;
    Padding-bottom : 10px;
    Padding-right : 2px;
    Padding-left : 75px;
    Border-color : black;
    Border-style : solid;
    Font-family : Sans-Serif;
    Font-size : 10pt;
    Font-weight : bold;
    Text-align : center;
    Background-image : url("../imgs/msgs/work.gif");
    Background-repeat : no-repeat;
    Background-position : 10px;
    Background-color : #ffffff;
}
 
.workNew{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #2491c4;
    background-image: url("../imgs/msgs/loader.gif");
    background-size: 65px 65px;
    background-repeat: no-repeat;
    background-position: 35px;
    padding-left: 30px;
    margin-bottom: 4px;
}
.alert{
    color:#c8b000;
    background-color:#FFF;
    font-family:Sans-Serif;
    font-size:10pt;
    font-weight:700;
    text-align:center;
    background-image:url(../imgs/msgs/alertaMin.gif);
    background-repeat:no-repeat;
    background-position:10px;
    border:solid #CCA716 0px;
    padding:15px;
    padding-left:50px;
}
.alertNew{
    font-family:Sans-Serif;
    font-size:10pt;
    font-weight:bold;
    color:#c8b000;
    text-align:center;
    background-image:url(../imgs/msgs/alertaMin.gif);
    background-repeat:no-repeat;
    background-position:10px;
    padding:15px;
    padding-left:50px;
}
 
.alertLogin{
    color:#c8b000;
    font-family:Sans-Serif;
    font-size:10pt;
    font-weight:700;
    text-align:left;
    background-image:url(../imgs/msgs/alertaMin.gif);
    background-repeat:no-repeat;
    background-position:0px;
    border:solid #CCA716 0px;
    padding:15px;
    padding-left:42px;
}
.info{
    background-color:#FFF;
    font-family:Sans-Serif;
    font-size:10pt;
    font-weight:700;
    text-align:center;
    background-image:url(../imgs/msgs/infoMin.gif);
    background-repeat:no-repeat;
    background-position:10px;
    border:solid #7B9DFF 0px;
    padding:15px;
    padding-left:50px;
}
.error{
    background-color:#FFF;
    font-family:Sans-Serif;
    font-size:10pt;
    font-weight:700;
    text-align:center;
    background-image:url(../imgs/msgs/errorMin.gif);
    background-repeat:no-repeat;
    background-position:10px;
    border:solid #FF260A 0px;
    padding:15px;
    padding-left:50px;
}
.msg{
    background-color:#FFF;
    font-family:Sans-Serif;
    font-size:10pt;
    font-weight:700;
    text-align:center;
    border:solid #7B9DFF 1px;
    padding:15px;
    padding-left:15px;
}
 
.msgNew{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'OPTIFranklinGothic';
    font-weight: bold;
    font-size: 10pt;
    color: #2491c4;
    padding:15px;
    padding-left:15px;
}

.load {
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size: 13pt;
    font-style: italic;
    color: #2491c4;
    background-image: url("../imgs/msgs/loaderNew.gif");
    background-size: 65px 65px;
    background-repeat: no-repeat;
    background-position: 38px;
    padding-left: 70px;
    margin-bottom: 4px;
    position: absolute;
}
/* Jpereyra, 29 de Agosto de 2024 - Se ajusta la posición del gif Loading */
/* Se agrega un position absolute porque por alguna razón en el resto de módulos, el mensaje no se muestra correctamente */
 
.tbMsgNew .closeBtn {
    position: absolute;
    top: 18px;
    right: 22px;  
    cursor: pointer;
    font-size: 11pt;
    font-weight: bold;
    color: rgba(36, 145, 196, 0.3);
    z-index: 100;
}
/* Se agrega un z-index 100 porque la "x" estaba por detrás del contenido del mensaje por ende no se podía clickear */
.closeBtn {
    padding: 1px;
    font-weight: bold;
    cursor: pointer;
}
/*
.load
{
    Font-family : Sans-Serif;
    Font-weight : bold;
    Font-size : 10pt;
    Color : black;
    Background-color : rgb(255 , 248 , 204);
    Border : 1px solid;
    Border-color : black;
    Padding-top : 2px;
    Padding-right : 2px;
    Padding-bottom : 2px;
    Padding-left : 2px;
    Height : 50px;
    Text-align : center;
    Background-image : url("../imgs/msgs/loader.gif");
    Background-repeat : no-repeat;
    Background-position : 10px;
    Margin-bottom : 4px;
    Border-style : groove;
}*/
.boxShadowmsg{
    zoom: 1;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#003EB2',Direction=135,Strength=4);
    -moz-box-shadow:2px 2px 8px 1px rgba(0,0,50,0.5);
    -webkit-box-shadow:2px 2px 8px 1px rgba(0,0,50,0.5);
    box-shadow:2px 2px 8px 1px rgba(0,0,50,0.5);
}
.boxShadowerror{
    zoom: 1;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#E00300',Direction=135,Strength=4);
    -moz-box-shadow:2px 2px 8px 1px rgba(224,3,0,0.75);
    -webkit-box-shadow:2px 2px 8px 1px rgba(224,3,0,0.75);
    box-shadow:2px 2px 8px 1px rgba(224,3,0,0.75);
}
.boxShadowinfo{
    zoom: 1;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#003EB2',Direction=135,Strength=4);
    -moz-box-shadow:2px 2px 8px 1px rgba(0,62,178,0.5);
    -webkit-box-shadow:2px 2px 8px 1px rgba(0,62,178,0.5);
    box-shadow:2px 2px 8px 1px rgba(0,62,178,0.5);
}
.boxShadowalert{
    zoom: 1;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#F7D400',Direction=135,Strength=4);
    -moz-box-shadow:2px 2px 8px 1px rgba(247,212,15,0.85);
    -webkit-box-shadow:2px 2px 8px 1px rgba(247,212,15,0.85);
    box-shadow:2px 2px 8px 1px rgba(247,212,15,0.85);
}
/* Historial de cambios: 
                       - Leonardo Froidevaux, 20/08/25 - ticket 270: Agrego estilos para modulo de Notificacion de empresas */
    #tbMail {
        border-collapse: collapse;
        width: 600px;
        background: #fff;
        border: 2px solid #0a4c6d;
        font-family: Arial, sans-serif;
		margin-top: 50px;
    }

    #tbMail tr:first-child td {
        background-color: #0a4c6d;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        border-bottom: none !important;
		font-size: 15px;
    }

    #tbMail td.label {
        font-weight: normal;
        color: #666;
        padding: 10px 5px 0 30px;
        text-align: left;
    }

    #tbMail input[type="text"],
    #tbMail textarea {
        width: 90%;
        padding: 8px;
        margin: 5px auto;
        display: block;
        border: 1px solid #ccc;
        border-radius: 3px;
        font-size: 14px;
    }
    #tbMail textarea { height: 150px; resize: none; }

    #tbMail .btn {
        background-color: #4a87a3;
        color: #fff;
        border: none;
        padding: 8px 15px;
        margin: 10px 5px;
        cursor: pointer;
        border-radius: 3px;
        font-weight: bold;
    }
    #tbMail .btn:hover { background-color: #3b6e84; }