 /* Modificado por Iconosur.*/
  .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
 }
 .close:hover,
 .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
 }
 button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
 }
 .modal-open {
	overflow: hidden;
 }
 body .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000000;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
 }
 .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
		  -o-transition:      -o-transform .3s ease-out;
			  transition:         transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
		 -ms-transform: translate(0, -25%);
		  -o-transform: translate(0, -25%);
			  transform: translate(0, -25%);
 }
 .modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
		 -ms-transform: translate(0, 0);
		  -o-transform: translate(0, 0);
			  transform: translate(0, 0);
 }
 .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
 }
 .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
 }
 .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
			  background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
			  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
 }
 .modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000;
 }
 .modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
 }
 .modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
 }
 .modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
 }
 .modal-header .close {
	margin-top: -2px;
 }
 .modal-title {
	margin: 0;
	line-height: 1.42857143;
 }
 .modal-body {
	position: relative;
	padding: 15px;
 }
 .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
 }
 .modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
 }
 .modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
 }
 .modal-footer .btn-block + .btn-block {
	margin-left: 0;
 }
 .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
 }
#modal_login .btn-enter {
	background-color: var(--ch-color_primary);
}
 @media (min-width: 768px) {
	.modal-dialog {
	  width: 600px;
	  margin: 30px auto;
	}
	.modal-content {
	  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
				 box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
	  width: 300px;
	}
 }
 @media (min-width: 992px) {
	.modal-lg {
	  width: 900px;
	}
 }

 /* .clearfix:before,
 .clearfix:after, */
 .dl-horizontal dd:before,
 .dl-horizontal dd:after,
 /* .container:before, */
 /* .container:after, */
 /* .container-fluid:before,
 .container-fluid:after, */
 /* .row:before,
 .row:after, */
 .form-horizontal .form-group:before,
 .form-horizontal .form-group:after,
 .btn-toolbar:before,
 .btn-toolbar:after,
 .btn-group-vertical > .btn-group:before,
 .btn-group-vertical > .btn-group:after,
 .nav:before,
 .nav:after,
 .navbar:before,
 .navbar:after,
 .navbar-header:before,
 .navbar-header:after,
 .navbar-collapse:before,
 .navbar-collapse:after,
 .pager:before,
 .pager:after,
 .panel-body:before,
 .panel-body:after,
 .modal-footer:before,
 .modal-footer:after {
	display: table;
	content: " ";
 }
 /* .clearfix:after, */
 .dl-horizontal dd:after,
 /* .container:after, */
 /* .container-fluid:after, */
 /* .row:after, */
 .form-horizontal .form-group:after,
 .btn-toolbar:after,
 .btn-group-vertical > .btn-group:after,
 .nav:after,
 .navbar:after,
 .navbar-header:after,
 .navbar-collapse:after,
 .pager:after,
 .panel-body:after,
 .modal-footer:after {
	clear: both;
 }
 .center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
 }
 .pull-right {
	float: right !important;
 }
 .pull-left {
	float: left !important;
 }
 .hide {
	display: none !important;
 }
 .show {
	display: block !important;
 }
 .invisible {
	visibility: hidden;
 }
 .text-center {
	text-align: center;
 }
 .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
 }
 .hidden {
	display: none !important;
	visibility: hidden !important;
 }
 .affix {
	position: fixed;
 }
 @-ms-viewport {
	width: device-width;
 }

 fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
 }
 legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
 }
 label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
 }
 input[type="search"] {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			  box-sizing: border-box;
 }
 input[type="radio"],
 input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	display: inline-block;
 }
 input[type="file"] {
	display: block;
 }
 input[type="range"] {
	display: block;
	width: 100%;
 }
 select[multiple],
 select[size] {
	height: auto;
 }
 input[type="file"]:focus,
 input[type="radio"]:focus,
 input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
 }
 output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
 }
 .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 }
 .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
			  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
 }
 .form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
 }
 .form-control:-ms-input-placeholder {
	color: #999;
 }
 .form-control::-webkit-input-placeholder {
	color: #999;
 }
 .form-control[disabled],
 .form-control[readonly],
 fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
 }
 textarea.form-control {
	height: auto;
 }
 input[type="search"] {
	-webkit-appearance: none;
 }
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"] {
	  line-height: 34px;
	}
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
	  line-height: 30px;
	}
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
	  line-height: 46px;
	}
 }
 .form-group {
	margin-bottom: 15px;
 }
 .radio,
 .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
 }
 .radio label,
 .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
 }
 .radio input[type="radio"],
 .radio-inline input[type="radio"],
 .checkbox input[type="checkbox"],
 .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
 }
 .radio + .radio,
 .checkbox + .checkbox {
	margin-top: -5px;
 }
 .radio-inline,
 .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
 }
 .radio-inline + .radio-inline,
 .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
 }
 input[type="radio"][disabled],
 input[type="checkbox"][disabled],
 input[type="radio"].disabled,
 input[type="checkbox"].disabled,
 fieldset[disabled] input[type="radio"],
 fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
 }
 .radio-inline.disabled,
 .checkbox-inline.disabled,
 fieldset[disabled] .radio-inline,
 fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
 }
 .radio.disabled label,
 .checkbox.disabled label,
 fieldset[disabled] .radio label,
 fieldset[disabled] .checkbox label {
	cursor: not-allowed;
 }
 .form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
 }
 .form-control-static.input-lg,
 .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
 }
 .input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
 }
 select.input-sm {
	height: 30px;
	line-height: 30px;
 }
 textarea.input-sm,
 select[multiple].input-sm {
	height: auto;
 }
 .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
 }
 select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px;
 }
 textarea.form-group-sm .form-control,
 select[multiple].form-group-sm .form-control {
	height: auto;
 }
 .form-group-sm .form-control-static {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
 }
 .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
 }
 select.input-lg {
	height: 46px;
	line-height: 46px;
 }
 textarea.input-lg,
 select[multiple].input-lg {
	height: auto;
 }
 .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
 }
 select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
 }
 textarea.form-group-lg .form-control,
 select[multiple].form-group-lg .form-control {
	height: auto;
 }
 .form-group-lg .form-control-static {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
 }
 .has-feedback {
	position: relative;
 }
 .has-feedback .form-control {
	padding-right: 42.5px;
 }
 .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
 }
 .input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
 }
 .input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
 }

 .btn-lg,
 .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
 }
 .btn-sm,
 .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
 }
 .btn-xs,
 .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
 }
 .btn-block {
	display: block;
	width: 100%;
 }
 .btn-block + .btn-block {
	margin-top: 5px;
 }
 input[type="submit"].btn-block,
 input[type="reset"].btn-block,
 input[type="button"].btn-block {
	width: 100%;
 }
 /* .page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
 } */