body {
	min-height: 100vh;
	padding-right: 0 !important;
}

a, a:hover, a:focus {
	color: #e02031;
}

.content--full {
	flex-direction: column;
}

.profile-usertitle-name:hover {
	cursor: pointer;
	text-decoration: underline;
}

.navbar-header .navbar-brand span {
	color: white;
	text-transform: initial;
	font-weight: 400;
}

.nav>li>div {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-brand>img {
	background-color: white;
	/*color: #66ff66ff;*/
}

.sidebar ul.nav li div {
    min-height: 50px;
    font-size: 15px;
    line-height: 2em;
    color: #444444;
}

.header-task {
	height: 60px;
	width: auto;
	padding: 6px 0;
	object-fit: contain;
	float: right;
}

.sidebar ul.nav .active a,
.sidebar ul.nav a:hover,
.sidebar ul.nav .active > a:hover,
.sidebar ul.nav .active div,
.sidebar ul.nav div:hover,
.sidebar ul.nav .active > div:hover {
	cursor: pointer;
	color: white;
	background-color: #c4c4c4;
}

.sidebar ul.nav div.no-selectable:hover {
	cursor: default;
	color: #444444;
	background-color: transparent;
}

.nav>li>div.menu__item {
	padding-left: 30px;
}

.nav>li>div.menu__subitem {
	padding-left: 50px;
}

.menu__name-wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.panel-heading {
	min-height: 60px;
	height: auto;
}

.panel {
	min-height: 180px;
}

.selectable:hover *{
	cursor: pointer;
	text-decoration: underline;
}

.panel-selectable {
	width: 100%;
	padding: 0 30px;
}

.panel-selectable:hover, .panel-selectable:hover * {
	cursor: pointer;
}

a.panel-selectable:hover, a.panel-selectable:hover * {
	text-decoration: none;
}

.panel-selectable:hover .large div {
	text-decoration: underline;
}

.table {
    margin-bottom: 0;
}

.table>tbody>tr>td>span {
	padding: 6px;
}

.login {
	display: flex;
	flex-direction: column;	
}

.login__panel {
	margin-top: 12rem;
	flex-grow: 1;
}

.row__middle {
	justify-content: center;
	align-items: stretch;

	-webkit-justify-content: center;
	-webkit-align-items: stretch;
}

.row__middle .col-lg-3 {
	align-self: stretch;

	-webkit-align-self: stretch;
}

.footer {
	padding: 20px 0;
	background-color: #222;
}

.footer__copyright {
	margin: 0;
	color: white;
	text-align: center;
}

.back-link {
	color: white;
}

.pilar__heading {
	font-weight: 600;
	text-transform: uppercase;
}

.img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.img__login {
	width: 180px;
}

.form-control:focus {
    border: 1px solid #3f3f3f;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #3f3f3f;
}

.login__checkbox {
	padding-left: 12px;
}

.btn-link, .btn-link:focus, .btn-link:hover {
    color: #3f3f3f !important;
}

.btn-link.text-white, .btn-link:focus.text-white, .btn-link:hover.text-white {
    color: #000 !important;
}

.btn__login {
    border-color: #666666;
	background-color: #666666;
}

.btn__login:hover, .btn__login:focus, .btn__login:active {
	border-color: #3f3f3f;
	background-color: #3f3f3f;
}

.login__link {
	text-decoration: underline;
}

.dashboard__footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
}

.fixed-table-container {
	border-width: 0;
}

.fixed-table-container tbody td {
	border: none;
}

.fixed-table-toolbar .search {
	margin-top: 10px;
	margin-bottom: 10px;
}

.table__text {
	margin-bottom: 0;
	padding: 6px 0px;
	padding-left: 6px;
	color: #444444;
	text-decoration: none;
}

.table__link:hover, .table__link:focus {
	cursor: pointer;
	text-decoration: underline;
	color: #444444;
}

.icon--white, .icon--white:hover, .icon--white:focus {
	opacity: 1;
	color: white;
}

.table__name {
	margin-bottom: 0;
	padding: 6px 0px;
	padding-left: 6px;
	color: #444444;
}

.table__options {
	display: flex;
	flex-wrap: nowrap;

	display: -webkit-flex;
	-webkit-flex-wrap: nowrap;
}

.table__subrow, .table__subrow td, .table__subtheme, .table__subtheme td {
	background-color: #c9e7ff;
	/*color: #999999;*/
}

.table__error, .table__error td {
	background-color: #f1b1b1;
}


.table__subtheme-2, .table__subtheme-2 td {
	/*background-color: #bfdbf2;*/
	background-color: #c9e7ff;
}

.table__subtheme-3, .table__subtheme-3 td {
	/*background-color: #b5d0e6;*/
	background-color: #c9e7ff;
}

.table__subtheme-4, .table__subtheme-4 td {
	/*background-color: #abc4d9;*/
	background-color: #FFFFFF;
}


.row__answer {
	background-color: #EFEFEF;
}

.row__answer-selected {
	background-color: #D0D0D0;
}

.row__answer td:first-child {
	padding-left: 5rem;
}

.row__answer th:last-child, .row__answer td:last-child {
	width: 20rem;
}

.row__answer:hover {
	background-color: #DFDFDF;
	cursor: pointer;
}

.row__answer-selected:hover {
	background-color: #D0D0D0;
	cursor: pointer;
}

.curso__inactive, .curso__inactive td {
	background-color: #efefef;
}

.table__cursos p {
	margin: 0;
}

.table__subrow {
	display: none;
}

.table__subitem {
	margin-left: 36px;
}

.nested_task .gantt_add {
    display: none !important;
}

.gantt_grid, .gantt_task {
	overflow-x: auto;
}

.ui-timepicker-standard {
	z-index: 1100 !important;
}

.img-circle {
	object-fit: contain;
}

.img-contain {
	object-fit: contain;
}

.img-cover {
	object-fit: cover;
}

.img-modal-preview {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.grid-mesas {
	display: flex;
	flex-wrap: wrap;
}

.mesa-cell {
	display: flex;
	justify-content: center;
	/*align-items: flex-start;*/
	align-items: start;
}

.mesa-cell hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mesa-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  /*justify-content: center;*/
  align-items: center;
  text-align: center;
  width: 20rem;

  border: 1px solid darkgray;
  border-radius: 6px;
  margin-bottom: 3rem;
  padding: 1rem;
}

.mesa-item img {
  cursor: pointer;
}

.mesa-item.mesa-item-multi, .mesa-item.mesa-item-multi * {
	cursor: default;
}

.mesa-item-multi .mesa-details .mesa-details-description, .mesa-item-multi .mesa-details .mesa-details-description * {
	cursor: pointer;
}

.mesa-details-description {
	margin-top: 8px;
	padding: 6px;
	border: 1px solid darkgray;
	border-radius: 8px;
}

.mesa-details-description:first-child {
	margin-top: 0;
}

.mesa-img {
	width: 12rem;
	height: 12rem;
	object-fit: contain;
}

.mesa-title {
	font-weight: bold;
	font-size: 2rem;
}

.mesa-desc {
	margin-bottom: 1rem;
}

.mesa-details {
	padding: 0 10px;
}

.columns-center td {
	vertical-align: middle !important;
}

.text-red {
	color: #F9243F !important;
}

.text-yellow {
	color: #ffcc00 !important;
	/*color: #ffcd56;*/
}

.text-blue {
	color: #31b0d5 !important;
}

.text-green {
	color: #11BA57 !important;
}

#logoDiv {
	display: flex;
	align-items: center;
	padding-right: 0;

	display: -webkit-flex;
	-webkit-align-items: center;
}

.navbar-brand *, .navbar-header .navbar-brand span{
	color: #444444;
}

.icon-bar {
	background-color: #fff;
}

#sidebar-collapse * {
	color: #444444;
}

.text-white * {
	color: white !important;
}

.img-table {
	border: 1px solid #444444;
}

.colorpicker {
	z-index: 10050;
}

.img_logo_tmp {
	height: 100px;
	width: 100px;
	object-fit: contain;
	border: 1px solid #444444;
}

.row__extra-objective {
	margin-top: 2.5rem;
}

.panel-heading span.perspectiva-data, .perspectiva-data {
	margin-left: 1.5rem;
}

.perspectiva__data {
	display: flex;
	align-items: flex-start;

	display: -webkit-flex;
	-webkit-align-items: flex-start;
}

.btn-group.perspectiva__data {
	margin-left: 12px;
}

.iniciativa__search {
	padding: 0;
	margin-left: 1rem;
}

.iniciativa__search input {
	height: 34px;
}

.perspectiva__chart {
	display: flex;
	justify-content: center;
	
	display: -webkit-flex;
	-webkit-justify-content: center;
}

.img-softbar {
	width: 15rem;
}

.img-edu {
	width: 13rem;
}

/*signup wizard*/
.wizard {
	margin: 20px auto;
}

.wizard .nav-tabs {
	position: relative;
	margin: 40px auto;
	margin-bottom: 0;
	border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
	position: relative;
}

.connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 55px;
	z-index: 1;
}

.wizard .nav-tabs > li.active > div.wiz-circle {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

span.round-tab {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #e0e0e0;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}
span.round-tab i{
	color:#555555;
}
.wizard li.active span.round-tab {
	background: #fff;
	border: 2px solid #5bc0de;
}
.wizard li.active span.round-tab i{
	color: #5bc0de;
}

.wizard .nav-tabs > li {
	width: 20%;
}

.wizard .nav-tabs > li div.wiz-circle {
	width: 70px;
	height: 70px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
}

.wizard .tab-pane {
	position: relative;
	padding-top: 50px;
}

.wizard h3 {
	margin-top: 0;
}

.panel-option {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 180px;

	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.panel-option .fa-xl {
	font-size: 4rem;
}

.dashboard__content {
	display: flex;
	flex-grow: 1;
	min-height: calc(100vh - 120px);

	display: -webkit-flex;
	-webkit-flex-grow: 1;
}

.list__sortable {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list__sortable li {
	margin: 1rem;
	padding: 0.5rem 1rem;
	cursor: pointer;
}

.no-hover:hover {
	text-decoration: none;
	cursor: initial;
}

.btn.custom-warning, .btn.custom-warning:hover, .btn.custom-warning:active {
	color: #fff;
	background-color: #FFD427;
	border-color: #FFD427;
	box-shadow: none;
	cursor:default !important;
	z-index: initial;
}

.btn.custom-info, .btn.custom-info:hover, .btn.custom-info:active {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
	box-shadow: none;
	cursor:default !important;
	z-index: initial;
}

.success-text {
	display: flex;
	align-items: center;
}

.success-text span {
	font-size: 3rem;
}

form.sidemenu_form {
	margin: 0;
	padding: 0;
	padding-top: 8px;
}

form.sidemenu_form .form-group {
	margin: 0 10px;
}

.panel-gray {
  background: #c0c0c0;
}

.panel-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.panel-teal *, .panel-blue * {
	color: #fff;
}

.panel-item .large {
	width: 100%;
	font-size: 18px;
	overflow-wrap: break-word;
}

.panel-item .text-muted {
	font-size: 20px;
}

.panel-no-selectable {
	cursor: default;
}

.table-large * {
	font-size: 28px;
}

.table-medium * {
	font-size: 20px;
}

.table-normal * {
	font-size: 15px;
}

.btn-big {
	font-size: 40px;
	text-transform: uppercase;
}

.btn-ticket {
	font-size: 32px;
}

.label-custom {
	margin-left: 1rem;
	font-size: 1.5rem;
	font-weight: 300;
}

.btn-custom {
	margin-left: 1rem;
}

.label-custom em{
	cursor: pointer;
}

.nowrap-text {
	white-space: nowrap;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.maps_link {
	text-decoration: underline;
	color: #30a5ff;
}

.panel-item {
	position: relative;
    z-index: 1;
}

.panel-item .custom-bg {
	position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.td-buttons {
	width: 90px;
}

.panel-item.panel-item-sale {
	justify-content: flex-end;
    text-align: left;
    padding: 4px;
    align-items: start;
    height:24rem;
    border: 1px solid #aaa;
    border-radius: 6px;
}

.panel-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.img-sale {
	height: 12rem;
	object-fit: contain;
	width: 100%;
}

.cierre-ventas {
	max-height: 158px;
	overflow-y: auto;
}

.custom-table-scroll {
	margin-left: 230px;
}

.table-body-scroll {
	margin-left: 230px;
	margin-top: 100px;
	max-height: 400px;
	overflow-y: auto;
}

.table-column-fixed {
  position: absolute;
  width: 250px;
  left: 15px;
  top: auto;
  /*compensate for top border*/
  background-color: white;
}

.table-row-fixed {
  position: absolute;
  height: 100px;
  top: 0px;
  left: auto;
  /*compensate for top border*/
  background-color: white;
}

.cell-green {
	background-color: #155724 !important;
}
.cell-red {
	background-color: #721c24 !important;
}

.cell-green p, .cell-red p {
	color: white;
}

.table-layout-auto {
	table-layout: auto;
}

.table-layout-auto th, .table-layout-auto td {
	width: auto;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	/*white-space:nowrap;*/
}

.table-layout-auto th:first-child, .table-layout-auto td:first-child {
	padding-left: 5px !important;
}

.table-layout-auto th:last-child, .table-layout-auto td:last-child {
	padding-right: 5px !important;
}

.table-layout-auto th.column-expand, td.column-expand {
	width: 100%;
}

.table-layout-auto .btn-group {
	display: flex;
	justify-content: end;
}

.internet-online {
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
	background-color: #11BA57;
}

.internet-offline {
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
	background-color: coral;
}

.internet-online div, .internet-offline div {
	display: flex;
	align-items: center;
}

.internet-online p, .internet-offline p {
	margin: 8px 0;
	font-weight: bold;
	color: white;
}

.menu-overflow {
	overflow: visible;
}

.menu-acciones {
	z-index: 2000;
}

.table-extras {
	width: 100%;
	max-height: 20vh;
	overflow-y: auto;
}

.table-results {
	width: 100%;
}

.keyboard-container {
	z-index: 2000;
}

.p-relative {
	position: relative;
}


.virtual-keyboard-container {
	position: relative;
}

.virtual-keyboard-btn {
	position: absolute;
	top: 15px;
	right: 14px;
	z-index: 4;
}

.virtual-keyboard-btn-percent {
	right: 52px;
}

.virtual-keyboard-dropdown {
	position: fixed;
	top: auto;
	bottom: auto;
	left: auto;
	right: 15px;
	min-width: max-content;
	max-width: fit-content;
	padding: 6px;
}

.virtual-keyboard-btn-with-sides {
	right: 52px;
}

.virtual-keyboard-dropdown li {
	margin-bottom: 6px;
}

.virtual-keyboard-dropdown li * {
	text-align: center;
}

.virtual-keyboard-dropdown li:last-child {
	margin-bottom: 0;
}

.virtual-keyboard-dropdown .btn {
	width: 40px;
	height: 34px;
}

.virtual-keyboard-dropdown .btn-full {
	width: 128px;
}

.virtual-keyboard-dropdown .btn-space {
	width: 222px;
}

.virtual-keyboard-dropdown.btn-caps * {
	text-transform: uppercase;
}

.virtual-keyboard-input {
	padding-right: 40px;
}

.nav-tabs {
	background-color: transparent;
}

.wizard .nav-tabs {
	border-bottom-color: transparent;
}

.filtros-reporte-venta, .filtros-tabla {
	margin-top: 1rem;
}

.qr-container img {
	margin: auto;
}

.qr-details {
	display: flex;
	justify-content: space-between;
}

.qr-details a {
	overflow-x: auto;
	flex-grow: 1;
	text-overflow: ellipsis;
}

.purple {
	color: #9942f5;
}

#filterReporteSearch {
	z-index: 1;
}

@media( max-width : 585px ) {
	
	.dashboard__content {
		flex-direction: column;

		-webkit-flex-direction: column;
	}

	.wizard {
		width: 90%;
		height: auto !important;
	}

	span.round-tab {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard .nav-tabs > li div.wiz-circle {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.connecting-line {
		top: 45px;
	}

	.panel-widget .large {
		font-size: 2.5em;
	}

	.navbar-brand {
		max-width: 90%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}


	.header-task {
		display: none;
	}
}

.sidemenu-toggle {
  position: relative;
  float: left;
  padding: 4px 10px;
  padding-top: 6px;
  margin-top: 13px;
  margin-right: 15px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
  font-size: 1.6rem;
  color: white;
}

.alert-custom {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
  .sidemenu-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
	.login__panel {
		margin-top: 1rem;
	}

	.mobile-pull-left {
		margin-top: 1rem;
		float: left !important;
	}

	.panel-heading span.perspectiva-data, .perspectiva-data {
		margin-left: 0;
		margin-right: 1rem;
	}

	button.perspectiva-data {
		margin: 0;
	}
	.btn-group.perspectiva__data {
		margin-left: 0;
	}
	.pilar__heading {
		min-height: 110px;
	}

	.empresas__heading {
		min-height: 110px;		
	}

	.iniciativa__heading {
		min-height: 170px;
	}
	.iniciativa__search {
		margin: 0;
		margin-top: 10px;
		padding: 0;
	}
}

@media (min-width: 1275px) {
	.report-heading {
		min-height: 96px;
	}

	.panel-item .large {
		font-size: 22px;
	}
}

@media (min-width: 1825px) {
	.report-heading {
		min-height: 60px;
	}
}
