/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 56px;
  background-color: #FAFAFA;
}




@media print {
	@page {size: landscape}
}





#ui-datepicker-div {
    z-index: 9999!important;
}




/*
 * Typography
 */

h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}


.ui-widget.ui-widget-content {
    z-index: 9999;
}


/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}

/*
 * Dashboard
 */

 /* Placeholders */
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.h1, h1 {
    font-size: 1.5rem;
}


a:focus, a:hover {
    color: #014c8c;
	text-decoration: none;
}

.card-header {
    padding: .45rem .75rem;
    margin-bottom: 0;
    background-color: initial;
	border: none;
}

.h5, h5 {
    font-size: 1rem;
}

.card {
    background-color: initial;
    border: none;

}


.main-panel {
	margin-left: 0;	
}
.main-panel.menuopen {
	margin-left: 260px;	
}
.main-panel {
  transition: margin-left 0.2s ease; 
}


.navbar {
	box-shadow: 0px 0px 4px 1px #BBB;
    height: 56px;
	justify-content: normal!important;
}

.table thead th {
	border: 0;
}
.tableFixHead thead th {
	position: sticky;
	top: 0;
	background-color: white;
}




.navbar-inverse .navbar-toggler {
    border: 0;
}


.data-table-title {
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}


.data-table {
	height: 400px;
	height: 70vh;
	background-color: #FFF;
}
@media only screen and (max-width: 575px) {
	.data-table {
		height: auto;
	}
}


.table td, .table th {
	padding: .1rem 1rem;
    font-size: .8rem;
    /* max-width: 200px; */
    min-width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table th a {
	color: #333;
}

.table .orderUp:after {
	font-family: "Material Icons";
	content: "\E5C7";
}
.table .orderDown:after {
	font-family: "Material Icons";
	content: "\E5C5";
}


.table a:focus, .table a:hover {
    text-decoration: none;
}

nav.bg-inverse {
    /* nbackground-color: #4E342E!important;
    nbackground-color: #000000!important;
    nbackground-color: #37474F!important; */

	background-color: #292b2c !important;
}

nav.bg-inverse span.navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.menu-panel {
	Ndisplay: none;
	background-color: white;
    box-shadow: 0px 0px 4px 1px #BBB;
    width: 260px;
    
    position: fixed;
    top: 56px;
    bottom: 0;
	z-index: 1020;
    
    font-size: 13px;
    
}
.menu-panel h3 {
    font-size: 14px;
    margin-top: 10px;
}

.menu-panel label {
	display: block;
	margin-bottom: 0;
	margin-top: .5rem;
}


.menu-panel .card-block {
	padding: 12px;
}

.menu-panel hr {
	margin: 5px 0;
}

.menu-panel a {
	margin: 5px 0;
}

.menu-open {
	npadding-top: 20px;
}
.filters-open, .filters-close {
	float: right;
	cursor: pointer;
}





#bform label {
    width: 50%;
    display: inline-block;
    font-size: 13px;
}
#bform input {
    width: 50%;
    display: inline-block;
    padding: 0 3px;
    font-size: 12px;
}
#bform select {
    width: 50%;
    display: inline-block;
    padding: 3px;
    font-size: 12px;
}



.paginair {
  width: 30px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #DDD;
}
.filtersBtn {
  display: block; 
  background-color: #F80; 
  color: #FFF; 
  text-align: center; 
  padding: 10px; 
  margin-top: 30px;
  text-decoration: none;
}
.filtersBtn:hover, .filtersBtn:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #F90; 
}

.filtersBtn i {
  vertical-align: bottom;
}
.loadingIcn {
  text-align: center;
}
.data-table-filters {
  display: none; 
  background-color: #FAFAFA; 
  padding: 10px; 
  height: 400px; 
  overflow-y: scroll;
  height: 70vh;
  background-color: #FFF; 
  box-shadow: rgb(187 187 187) -3px 0px 4px -2px;
}



.autorenew {
  float: right;
}

.tablePageSelector a {
  margin: 0 3px;
}






.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}








.rside {
	float: right; 
	width: 220px; 
	font-size: 13px;
	padding-top: 5px;
}
.rside a {
	display: block;
	padding: 5px 10px;
	background-color: #EEE;
	margin: 10px;
}




.container-bloque-menu {
	margin-right: 230px;
}

.menur {
	background-color: #F9F9F9; 
	padding: 10px;
}
.menur a {
	display: block;
	background-color: #ddd;
	margin-bottom: 4px;
	cursor: pointer;
	text-align: center;
	padding: 6px 10px;
	font-size: 14px;
	text-align: left;
	color: #333;
}
.menur a:hover {
	background-color: #1565C0;
	color: #FFF!important;
}

/* posiciona el menu a la derecha en monitores */
@media only screen and (min-width: 575px) {
	.menur {
		/* position: fixed; 
		right: 0; 
		top: 56px; 
		bottom: 0;  */
		width: 230px;
	}
}


@media print {
	.menur {
		display: none;
	}
}

.menur .material-icons {
	float: left; 
	font-size: 18px; 
	margin-top: 3px; 
	margin-right: 8px;
}





@media only screen and (max-width: 575px) {

	.menu-panel {
		z-index: 99;
		NOleft: -256px;
	}
	.main-panel.menuopen {
		margin-left: 0;
	}
	.container-bloque-menu {
		margin-right: 0;
	}
	/* .menur {
		position: initial;
	    width: auto;
	} */
	
}


@media print {
	.main-panel.menuopen {
		margin-left: 0;
	}
}




.data-table-cont.poslocation tr:hover {
	background-color: #DDD;
	cursor: pointer;
}

.data-table-cont tr:hover {
	background-color: #DDD!important;
	cursor: pointer;
}


.data-table-cont tr.rowsel {
	nbackground-color: #DDF!important;
}
.data-table-cont tr.rowsel:hover {
	nbackground-color: #DFF!important;
}



.data-table-cont tr.selected {
	background-color: #DDF!important;
}
.data-table-cont tr.selected:hover {
	background-color: #DFF!important;
}


.data-table-cont.imprimir .data-table {
	height: auto;
}




@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    body {
    	padding-top: 0;
	}
	.data-table-cont {
		background-color: white;
		padding: 0!important;
	}
	
	
	.data-table-cont .table td, .data-table-cont .table th {
		max-width: none;
		font-size: 11px;
	}
	
}




.form-control {
	margin-bottom: 3px;
}







/*

.menur {
	position: fixed; 
	right: 0; 
	top: 56px; 
	bottom: 0; 
	width: 230px; 
	background-color: #F9F9F9; 
	padding: 10px;
}

@media print {
	.menur {
		display: none;
	}
}


.menur a {
	display: block;
	background-color: #ddd;
	margin-bottom: 4px;
	cursor: pointer;
	text-align: center;
	padding: 6px 10px;
	font-size: 14px;
	text-align: left;
	color: #333;
}
.menur a:hover {
	background-color: #1565C0;
	color: #FFF!important;
}



.menur .material-icons {
	float: left; 
	font-size: 18px; 
	margin-top: 3px; 
	margin-right: 8px;
}

*/


.extTable {
	Nborder: 1px solid black;
	background-color: white;
	width: 100%;
}
.extTable th {
	font-weight: bold;
}
.extTable th, .extTable td {
	padding: 2px;
}
.extTable input {
	border: 1px solid #DDD;
	width: 100%;
	padding: 2px;
}
.extTable input.link-input {
	width: 90%;
}
.extTable input.number-input {
	text-align: right;
}
.extTable .number-input-title {
	text-align: right;
}


.extTable svg.icon-input {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.extTableAdv {
	Nborder: 1px solid black;
	background-color: white;
	width: 100%;
}
.extTableAdv th {
	font-weight: bold;
}
.extTableAdv th, .extTableAdv td {
	padding: 2px 5px;;
	border: 1px solid #DDD;
	white-space: nowrap;
}
.extTableAdv input {
	border: 1px solid #DDD;
	width: 100%;
	padding: 2px;
}









.selectDescrip {
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}





.brandcircle {
    background-color: #ffffff;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    background-image: url('img/cleversoft_logo_chico4.png');
    background-size: 82%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}




.subcropbtn {
	display: inline-block;
	background-color: #ddd;
	padding: 6px 15px 6px 10px;
	font-size: 13px;
	text-align: center;
	color: #333;
}
.subcropbtn i {
    float: left;
    margin-top: -2px;
    margin-right: 10px;
}
.croppie-container {
	height: initial;
}



.btn-inline {
	margin-top: -2px;
    font-size: 14px;
    line-height: 1;
}

.leftMenuTop a{
	font-size: 1.5em;
}

label{
	margin: 0;
	padding: 0;
}




/* ----------------------------- */
/* 		Pagina de favoritos		 */
/* ----------------------------- */
.contentFavoritos.viewGrilla .contentItemsFavorito{
	/* background-color: red!important; */
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	/* justify-content: space-between; */
	justify-content: center;
}
.contentFavoritos.viewGrilla .itemFavorito{
	/* background-color: yellow!important; */
	flex: 0 0 150px;
	background-color: #fff!important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 8px;
	transition: transform 0.3s, background 0.3s;
	border: 1px solid #ddd;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	padding: 8px 5px!important;
	text-align: center;
}
.contentFavoritos.viewGrilla .itemFavorito:hover {
  background: #2980b9;
  transform: scale(1.1);
}
.contentFavoritos.viewGrilla .itemFavorito i{
	margin-right: 0px!important;
}