/* Actualización de estilos */
.btn {border-radius: 0;}
.form-control {border-radius: 0;}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.navbar-default {
	padding-top:3px;
	padding-bottom:3px;
	background-image: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.container-fluid {
	 padding-right: 20px;
	 padding-left: 20px;
 }

.input-group-addon {border-radius: 0;}
.select2-container--default .select2-selection--single {border-radius: 0 !important; height: 34px !important; font-size:14px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 34px;}
.panel {
	margin-bottom: 20px;
	background-color: #efefef;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0px 20px;
}
.panel-default>.panel-heading {
	background-image: none;
	filter: none;
}
.panel-footer {
	padding: 10px 0 15px 0;
	background-color: transparent;
	border-top: none;;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.panel-body {padding: 20px 0;}
.navbar {margin-bottom: 0; border:none;}
.navbar-default {background-color: #f2f2f2;border-color: #f2f2f2;}
.ml-15px {margin-left:15px;}
.mt-15px {margin-top:15px;}
.mt-25px {margin-top:25px;}
.pl-0 {padding-left:0 !important;}
.modal-content {border-radius: 0;}
.nav-tabs>li>a {border-radius: 0;}
.alert {border-radius: 0;}