tbody[id^=div_detalle]{
	/* border: solid 15px lightgray; */
    border-radius: 5px;
}

.label_categoria{
	float: left;
	min-width: 30%;
    max-width: 30%;
    padding: 5px;
    /*border-bottom: solid 0.5px gray;*/
}

.field_categoria{
	float: left;
	min-width: 20%;
    max-width: 20%;
    padding: 5px;
    /*border-bottom: solid 0.5px gray;*/
}

.seccion{
	background-color: #e3e3e3;
}

div#sugarMsgWindow {
    width: auto !important;
    /* max-width: 850px; */
}

div[class=yui-ac-content]{
	width: auto !important;
}

MassUpdate td[type=multienum] {
	white-space: pre !important;
}

.list tr.oddListRowS1 td, .list tr.evenListRowS1 td{
	white-space: normal;
}

input[type=button][selected] {
    background: midnightblue;
    color: white !important;
}

span.mi_calendario {
    padding: 15px;
    background: lavender;
    border-radius: 5px;
    border: solid 0.5px lightgray;
}

span.calendarios_compartidos {
    padding: 15px;
    background: lavender;
    border-radius: 5px;
    border: solid 0.5px lightgray;
    margin-left: 10px;
}

.adicon {
    background: aqua;
    border: solid 0.5px;
    /*padding: 3px;*/
    padding-right: 2px;
    padding-left: 2px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
	width: 700px !important;
	z-index: 99999 !important;
}

.yui-ac-content{
	width: 250px !important;
}

.yui-ac-input {
   width: 250px !important;
}


.list.view.table tr.oddListRowS1 td[field="name"], .list.view.table tr.evenListRowS1 td[field="name"]{
	white-space: normal;
}

#sugarMsgWindow_c,#container_date_start_trigger_c,#container_date_end_trigger_c{
	z-index: 100004 !important;
}
#cal-edit_c{
	/*z-index: 99998 !important;*/
	z-index: 100003 !important;
}
#cal-edit_mask{
	z-index: 100002 !important;
}

#sugarMsgWindow_mask{
	z-index: 100001 !important;	
}
.list.view td[type=relate] {
    white-space: normal !important;
}
.list.view td[type=text] {
    white-space: normal !important;
}
#training_link,#about_link,#quickcreatetop,#desktop_notifications{
	display: none;
}

input[id^=detalle_dosis],input[id^=detalle_cantidad],input[id^=detalle_mezcla] {
    width: 80px;
}
#div_categorias img {
    padding: 3px;
}
button.producto {
    padding: 10px;
    border-radius: 10px;
    background:#3C8DBC;
    color :white;
    margin: 5px;
}
.act_item{
	float: left;
}

#service_group0addServiceLine{
	display: none;
}

#lineItems .product_part_number{
	display: none;
}
tr[id^=product_note_line]{
	display: none;
}

#EditView_tabs span.multiple {
    display: inline-block;
    min-width: 140px;
}

span.multiple.bloque {
    display: inline-block;
    padding: 0 25px;
    /*font-size: 12px;*/
    line-height: 30px;
    border-radius: 15px;
    background-color: #81BDA2;
    margin-right: 7px;
    margin-top: 5px;
}
span.multiple.bloque a {
    padding-left: 10px;
    color: #999;
    float: right;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
input[type=number]{
    width:50%;
    }
#cargarZonas{
    margin-right: 1%;
}

.custom-mapa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 0;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 18px rgba(56, 249, 215, 0.18), 0 1.5px 4px rgba(67, 233, 123, 0.10);
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: 
        background 0.18s cubic-bezier(.4,0,.2,1), 
        color 0.18s cubic-bezier(.4,0,.2,1), 
        box-shadow 0.18s cubic-bezier(.4,0,.2,1), 
        transform 0.12s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
    outline: none;
}
.custom-mapa-btn:hover, .custom-mapa-btn:focus {
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
    /* Un verde más intenso al hacer hover */
    background: linear-gradient(90deg, #34e89e 0%, #0fcd6b 100%);
    color: #fff;
    box-shadow: 0 8px 28px rgba(52, 232, 158, 0.25);
    border-color: #34e89e;
    transform: translateY(-2px) scale(1.03);
}
.custom-mapa-btn:active {
    transform: scale(0.97);
    box-shadow: 0 2px 8px rgba(56, 249, 215, 0.12);
}
.custom-mapa-btn:hover, .custom-mapa-btn:focus {
    background: #e3f2fd;
    color: #1565c0;
    border-color: #1565c0;
}
.custom-mapa-btn:hover, .custom-mapa-btn:focus {
    background: linear-gradient(90deg, #43e97b 0%, #43e97b 100%);
    box-shadow: 0 8px 28px rgba(33, 203, 243, 0.25);
    transform: translateY(-2px) scale(1.03);
}



@media (max-width:1000px){
    table#lineItems, table#LBL_EDITVIEW_PANEL1{
        display: table;
    }
    
    table#lineItems tbody, table#LBL_EDITVIEW_PANEL1 tbody{
        display: table-row-group;
    }

    table#lineItems tr, table#LBL_EDITVIEW_PANEL1 tr{
        display: table-row;
    }

    table#lineItems th, table#lineItems td, table#LBL_EDITVIEW_PANEL1 th, table#LBL_EDITVIEW_PANEL1 td{
        display: table-cell;
    }
 
     #detailpanel_4{
        /*display: none;*/
    } 

    table.edit.view td[scope="col"]{
        text-align: left !important;
        width: 100%;
        max-width: 100%;;
    }

    .info_producto {
        left: 0;
        right: auto;
        width: 98vh !important;
    }

    input[id^=detalle_cantidad]{
        width: 40px !important; 
    }

    #mobile_menu li{
        height: 60px !important;
        line-height: 20px !important;
        padding-top: 10px !important;
    }

    footer{
        display: block;
    }

    .serverstats, #copyrightbuttons {
        display: none;
    }

    #links{
        margin-bottom: 35px !important;
    }

    input[type="text"] {
          max-width :200px;  
      }

    /* input[type=number]{
    width:10%;
    } */
    tbody[id^=tabla_pc] td {
        display: inline-block !important;
        width: auto !important;
    }

    #detalleimg{
        max-height:10% !important;
    }
 }

 /* @media(max-width: 1000px){
    tbody[id^=tabla_pc] td {
        display: inline-block !important;
        width: auto !important;
    }
} */

