#pagePTCalculator {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	margin: auto;
	max-width: 1367px;
	/*padding:96px 32px;*/
	padding: 66px 16px;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;

}


/********************************************************************************/
#selectStructureType,
#btnCalculate {
	background-color: #095285;
}

/********************************************************************************/
/* Select Structure Type */
#selectStructureType {
	font-family: 'Roboto Condensed';
	font-weight: 800;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
	color: #fff;
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	/*padding-left: .5rem;*/
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	box-sizing: border-box;
	vertical-align: middle;

	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	/* Elimina la fecha del select*/
	/*-webkit-appearance: none;*/
	/*-moz-appearance: none;*/
	/*appearance: none;*/
	/* Elimina la fecha del select*/
}

#selectStructureType option {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	/*font-size: 14px;*/
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1em;
	background-color: #8c99a6;
	-ms-background: #8c99a6;
	white-space: pre;
	-ms-white-space: pre;
	display: block;
}

/*#selectStructureType:focus::-ms-value {
  color: #495057;
  background-color: yellow;
}*/
/********************************************************************************/
#btnCalculate {
	font-family: 'Roboto Condensed';
	font-weight: 800;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

/********************************************************************************/
#paremetersStructureType p {
	margin-bottom: 0px;
}

/********************************************************************************/
.select-center {
	/* padding-left: 48%; */
	text-align-last: center;
}

option.select-center {
	/* padding-left: 48%; */
	text-align-last: center;
}

/******************************************************************************/
/*col-form-label font-weight-bold kline-text*/
#collapseInputs form label {
	padding-bottom: 0px;
}

/********************************************************************************/
.ll-card-header {
	background-color: #878787;
}

.ll-btn-header {
	font-family: 'Roboto Condensed';
	font-weight: 800;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
	color: #fff;
}

.ll-card-body {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
}

.ll-btn-link:hover {
	/*color: #095285;*/
	color: #fff;
	text-decoration: underline;
}

/********************************************************************************/
#ContentUserPTCalculatorDropdown {
	width: 205px;
	/*margin-right: auto; margin-left: auto;*/
	/*background-color: yellow;*/
}

#ContentUserPTCalculatorDropdown a.dropdown-toggle {
	/*color: #fff;*/
	color: #095286;
	font-size: 21px;
	padding-right: 5px;
}

/********************************************************************************/
/* Si la anchura tiene un maximo 767px */
/*@media only screen and (max-width:767px){
	#pagePTCalculator{padding:32px; background-color: red;}
}*/
/********************************************************************************/
/* Si la anchura tiene un maximo 640px */
@media only screen and (max-width:640px) {
	#pagePTCalculator {
		padding: 40px 20px;
		/*background-color: green;*/
	}
}

/********************************************************************************/
/*@media only screen and (min-width:768px){
	#ContentUserPTCalculatorDropdown {
		position: fixed; top: 20%; right: 25px; width: 160px; z-index: 100;
		background-color: green;
	}
}*/
/********************************************************************************/