/* ======= Fonts ======= */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');

/* ======= General Styles ======= */

body {
	color: #333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
	background-color: #F6F6F6;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	display: table;
}

.no-scroll {
	overflow: hidden;
}

.table{
	margin-bottom: 0px !important;
}

.table > thead > tr > th{
	border-bottom: 1px solid #B73931;
	vertical-align: middle;
}

.table > tbody > tr > td{
	border-top: none;
}

/*Typography*/

p {
	font-size: 14px;
	color: #444444;
	/*line-height: 26px;*/
	transition: .5s;
}

.p-l {
	font-size: 16px;
	line-height: 30px;
}

.p-l-p {
	font-size: 14px;
	line-height: 30px;
}

/*Align*/

ul {
	margin: 0;
	padding: 0;
}

.h-80 {
	display: block;
	overflow: hidden;
	height: 80px;
}

.no-border {
	border: 0 !important;
}

.no-margin {
	margin: 0 !important;
}


/*Links*/

a {
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	transition: .5s;
}

th a{
	color: #DDDDDD;
}

a:hover,
a:focus {
	color: #B73931;
	text-decoration: none;
	outline: 0;
}

th a:hover{
	color: #DDDDDD;
	text-decoration: underline;
}

a.btn i.icon {
	font-size: 16px;
}

.btn-nx {
	background: #B73931;
	color: #fff;
	min-width: 170px;
	height: 50px;
	line-height: 45px;
	padding: 0;
	font-weight: 600;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 0px 20px;
}

.btn-sm {
	background-color: #B73931;
	color: #fff;
	font-size: 12px;
	width: 140px;
	font-weight: 600;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 5px 2px;
	margin-bottom: 1px;
	text-align: center;
	height: 30px;
}

.btn-sm-wide {
	background-color: #B73931;
	color: #fff;
	font-size: 12px;
	width: 180px;
	font-weight: 600;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 5px 8px;
	margin-bottom: 1px;
	text-align: center;
	height: 30px;
}

.btn-right{
	float: right !important;
}

.btn:hover,
.btn:focus,
.btn:active {
	background: #c94013;
	color: #fff;
	outline: 0;
}

.btn-no-bg {
	background: transparent;
	color: #333333;
}

.btn-no-bg:hover {
	background: transparent;
	color: #B73931;
}

button.btn {
	transition: .5s;
}

.btn-select {
	background: #fff !important;
	color: #333333 !important;
	min-width: 170px;
	height: 50px !important;
	line-height: 45px !important;
	padding: 0;
	font-weight: normal;
	border-radius: 2px;
	text-transform: none;
	padding: 0px 10px;
	border-color: #dddddd !important;
}

/*Tabs*/

.tabs {
	text-align: center;
}

ul.nav-tabs {
	border-bottom: 1px solid #E6DFDF;
}

ul.nav-tabs>li>a {
	padding: 10px 25px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #B73931;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #E6DFDF #E6DFDF #fff;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}
/*Forms*/

.form-control {
	height: 40px;
	background-color: #fff;
	border-radius: 2px;
	transition: .5s;
	border: 1px solid #ddd;
	box-shadow: 0 0 0;
	width: 100%;
	display: block;
	color: #495057;
}

.form-control:focus {
	outline: 0;
	box-shadow: 0 0 0;
	border-color: #B73931;
}

.white-form .form-control {
	border-color: #fff;
	box-shadow: 0 0 0;
	color: #333333;
	height: 50px;
	background: #fff;
}

.white-form textarea.form-control {
	height: 230px;
	resize: vertical;
}

.form-control:focus {
	background: #FDDED8;
	border-color: #EE9B8D;
}

.white-form .btn {
	width: 100%;
	background: #333333;
}

.white-form .btn:hover {
	background: #B73931;
}

textarea{
	border-color: #dddddd;
	padding: 10px;
}

input{
	border: 1px solid #dddddd;
	padding: 2px 10px;
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

/*General*/

.h1, h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 22px;
}

.h2, h2 {
	font-size: 20px;
}

.h3, h3 {
	font-size: 14px;
	font-weight: normal;
}

.h2, .h3, h2, h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.subtitle{
	font-size: 16px;
}

.text-muted{
	font-size: 14px;
}

.main-color {
	color: #B73931 !important;
}

.main-color2 {
	color: #333333;
}
.gray-color {
	color: #f8fafb;
}

.main-red {
	color: #df7848 !important;
}

.white-color {
	color: #fff;
}

.second-bg {
	background: #FBF1F1 !important;
}

.icon {
	padding-left: 10px;
	font-size: 10px;
}

.iconfa {
	padding-right: 5px;
	font-size: 14px;
	width: 20px;
	text-align: center;
}
.iconfa2 {
	padding-right: 4px;
	font-size: 15px;
	text-align: center;
	color: #333333;
}
.iconsocial {
	padding-right: 5px;
	font-size: 20px;
}
.start-price span.price {
	font-size: 20px;
}

.start-price span.per {
	font-size: 12px;
}

img.feature-star {
	position: absolute;
	top: 10px;
	right: 10px;
}

section {
	padding: 0px;
}

.title {
	padding-bottom: 70px;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.slick-slider {
	cursor: url(../images/drag.png) 16 9, ew-resize!important;
}

.slick-initialized .slick-slide:focus {
	outline: 0 !important;
}

img.m-auto {
	margin: 0 auto;
}


/*Dropdown menu*/

ul.dropdown {
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	overflow: hidden;
	border: 1px solid #FFE6E6;
	border-top: 3px solid #B73931;
	border-radius: 2px;
	display: none;
}

ul.dropdown li {
	width: 200px !important;
	margin: 0 !important;
	border-bottom: 1px solid #FFE6E6;
}

ul.dropdown li a {
	padding: 10px !important;
	background: #fff;
	color: #555555;
}

ul.dropdown li a:hover {
	background: #B73931;
	color: #fff;
}

ul.menu>li:hover ul.dropdown {
	display: block;
}

.open-menu {
	display: block !important;
}


/*Mega Menu*/

ul.mega-dropdwon li {
	width: 350px;
}

ul.mega-dropdwon li img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
	margin-top: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	float: left;
}

ul.mega-dropdwon li .text {
	display: table-cell;
}

ul.mega-dropdwon li a p b {
	font-weight: 600;
}

ul.mega-dropdwon li a p {
	font-weight: normal;
	margin-bottom: 0;
}

ul.mega-dropdwon li a:hover p {
	color: #fff !important;
}


/* ======= Preloader ======= */

div.preloader {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999999;
	margin-top: 0px;
	top: 0px;
	text-align: center;
}

ul.preloader {
	text-align: center;
	font-size: 0;
	width: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -22px;
}

ul.preloader li {
	display: inline-block;
	width: 20px;
	height: 20px;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	animation: colorbars 333ms alternate infinite cubic-bezier(0.2, 0, 0.5, 1);
}

.three {
	background: #B73931;
	border-radius: 10px;
}

ul.preloader li:nth-of-type(1) {
	animation-delay: 111ms;
}

ul.preloader li:nth-of-type(2) {
	animation-delay: 222ms;
}

ul.preloader li:nth-of-type(3) {
	animation-delay: 333ms;
}

ul.preloader li:nth-of-type(4) {
	animation-delay: 444ms;
}

ul.preloader li:nth-of-type(5) {
	animation-delay: 555ms;
}

@keyframes colorbars {
	to {
		-moz-transform: translateY(12px);
		-ms-transform: translateY(12px);
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
}

/* ======= Top Header ======= */

.top-header {
	background-color: #FFFFFF;
	border-bottom: 2px solid #B73931;
	height: 65px;
	margin-bottom: 10px;
}

.top-header .container:first-child ul {
	float: left;
}

.top-header .container ul:last-child {
	float: right;
}

/*.top-header .header-back ul:last-child {
	float: left !important;
}*/

.top-header a {
	font-size: 14px;
	display: block;
}

.top-header .container:first-child ul li {
	margin-right: 15px;
	position: relative;
	padding: 0;
}

.top-header .menu li {
	margin-right: 0 !important;
	margin-left: 15px;
}

.top-header ul.dropdown li {
	width: 150px;
}

.top-header ul.mini-contact i.icon{
	padding-right: 10px;
	font-size: 14px;
}

.top-header2 p {
	font-size: 14px;
	display: block;
	text-align: right;
	margin-bottom: 0px;
	line-height: 1.1;
}

.top-header2 .container{
	margin-top: 5px;
}

.listado-clientes label{
	margin-bottom: 0px !important;
}

/* ======= Header ======= */

.affix {
	border-bottom: 1px solid #FFF3F3;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 999;
}

header.navbar {
	margin-bottom: 0;
	min-height: 10px;
}

nav.navbar {
	margin: 0;
	float: right;
}

nav.navbar {
	min-height: auto;
}

header .icon {
	font-size: 8px;
	color: #B73931;
}

header a.logo {
	padding: 5px 0px;
	float: left;
}

header a.logo img {
	margin-right: 0px;
	float: left;
}

header a.logo .logo-txt {
	float: right;
}

header a.logo b {
	font-size: 18px;
	letter-spacing: 2px;
}

header a.logo span {
	font-size: 12px;
	font-weight: 500;
	color: #6a7483;
	margin-top: -5px;
}

header .menu li {
	padding: 0;
	margin-left: 20px;
	position: relative;
}

header .menu li a {
	padding: 15px 0px 15px 0px;
	display: block;
	text-align: left;
}

header ul.dropdown li.active a:hover {
	color: #fff !important;
}

header ul.mega-dropdwon li.active a p {
	color: #B73931;
}

/* ======= Login ======= */

.login_logo{
	display: inline-block;
	margin-right: 5px;
}

.login_slogan{
	width: 210px;
	font-size: 24px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	border-left: 5px solid #B73931;
	padding-left: 5px;
	color: #B73931;
}

#acceso{
	background-color: #FFFFFF;
	padding: 25px 50px;
	margin-top: 20%;
	border-radius: 10px;
	text-align: center !important;
}

#acceso h1, #acceso h2{
	text-align: center;
}


/* ======= Mobile Menu ======= */

a.mobile-menu-icon {
	padding-top: 25px;
	float: right;
}

a.mobile-menu-icon i.icon {
	font-size: 20px;
	padding: 0;
}

.mobile-menu {
	background-color: #B73931;
	top: 80px;
	left: 5px;
	right: 5px;
	z-index: 999;
	margin-top: 55px;
	border: 3px solid #B73931;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.mobile-menu ul li {
	margin-left: 0;
	width: 100%;
}

.mobile-menu .nav-title{
	background-color: #E5E5E5;
	padding-left: 10px;
}

.nav-title h3{
	margin: 5px;
}

.mobile-menu ul li a {
	background: #fff;
	color: #555;
	padding: 0px 20px !important;
	display: block;
	border-bottom: 1px solid #eee;
}

.mobile-menu-open {
	max-height: 1000px;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:focus {
	background: #EEEEEE;
	color: #555 !important;
}

.mobile-menu ul li a:hover i.icon,
.mobile-menu ul li a:focus i.icon {
	color: #B73931 !important;
}

.mobile-menu ul.dropdown {
	right: 0;
	margin-left: 0;
	border-color: #eee;
	background: #B73931;
	left: 0;
}

.mobile-menu ul.dropdown li {
	border-color: #eee;
}

.mobile-menu ul.dropdown li a {
	background: #fff;
	color: #333333;
}

.mobile-menu ul.dropdown li a .text p {
	color: #333333;
}

.mobile-menu ul.dropdown li.active a:hover,
.mobile-menu ul.dropdown li a:hover,
.mobile-menu ul.mega-dropdwon li.active a p,
.mobile-menu ul.mega-dropdwon li a:hover p {
	color: #B73931 !important;
}

/* ======= Footer ======= */
#footer {
	background-color: #CCCCCC;
	display: table-row;
	height: 0;
}
#footer .container{
	padding: 50px 0px 10px;
}

/*Pagination*/
.pagination_nav .pagination {
	border-radius: 0;
	display: table;
	margin: 0 auto !important;
}

.pagination_nav .pagination li {
	float: left;
}

.pagination_nav .pagination li+li {
	margin-left: 10px;
}

.pagination_nav .pagination li a {
	padding: 0 19px;
	line-height: 36px;
	border-radius: 0;
	text-transform: uppercase;
	border: none;
	background: #FBF1F1;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.pagination_nav .pagination li a:hover,
.pagination_nav .pagination li.active a {
	background: #B73931;
	color: #fff;
}

.pagination_nav .pagination li:first-child a,
.pagination_nav .pagination li:last-child a {
	border-radius: 0;
	font-size: 12px;
}


/* ======= Sidebar ======= */

.sidebar section {
	background: #fff;
	margin-bottom: 30px;
	background: #FBF1F1;
	padding: 30px 15px;
}

.sidebar section h5 {
	margin-bottom: 30px;
	margin-top: 0;
	font-weight: 600;
	font-size: 18px;
}

.sidebar img {
	width: 70px;
	height: 70px;
	border: 3px solid #fff;
	float: left;
	margin-right: 15px;
}



/* ======= Firfox Customize ======= */

@-moz-document url-prefix() {
	ul.dropdown {
		top: 94%;
		border-top: 3px solid transparent;
		display: none;
	}
	ul.menu>li:hover ul.dropdown {
		border-top: 3px solid #B73931;
		top: 100%;
		display: block;
	}
	.mobile-menu {
		display: none !important;
	}
	.mobile-menu-open {
		display: block !important;
	}
}


/* ======= Edge Customize ======= */

@supports (-ms-ime-align: auto) {
	ul.dropdown {
		top: 94%;
		border-top: 3px solid transparent;
		display: none;
		background: #f0f;
	}
	ul.menu>li:hover ul.dropdown {
		border-top: 3px solid #B73931;
		top: 100%;
		display: block;
	}
	.mobile-menu {
		display: none !important;
	}
	.mobile-menu-open {
		display: block !important;
	}
}
.logores{
	/*width: 210px;*/
}
.modal-title{
	width: auto;
	font-size: 16px !important;
}

.container{
	width: 100% !important;
}

/*Contenido principal, contenedor externo*/
.contenido{
	background-color: #fff; 
	padding: 5px 8px 40px 8px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	min-height: 530px;
}
.contenido-detalle{
	padding: 15px;
}
.detalle-imagen{
	float: right;
	width: 150px;
	height: 150px;
	border: 1px solid #DDDDDD;
	background-color: #E9E9E9;
	margin-left: 2px;
}
.detalle-imagen i{
	font-size: 50px;
	color: #BBBBBB;
	padding-left: 50px;
	padding-top: 50px;
}
.detalle-imagen img{
	width: auto;
	height: auto;
	max-width: 148px;
	max-height: 148px;
	text-align: center;
}

.navbar .iconfa{
	margin-top: 5px !important;
	float: left;
	margin-right: 2px;
	font-size: 14px;
	width: 20px;
	text-align: center;
}
.icon-list{
   list-style: none; 
}
.icon-list li{
	border: 1px solid #dddddd;
	display: inline-block;
	margin-bottom: 3px;
}
.icon-list input[type="radio"] {
	margin-left: 5px;
}
.red-icon{
	color: #B73931;
	font-size: 25px;
	width: 30px;
	padding: 2px 3px 4px 2px;
	margin-right: 8px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #444;
	background-color: #EEEEEE;
}
.list-group-item.active {
	border-color: #EEEEEE !important;
	border-right: 3px solid #B73931 !important;
}
a.list-group-item:hover {
	color: red;
}
.panel-heading {
	background: #CCCCCC;
	padding: 0px 0px 0px 5px;
}

.panel-title{
	font-size: 14px;
}

.boton_button {
	font-size: 12px !important;
	background: #B73931 !important;
	color: #fff !important;
	border: none;
	padding: 5px 10px 5px 10px !important;
}

/*Menú lateral. contenedor externo*/
.panel.panel-sidebar{
	border-top: 2px solid #999;
	border-right: 8px solid #999;
	border-bottom: 2px solid #999;
	margin-left: -2px;
	height: 600px;
	overflow-y: auto;
}

.panel{
	padding-bottom: 0px;
}

.sidebar{
	max-width: 290px;
	margin-left: -15px;
}

#header-user-menu{
	margin-top: 20px;
}

.btn_small{
	padding: 3px 5px 3px 5px !important;
	margin-right: 2px !important;
	margin-bottom: 4px !important;
	white-space: normal !important;
	width: 100px;
}

.breadcrumb {
	padding: 4px 10px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #DDDDDD;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.breadcrumb>li+li:before {
	padding: 0px;
	content: "";
}
.breadcrumb>li+li:after {
	padding: 0 5px;
	color: #B73931;
	content: ">";
}
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #333333;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
thead tr th {
	border: none;
	padding: 0 42px;
	line-height: 60px;
	color: #fff;
	background: #999;
}

.extra-pagination{
	font-size: 12px;
	color: #777;
	margin: 5px 0 10px 0;
	margin-left: 10px;	
}
.extra-pagination input{
	width: 25px;
	padding: 0;
	text-align: center;   
}

.pagination{
	margin: 3px 0;
}

.pointer{
	cursor: pointer;
}

.list-group-submenu {
	min-height: 30px;
	background-color: #eee;
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item-submenu {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0px 3px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
a.list-group-item-submenu:focus, a.list-group-item-submenu:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

.list-group-item{
	border-top: 1px solid #EEEEEE !important;
	padding: 0px 15px;
}

.list-group a:last-child {
	border-bottom: none;
}

.select-compact{
	height: 30px !important;
	margin-top: 10px;
	padding: 0px;
}

.select-compact-short{
	height: 30px !important;
	width: 40px;
	margin-top: 3px;
	padding: 0px;
	display: inline-block;
}

.alert_message{
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	line-height: 1.2;
	padding: 5px 10px;
	width: auto;
	color: #555;
	margin-bottom: 5px;
}

.fa-info-circle{
	color: #1e90ff;
	font-size: 16px;
}

.ok_message{
	background-color: #d0ffd0;
	border: 1px solid #81e381;
	line-height: 1.2;
	padding: 5px 10px;
	width: auto;
	color: #555;
	margin-bottom: 5px;
}

.fa-check-circle{
	color: #54c854;
	font-size: 16px;
}

#texto_header{
	width: auto;
	text-align: right;
	float: right;
}

/*Submenu*/
.topnav {
  background-color: #d5d5d5;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #444;
  text-align: center;
  padding: 2px 5px;
  text-decoration: none;
  font-size: 12px;
}

.topnav .icon-sm {
  display: none;
  background-color: #e5e5e5;
}

.dropdown-sm {
  float: left;
  overflow: hidden;
}

.dropdown-sm .dropbtn {
  font-size: 12px;
  border: none;
  outline: none;
  color: #444;
  padding: 2px 4px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-sm-content {
  display: none;
  position: absolute;
  background-color: #e5e5e5;
  min-width: 160px;
  z-index: 1;
}

.dropdown-sm-content a {
  float: none;
  color: #444;
  padding: 2px 4px 2px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown-sm:hover .dropbtn {
  background-color: #e5e5e5;
}

.dropdown-sm-content a:hover {
  background-color: #f5f5f5;
}

/*---- Pantalla y Menú Responsivos ----*/
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown-sm .dropbtn {
	display: none;
  }
  .topnav a.icon-sm {
	float: left;
	display: block;
  }
  .topnav a, .dropdown-sm .dropbtn{
	font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon-sm {
	position: absolute;
	left: 0;
	top: 0;
  }
  .topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
  }
  #nav-submenu>a:nth-child(2){
	margin-top: 30px;
  }
  .topnav.responsive .dropdown-sm {float: none;}
  .topnav.responsive .dropdown-sm-content {position: relative;}
  .topnav.responsive .dropdown-sm .dropbtn {
	display: block;
	width: 100%;
	text-align: left;
  }
}

@media screen and (min-width: 601px){
  .dropdown-sm:hover .dropdown-sm-content {
	display: block;
  }
}

#main-logo{
	min-width: 180px;
	float: left;
	margin-top: 10px;
}

#mobile-logo{
	display: none;
}

@media screen and (max-width: 500px){
  #mobile-logo {
	display: block;
  }
  #main-logo{
	display: none;
  }
  .select-compact{
	font-size: 13px !important;
  }
  h1, h2{
	font-size: 18px !important;
  }
}

@media screen and (min-width: 501px){
  #main-logo {
	display: block;
  }
  #mobile-logo{
	display: none;
  }
  a.mobile-menu-icon {
	padding-top: 5px;
  }
  .mobile-menu {
	margin-top: 30px !important;
	margin-bottom: 5px !important;
  }
}

/*---- Grupos de Checkbox ----*/
.cbx_grp{
	background-color: #EEEEEE;
	display: none;
}

.table-compact{
	font-size: 13px;
}
.table-compact > thead > tr > th{
	padding: 4px;
}
.table-compact > tbody > tr > td{
	padding: 4px;
}

.btn-icon{
	background-color: #B73931;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 3px;
	padding: 3px 8px;
	white-space: nowrap;
	font-weight: normal;
}
.btn-icon:hover{
	background-color: #EC6A3F;
	color: #FFFFFF;
}

.btn-xs {
	background: #EEEEEE;
	color: #444444;
	min-width: 80px;
	border-radius: 2px;
	padding: 2px 5px;
	cursor: pointer;
}

.btn-circle{
	display: block;
	background-color: #B73931;
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
	padding: 5px;
	width: 35px;
	height: 35px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.btn-circle:hover {
	background-color: #333333;
}