﻿@font-face {
    font-family: 'PP TelegrafR';
    src: url('PPTelegraf-Regular.woff2') format('woff2'),
        url('PPTelegraf-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
}

body {
    font-family: 'PP TelegrafR', Helvetica;
    color: #383838;
    height: 100%;
}


.box
{
    border-color:#002D74;
    border-style:solid;
    border-width:0;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    width:600px;
    background-color: White;
    box-shadow: 1px 1px 3px #bebebe;
}

h1 
{
    font-family: 'PP TelegrafB', Helvetica;
    color:#FFA400;
}

.boxGrid
{
    border-color:#002D74;
    border-style:solid;
    border-width:0px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    width:95%;
    background-color: White;
    box-shadow: 1px 1px 3px #bebebe;
}

.btn-isg
    {
        font-family: 'PP TelegrafR', Helvetica;
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        background-color: #002D74;
        padding: 10px 30px;
        border: solid #f05cbc 0px;
        box-shadow: none;
        border-radius: 10px;
        /*transition : 500ms;
        transform: translateY(0);*/
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        text-transform: uppercase;
    }

.btn-isg:hover {
        /*transition : 500ms;*/
        padding: 10px 30px;
        /*transform : translateY(-0px);*/
        background-color: #002D74;
        color: #FFA400;
        border: solid 0px #f05cbc;
    }
    
.titgrid
{
    color:#383838;
    font-size:larger;
    font-weight:bold;
}

.btnflyes
    {
        font-family: 'PP TelegrafR', Helvetica;
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        background-color: #002D74;
        padding: 5px 15px;
        border: solid #002D74 2px;
        box-shadow: none;
        border-radius: 10px;
}

.btnflno
    {
        font-family: 'PP TelegrafR', Helvetica;
        font-weight: 500;
        font-size: 14px;
        color: #383838;
        background-color: white;
        padding: 5px 10px;
        border: solid gray 1px;
        box-shadow: none;
        border-radius: 10px;
}

.btnflno:hover
    {
        padding: 5px 10px;
        color: black;
        border: solid #002D74 2px;
    }
    
.Txtstyle2[type=text], textarea 
{         
    font-family: 'PP TelegrafR', Helvetica;
    transition: all 0.30s ease-in-out;         
    outline: none;         
    border-bottom: 1px solid lightgray;  
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    /*font-size:larger;       */
    color:#253080;
}

.Txtstyle2[type=text]:focus, textarea:focus 
{         
    /*box-shadow: 2px 2px 12px gray;         */
    border-bottom: 1px solid #FFA400;      
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;   
}
   
.Txtstyle3
{               
    font-family: 'PP TelegrafR', Helvetica;
    outline: none;         
    border-bottom: 1px solid ligthgray;  
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;  
    /*font-size:larger;       */
    color:#253080;
} 

.TxtstyleMail
{               
    font-family: 'PP TelegrafR', Helvetica;
    outline: none;         
    border: 0px solid #002D74;  
    /*font-size:larger;       */
    color:#253080;
} 
   
.lbstyle
{               
    font-family: 'PP TelegrafR', Helvetica;
    outline: none;         
    color:#253080;
} 
    
.tdbottom 
   {
       border-bottom:1px solid #e1e6f0;
   }
   
   a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #9e9e9e;
  
}

.dropsin
{
    font-family: 'PP TelegrafR', Helvetica;
    border: 0px solid gray;
    color: #002D74;
}
.mycheckbox td
{
    font-family: 'PP TelegrafR', Helvetica;
   border-left:4px solid #002D74;
   line-height:30px;   
   width: 33%;
   vertical-align:top;
}

.mycheckbox td label
{
    font-family: 'PP TelegrafR', Helvetica;
    line-height:30px;
    color: lightgray;
    margin-left: 3px;
} 

.mycheckbox:checked
{
    font-family: 'PP TelegrafR', Helvetica;
   border-left:2px solid #002D74;
   line-height:30px;   
   width: 33%;
}



.Upbtn
    {
        font-family: 'PP TelegrafR', Helvetica;
        background-color:white;
        color: #9e9e9e;
        border: 1px solid lightgray;
        /*font: Verdana 10px;*/
        padding: 1px 4px 1px 1px;
    }
   
.btnUP
    {
        font-family: 'PP TelegrafR', Helvetica;
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        background-color: #002D74;
        padding: 5px 10px;
        border: solid #f05cbc 0px;
        box-shadow: none;
        /*border-radius: 10px;*/
        /*transition : 500ms;
        transform: translateY(0);*/
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        text-transform: uppercase;
    }

.btnUP:hover
    {
        /*transition : 500ms;*/
        padding: 5px 5x;
        /*transform : translateY(-0px);*/
        background-color: #002D74;
        color: #FFA400;
        border: solid 0px #f05cbc;
    }

.mydict {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

    .mydict input[type="radio"] {
        display: none;
    }

    .mydict label {
        padding: 8px 18px;
        border: 1px solid #cfcfcf;
        background-color: #fff;
        cursor: pointer;
        font-size: 14px;
        color: #333;
        user-select: none;
        margin: 0;
    }

        .mydict label + input + label {
            border-left: none;
        }

    .mydict input[type="radio"]:checked + label {
        background-color: #eaf1ff;
        border-color: #2f6bff;
        color: #2f6bff;
        border-left: 1px solid #2f6bff; /* 🔑 clave */
        z-index: 2;
    }

    .mydict label:first-of-type {
        border-radius: 6px 0 0 6px;
    }

    .mydict label:last-of-type {
        border-radius: 0 6px 6px 0;
    }

.modal-section {
    margin-top: 18px;
}

.modal-section-title {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    display: block;
}

.work-area {
    background-color: #f8f9fb;
    min-height: calc(100vh - 60px); /* 60px = header superior */
    width: 100%;
    padding-bottom: 40px;
}

.fecha-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .fecha-control .fecha-input {
        width: 120px !important;
        display: inline-block !important;
        text-align: center;
    }

.fecha-control .fecha-btn {
        border: none;
        background: transparent;
        padding: 0;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
    }

.dashboard-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dashboard-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border-radius: 18px;
    box-shadow: 1px 1px 6px #d8dde8;
    padding: 22px 26px;
}

.dashboard-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid #eef1f6;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.dashboard-kicker {
    color: #002D74;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.dashboard-range {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-range-text {
    color: #383838;
    font-size: 28px;
    font-weight: 600;
}

.dashboard-arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8dfec;
    border-radius: 50%;
    background-color: #fff;
    color: #002D74 !important;
    font-size: 18px;
}

.dashboard-arrow:hover {
    background-color: #f5f8ff;
    color: #FFA400 !important;
}

.dashboard-total-wrap {
    min-width: 120px;
    text-align: right;
}

.dashboard-total-label {
    display: block;
    color: #8e97aa;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}

.dashboard-total {
    color: #002D74;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.dashboard-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fb;
    border-radius: 12px;
    padding: 12px 16px;
}

.dashboard-sucursal {
    color: #383838;
    font-size: 15px;
}

.dashboard-count {
    color: #002D74;
    font-size: 22px;
    font-weight: 700;
}
