/* Cambios */

body {
	font-size: 14px;
	overflow-x: hidden;
}
address, blockquote, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, ul, .h1, .h2, .h3, .h4, .h5, .h6, .alert, .breadcrumb, .carousel, .embed-responsive, .jumbotron, .lead, .list-group, .navbar, .pager, .page-header, .panel, .panel-group, .progress, .table, .thumbnail, .well, .media, .tab-content {
	margin: 0;
	margin-bottom: 15px;
}
hr {
	border-color: #e3e3e3;
	margin: 15px 0;
}
blockquote, .well {
	padding: 15px;
}
textarea {
	resize: none;
}
th {
	font-weight: normal;
}
textarea.form-control.form-control-textarea {
	height: 34px;
	overflow: hidden;
	overflow-wrap: normal;
	resize: none;
	white-space: pre;
}
.panel {
	background-color: transparent;
}
.panel-group .panel + .panel {
	margin-top: 15px;
}
.panel-group > .panel > .panel-collapse > .panel-footer {
	border-top: 1px solid transparent;
}
.thumbnail {
	padding: 5px;
}
.thumbnail .caption {
	padding: 10px;
}
.jumbotron {
	padding: 30px 15px;
}
.media-left, .media > .pull-left {
	padding-right: 15px;
}
.pagination {
	margin: 0;
	margin-bottom: 10px;
}
.help-block {
	font-size: 80%;
	margin-bottom: 0;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	color: inherit;
}
.progress {
	height: 15px;
}
.progress-bar {
	font-size: inherit;
	line-height: 15px;
}
.navbar-toggle .icon-bar {
	width: 15px;
}
.nav-tabs > li > a {
	color: #555555;
	margin-right: 3px;
	padding: 6px 15px;
}
.nav-tabs > li:last-child > a {
	margin-right: 0;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover, {
	border-color: #e3e3e3;
}
.tab-content {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
	border-top: 0;
	padding: 15px;
}
.tooltip-inner {
	padding: 5px 10px;
}
.modal-dialog {
	margin: 15px;
}
.close {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}
.dropdown-menu .divider {
	margin: 5px 0;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a,
.dropdown-menu > li > a,
.dropdown-header {
	padding: 3px 12px;
}
.modal-footer .btn + .btn {
	margin-left: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=80);
	opacity: .8;
}
.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > a,
.pagination > .disabled > span {
	line-height: 1.35;
}
.table {
	background-color: #fff;
}
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 1px solid transparent;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}
.table-responsive {
	overflow-y: hidden;
}
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
	white-space: normal;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive, .thumbnail a > img,
.thumbnail > img {
	width: 100%;
}
.form-control {
	font-size: inherit;
	font-weight: normal;
}
.table-display > .thead > .tr,
.table-display > .tbody > .tr,
.table-display > .tfoot > .tr {
	margin-bottom: 15px;
}
.table-display > .thead > .tr:last-child,
.table-display > .tbody > .tr:last-child,
.table-display > .tfoot > .tr:last-child {
	margin-bottom: 0;
}
.table-display > .thead > .tr > .th,
.table-display > .tbody > .tr > .th,
.table-display > .tfoot > .tr > .th {
	font-weight: bold;
}	
@media (min-width: 768px) {
	.jumbotron {
		padding: 45px 60px;
	}
	.modal-dialog {
		margin: 15px auto;
	}
	.table-display {
		display: table;
	}
	.table-display > .thead,
	.table-display > .tbody,
	.table-display > .tfoot {
		display: table-row-group;
	}
	.table-display > .thead > .tr,
	.table-display > .tbody > .tr,
	.table-display > .tfoot > .tr {
		display: table-row;
	}
	.table-display > .thead > .tr > .th,
	.table-display > .thead > .tr > .td,
	.table-display > .tbody > .tr > .th,
	.table-display > .tbody > .tr > .td,
	.table-display > .tfoot > .tr > .th,
	.table-display > .tfoot > .tr > .td {
		display: table-cell;
		padding-bottom: 5px;
		vertical-align: top;
	}
	.table-display > .thead > .tr:last-child > .th,
	.table-display > .thead > .tr:last-child > .td,
	.table-display > .tbody > .tr:last-child > .th,
	.table-display > .tbody > .tr:last-child > .td,
	.table-display > .tfoot > .tr:last-child > .th,
	.table-display > .tfoot > .tr:last-child > .td {
		padding-bottom: 0;
	}
	.table-display > .thead > .tr > .th:first-child,
	.table-display > .thead > .tr > .td:first-child,
	.table-display > .tbody > .tr > .th:first-child,
	.table-display > .tbody > .tr > .td:first-child,
	.table-display > .tfoot > .tr > .th:first-child,
	.table-display > .tfoot > .tr > .td:first-child {
		padding-right: 15px;
	}
}

/* Nuevos */

.pull-right-container {
	padding-right: 45px !important;
}
.pull-right-container .pull-right {
	float: none !important;
	position: absolute;
	right: 15px;
	top: 50% !important;
	transform: translateY(-50%);
}
.pull-left-container {
	padding-left: 45px !important;
}
.pull-left-container .pull-left {
	float: none !important;
	left: 15px;
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%);
}
.has-feedback .form-control {
	padding-right: 33px !important; 
}
.has-feedback select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.has-feedback input::file-selector-button {
	padding: 0;
	margin: 0;
	width: 0;
	border: 0;
	opacity: 0;
}
.translate {
	display: block;
	left: -10000px;
	opacity: 0;
	position: absolute;
	top: -10000px;
}
.width-xs {
	min-width: 64px;
}
.width-sm {
	min-width: 128px;
}
.width-md {
	min-width: 256px;
}
.width-lg {
	min-width: 384px;
}
.width-xl {
	min-width: 512px;
}
.height-xs {
	min-height: 64px;
}
.height-sm {
	min-height: 128px;
}
.height-md {
	min-height: 256px;
}
.height-lg {
	min-height: 384px;
}
.height-xl {
	min-height: 512px;
}
.column-collapse {
	width: 5px;
}
.bg-transparent{
	background-color: transparent !important;
}
.border-transparent{
	border-color: transparent !important;
}

/* Componentes */

input[type='checkbox'], input[type='radio'] {
	position: relative;
	width: 14px;
	height: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='checkbox']::after, input[type='radio']::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	cursor: pointer;
}
input[type='checkbox']::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==);
	border-radius: 4px;
}
input[type='radio']::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmZmJy8+PC9zdmc+);
	border-radius: 50%;
}
input[type='checkbox']:indeterminate::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBoOCcvPjwvc3ZnPg==);
}
input[type='checkbox']:focus::after, input[type='radio']:focus::after {
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}
input[type='checkbox']:checked::after, input[type='radio']:checked::after, input[type='checkbox']:indeterminate::after {
	background-color: #007bff;
	border-color: #007bff;
}
input[type='checkbox']:disabled, input[type='radio']:disabled {
	opacity: 0.5;
	cursor: default;
}
input[type='checkbox'], input[type='radio'] {
	margin-top: 0;
	margin-bottom: -2px;
}
.checkbox input[type='checkbox'], .radio input[type='radio'] {
	margin-top: 3px;
	margin-bottom: 0;
}
.checkbox, .radio {
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: auto;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 0;
}
.checkbox + .checkbox, .radio + .radio {
	margin-top: 5px;
}
.form-inline .checkbox + .checkbox, .form-inline .radio + .radio {
	margin-top: 0;
}

/* Extensiones */

.mdi:before {
	line-height: 0;
}
.mdi.mdi-18px:before {
	margin-left: -1px;
	vertical-align: -2px;
}
.mdi.mdi-24px:before {
	margin-left: -2px;
	vertical-align: -4px;
}
.mdi.mdi-36px:before {
	margin-left: -3px;
	vertical-align: -9px;
}
.mdi.mdi-48px:before {
	margin-left: -4px;
	vertical-align: -14px;
}