﻿.body
{
    background-color: #FFFFFF;
    font-family: "Arial",Open Sans; 
    font-size: 14px;
}

.Content
{
	width:100%; 
}

.headercell
{
    color: #666666;
    font-weight: normal;
    font-size: 22px;
    font-family: "Arial",Open Sans; 
    padding-left: 0;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 20px;
    background: url(../Images/rayita-naranja.png) no-repeat left 2px;
}

.swal2-overflow {
    overflow-x: visible;
    overflow-y: visible;
}

.MainTable
{
	width:100%;
    font-family:"Arial",Open Sans; 
    font-size: 10pt; 
    background-color:#FFFFFF;
	margin-top: 0px;
}

.CellWhite
{
	height: 15px;
}

.SizesCell
{
	width:160px; 
}

.SizesCell_Bold
{
	width:160px;
    font-weight: bold; 
}

.SizesCell_One
{
	width:60px; 
}

.SizesCellProgress
{
	width:160px; 
}

.SizesCellControl
{
    float:left;
}


.TxtForm
{
	height:18px; 
}

.TxtMemo
{
	width:510px;
	height:100px; 
	font-family: "Arial",Open Sans; 
	font-size: 10pt;  
}

.Vehtxt
{
	width:90px;
	height:18px;  
}

.Td
{
	font-family: "Arial",Open Sans; 
	font-weight:bold;
	font-size: 10pt;          
}

.LblDescPrint
{
	text-align:left;
	font-weight:700;
	width:150px; 
	color:#000000;  
}

.LblPrint
{ 
	text-align:left;
	font-weight:700;
	width:350px;    
}

.PnelPrint
{
	border-color:#FFFFFF; 
	border-style:double;
	width:770px; 	    
}

.tdPrint
{
	text-align:justify;
	font-family: "Arial",Open Sans; 
    font-size: 10pt;   
}

.tdSizePrint_one
{
	width:80px; 	
}

.tdSizePrint_two
{
	width:125px; 	
}

.tdHtml
{
	width:250px; 
}

.tdLineHtml
{
	width:100%	
}

.MessageReqField {
    font-family: "Arial",Open Sans; 
    font-weight: bold;
    color: #00aef0; /*#264e72;*/
    font-size: 20px;
    float: left;
    padding: 0px 0px 0px 10px;
    margin-top:5px;
    width:65%;
}

.ColumUpload
{
    width:2%; 
}

.ColumUploadControl
{
    width:20%;
    float:left;
}

.ColumDescUpload
{
    width:12%;
}

.ColumControl
{
    float:left;
}

.SelectionControl
{
    float:left; 
    padding-right: 50px; 
    margin-top:10px;
}

/*****************************************************
 Progress..
******************************************************/
.loading
{
    font-family: "Arial",Open Sans; 
    font-size: 15pt;
    color: #264e72;
    font-weight: bold;
    /*border: 3px solid #96a019;*/
    /*width: 220px;
    height: 75px;*/
    display: none;
    position: fixed;
    background-color: #fcfcfc;
    z-index: 999;
    text-align: center;
    padding-top: 24%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/*****************************************************
    SignClient
 *****************************************************/

input#SignBtn {
    background: url(../Images/Firma.png);
    background-repeat: no-repeat;
    width:32px;
    height:32px;
    border: 0;
}    

input#ClearBtn {
    background: url(../Images/Cancelar1.png);
    background-repeat: no-repeat;
    width:32px;
    height:32px;
    border: 0;
}    

input#DoneBtn {
    background: url(../Images/grabar-cotizacion1.png);
    background-repeat: no-repeat;
    width:32px;
    height:32px;
    border: 0;
}  

.tablecanvas {
    width: 500px;
} 

.tdcanvas {
    padding-right: 170px;
} 

.tdInputSign {
    padding-right: 33%;
}

.tdInputSign1 {
    text-align: left;
} 

.canvas {
    height: 100px;
    width: 500px;
    border: 1px solid black;
}

.imagecanvas {
    display: none;
    Width:500px;
    Height: 100px;
}

.plan-tooltip-container .tooltiptext {
    visibility: hidden;
    width: 40%;
    /*opacity: 0.95;*/
    text-align: justify;
    background-color: #264e72;
    color: #fff;
    border-radius: 6px;
    padding: 1rem;
    position: absolute;
    z-index: 999;
    bottom: 120%;    
    font-size: 0.75rem;
}

    .plan-tooltip-container .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 15%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #264e72 transparent transparent transparent;
    }

.info-span {
    background-color: #264e72;
    border-radius: 50%;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.75rem;
    color: white;
}

.plan-tooltip-container:hover .tooltiptext {
    visibility: visible;
}

/*------------------------*/


.msg-tooltip-container .tooltiptext {
    visibility: hidden;
    position: absolute;
    z-index: 9999;
    width: 90%;
    opacity: 0.95;
    text-align: justify;
    background-color: #264e72;
    color: #fff;
    border-radius: 6px;
    padding: 1rem;
    bottom: 45%;
    font-size: 0.75rem;
}

    .msg-tooltip-container .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 15%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #264e72 transparent transparent transparent;
    }

.msg-tooltip-container:hover .tooltiptext {
    visibility: visible;
}

.swal2-icon {
    z-index:1;
}