﻿::-webkit-input-placeholder {
  text-align: left;
}

:-moz-placeholder { /* Firefox 18- */
  text-align: left;
}

::-moz-placeholder {  /* Firefox 19+ */
	text-align: left;
}

:-ms-input-placeholder {
  text-align: left;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

body{
  background-image: url('Background.jpg');
  /*box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.5);*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Nunito Sans';
  text-align: center;
  margin: 0px 10px 0px 10px;
}

.PageHeader{
  width: 100%;
  color: white;
  /*align: center;*/
  margin-bottom: 40px;
  text-align: center;
  margin: 0 auto;
  margin: 20px 0px 40px 0px;
}

.PageHeader table{
  color: white;
  width: 1300px;
  padding: 10px 115px 0px 115px;
}

.PageHeader #LogoUPMEContainer{
  width: 140px;
}  

.PageHeader #LogoUPME{
  height: 100px;
  align-items: center;
}

.PageHeader #CalcTitle{
  height: 100px;
  background-color: transparent;
  vertical-align: middle;
  text-align: left;
  padding-left: 2%;
}

.PageHeader h1{
  padding: 0px;
  margin: 0px;
}

.PageHeader table td #CalcTitle{
    vertical-align: middle;
    text-align: center;
}

.Workspace{
  width: 1300px;
  margin: auto;
}

.Container{
  margin: auto;
  align: center;
  text-align: center;
  display: flex;
}

.ITCalc{
  font-family: 'Nunito Sans';
  font-size: 14px;
  flex:40%;
  margin-right: 20px;
}

.ITCalc table{
  font-size: 28px;
  width: 80%;
  align: center;
  margin: 0 auto;
  padding: 50px 25px;
  border-radius: 25px;
  color: white;
  background-color: rgb(38 38 38 / 40%);
  width: 500px;
  height: 500px;
}

.ITCalc table input{
  width: 100%;
  width: 100%;
  border: none;
  background-color: white;
  background-image: url('Cop.svg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: 80%;
  /*padding-left: 50px;*/
  padding: 12px 20px 12px 50px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.ITCalc table input::placeholder{
  font-weight: normal;
}

.ITCalc table input:focus {
  background-color: rgba(192, 194, 0, 1);
}

.ITCalc table #Result_UVT, #Price_UVT{
  font-family: Arial, sans-serif, monospace;
  font-size: 80%;
  border: none;
  width: 100%;
  padding: 14px 20px;
  border-spacing: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  display: grid;
  color: rgba(107, 143, 35, 1);
  background-color: white;
}

.ITCalc table #Price_COP{
  border: none;
	width: 100%;
	border-spacing: 20px;
	border-radius: 4px;
	background-color: white;
	background-image: url('Cop.svg');
	background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: 80%;
  padding: 12px 20px 12px 50px;
  font-weight: bold;
  text-align: left;
	box-sizing: border-box;
	border-radius: 4px;
	display: grid;
	color: #26262694;
}

.ITCalc table a{
  font-size: 50%;
  text-align: justify;
  display: block;
}

.ITCalc button{
  font-family: Arial, sans-serif, monospace;
  background-color: #B8FF65;
  color: #262626;
  width: 100%;
  padding: 16px 32px;
  font-size: 80%;
  display: inline-block;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  transition-duration: 0.4s;
  font-weight: 600;
}

.ITCalc button:hover{
  background-color: rgba(107, 143, 35, 0.6);
  color: white;
}

.ITCalc button:active{
  background-color: white;
  color:black;
}

.ITCalc table span{
  font-size: 60%;
  text-align: right;
  display: block;
}

.ITCalc table p{
  font-size: 20px;
  margin: auto;
}

.Container #UVT{
  text-align: left;
  display: block;
  width: 500px;
  margin: auto;
  margin-top: 15px;
  padding: 10px 0;
  text-shadow: gray 2px 0 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  color: white;
  background-color: transparent;
}

.Container #Disclaimer{
  color: white;
  background-color: rgba(38, 38, 38, .4);
  text-align: justify;
  display: block;
  width: 500px;
  margin: auto;
  margin-top: 15px;
  padding: 28px;
  border-radius: 25px;
}

.Container .getCertificate{
  color: white;
  background-color: rgba(38, 38, 38, .4);
  width: 500px;
  margin: auto;
  padding: 28px;
  text-align: justify;
  border-radius: 25px;
  margin-top: 15px;
}

.Container .getCertificate #getCertificateTitle{
  padding-top: 0px;
  text-align: center;
}

.Container .getCertificate #getCertificateText{
  padding-bottom: 0px;
  text-align: justify;
}

#Link{
  color: #B8FF65;
  font-weight: bolder;
}

#Link2{
  color:  #B8FF65;
  /*font-weight: bolder;*/
}

/* Procedimiento de cálculo*/

.Procedure{
  flex: 50%;
  width: 50%;
  color: white;
  background-color: rgba(38, 38, 38, .4);
  border-radius: 25px;
  align:center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Procedure table{
  color:white;
  font-family: Arial, sans-serif, monospace;
  width: 90%;
  align: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  border-collapse: collapse;
  border-radius: 0px;
  border: none;
  background-color: rgba(38, 38, 38, .5);
}

.Procedure #CalcTableHeader{
  color: #b8ff65;
  height: 40px;
  border-radius: 0px;
  background-color: rgba(38, 38, 38, .8);
  border-bottom: 2px solid white;
}

.Procedure #CalcTableRow{
  font-size: 14px;
  height: 30px;
  border-bottom: 2px solid white;
  border-radius: 14px;
  color: white;
}

.Procedure #CalcTable td:first-child{
  padding-left: 10px;
}

.Procedure #CalcTable td:first-child, th:first-child {
  border-radius: 0px 0 0 0px;
}

.Procedure #CalcTable td:last-child, th:last-child {
  border-radius: 0 0px 0px 0;
}

.Procedure #CalcTableRow:hover {
  background-color: rgba(107, 143, 35, 1);
  color: white;
}

.Procedure #spacer{
  background-color: none;
  padding: 2px;
  display: block;

}

.Procedure p{
  width: 90%;
  align: center;
  text-align: justify;
  margin: 0 auto;
}

.Procedure #Title{
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
  color: #b8ff65;

}

.Procedure #Text1{
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: left;
}

.Procedure #Text2{
  padding-top: 34px;
  padding-bottom: 10px;
  text-align: left;
}

.Procedure #steps{
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left;
  color: #B8FF65;
}

.CalcProcedure{
  width: 90%;
  align: center;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: rgba(38, 38, 38, .5);
}

.CalcProcedure:hover{
  border-color: rgba(192,194,0,1);
}

.CalcProcedure #stepProcedure{
  width: 90%;

}

.CalcProcedure #stepProcedure td{
  text-align: justify;
  padding-top:10px;
}


.Procedure tr #Equation{
  font-size: 14px;
}
