﻿body {
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}
.user {
    margin-top:15px;
    font-family:'Comic Sans MS';
    color:#fff;
}
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.shape2{    
	border-style: solid;
	border-width: 0 70px 40px 0; 
	float:right; 
	height: 0px; 
	width: 0px;
 
}
.offer2{
	background:#fff; border:1px solid #ddd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
	margin: 5px 0; 
	overflow:hidden;
}
/*.offer:hover {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform:rotate scale(1.1); 
    -webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }*/
.shape2 {
	border-color: #333333 #333333 #333333 #333333;
}
.offer2-radius{
	border-radius:7px;
}
border2-color: transparent #5cb85c transparent transparent;
}
.offer2-default {	border-color: #333333; }
.offer2-default .shape2{
	border-color: transparent #333333 transparent transparent;
}
 
 
.shape2-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); 
	-o-transform: rotate(360deg);
	-webkit-transform:rotate(30deg); 
	transform:rotate(30deg);
}	
.offer2-content{
	padding:0 20px 10px;
}
.modal-dialog{
  width:50%
}
.offer2-min {
    min-height:500px
}
.contenedor {
    width: 100%;
    display:flex;
    flex-direction:column;
}
.contenedor .titulo {
    justify-content:space-between;
}
.contenedor .ciudades {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.contenido {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
}
.contenido input {
    margin-left:10px;
}
.table {
    font-size:8px;
    font-family:Arial,sans-serif;
    border:1px solid #C0C0C0;
    width:100%;
    margin: 10px auto;
    border: none;
    
}
.td-back {
    background:#C0C0C0;
}
.table tr {
    border: 1px solid #C0C0C0;
    font-size:10px;
    font-family:Arial;
    text-align:center;  
}
/*.table tr:hover td {
    background:#373b3e;
    color:#fff;
    font-size:14px;
}*/
.table th {
    border: none;
    background:#7099e7;
    vertical-align:central;
    text-align:center;
}
.table td {
    border: none;
    padding:4px;
}
.Monitor {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.table-Solicitud {
    clear:both;
}
.table-Solicitud tr td {
    font-size:14px;
    
}
.table-Solicitud tr:hover {
    clear:both;
}
.carrito-cuadro {
    height:360px;
    padding:10px;
}
.modal-GP {
    overflow-y: scroll; 
    max-height: 95%; 
    min-height: 400px; 
    max-height: 650px; 
    margin-top: 50px; 
    margin-bottom: 50px; 
    width: auto;
}
.high {   
    width:100%;
    height:38px !important;
    margin:0px !important;
    margin-bottom:3px !important;
    /*padding:0px;*/
}
.modal-glg {
    width:100%;
    margin:auto;
}
.tabla-Pantalla {
    font-family:Arial;
    font-weight:bold;
    font-size:14px;    
    border: none;
    width:100%;
}
    .tabla-Pantalla td {
        height: 30px;
        border: none;
    }
    .tabla-Pantalla tr {        
        border: none;
    }
    .tabla-Pantalla th {
        border: none;
    }
.h6 {
    font-size:12px;
    font-family:Arial;
}
.top-left {
    margin-top:10px;
    margin-left:10px;
}
.top-right {
    position: fixed;
    top:30px;
    right:10px;
}
.top {
    margin-top: 10px !important;
}
.table-dispersion {
    font-size: 14px !important;
    font-family: Arial,sans-serif;
    border: 1px solid #C0C0C0;
    width: 100%;
    margin: 10px auto;
    border: none;    
}
    
.table-dispersion tr {       
    border: none;    
    font-size: 14px;    
    font-family: Arial;    
    text-align: justify;    
    }    
.table-dispersion th {     
    border: none;    
    background: #7099e7;    
    vertical-align: central;    
    text-align: center;
    }    
.table-dispersion td {        
    border: none;    
    padding: 4px;
    }    
.input {
        text-align:right;
        width:150px;
    }
.verde {
    background: #E7FFF1;
}
.rojo {
    background: #FF9696;
}
.disabled {
    opacity: .3;
    cursor:not-allowed;
}
.modal-xl {
    overflow-y: scroll;
    max-height: 85%;
    margin-top: 90px;
    margin-bottom: 90px;
    width: 90%;    
}
.alinear-derecha {
    text-align:right !important;
}
.no-Display {
    display:none;
}
.modal-contratista {
    min-height:400px !important;
}
.table-gpv th {
    text-align: center !important;
    background-color: #9CC2E5;
    color:#fff;
    font-size:14px; 
}

.table-gpv td {
    font-size: 12px;
    text-align: center ;
}
.row-style {
    margin-left: 20px;
    margin-right: 20px;
    height:400px;
}
.dis td {
    font-size: 12px;
    text-align: right !important;
}
.fa-trash-alt:hover {
    color: #f52121;
    cursor: pointer;
   
}
.fa-trash-alt {
    color: #C0C0C0;
    cursor:pointer;
}
.logo-fijo {
  width: 150px;         /* ancho fijo */
  height: 40px;         /* alto fijo */
  object-fit: contain;  /* mantiene proporciones */
  object-position: center; /* centra la imagen */
 
}