/*
*
*  TencoSoul
*  tecnosoul.com.ar
*
*  interfase sistema TranSoft v2.0-mar2018
*
*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'),
  local('Ubuntu-Regular'),
  local('Ubuntu'),
  url('../webfonts/Ubuntu-R.ttf')
  format('truetype');
  }

body {
  background-color: #fffff7;
  font-family: 'Ubuntu', sans-serif;
/*  font-weight: 400; // Corresponds to the Bold 400 style*/
}
.h1, h1 {
    font-size: 2rem;
}
a {
    color: #2d4560;
  }
/* login BEGIN*/
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* login END*/
.navbar {
    height: 48px;
    }
/*estilos base para sidebar BS BEGIN*/
#body-row {
    margin-left:0;
    margin-right:0;
    margin-top: 48px;
    }
#sidebar-container {
    /*height: 92.5vh;*/
	height: calc(100% - 48px);
    overflow-y: auto;
    background-color: #333;
    padding: 0;
	padding-bottom: 50px;
    margin-top: 48px;
}
#main-col {
    margin-left: 215px;
	width: calc(100% - 215px);/*AGREGAOD POR AXEL*/
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    /*height: 50px;*/
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    /*height: 45px;*/
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/*estilos base para sidebar BS END*/
.bg-menu1 {
    /*background-color: #000000;*/
	background-color: #181818;
    padding: .25rem 1rem;
  }
.ajuste-alto-menu1{
  top: 45px;
  z-index: 999;
}
.col {
/*  padding-left: 0px;
  padding-right: 0px;*/
}

.titulo-seccion {
  /*padding: .5rem 1rem;*/
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: .5rem;
  margin-top: .5rem;
  background-color: #0000001a;
  /*INICIO para centrar en todos los sentidos*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*FIN para centrar en todos los sentidos*/
}
.titulo-seccion div{
	/*width: 33%;*/
	display:inline-block;
}
#comprobantes #recibo,#factura{
	font-size:12px;
	font-weight:bold;
}

/*    TABLAS    BEGIN    */

/* table {
  font-size: 16px;
} */
th, .table thead th {
  /*background-color: #b4d3d1;*/
  text-align: center;
  vertical-align: middle;

}
.table td, .table th{
  /*text-align: center;*/
  vertical-align: middle;
  padding: .25rem;
}
.ts-checkbox{
  text-align: center;
  vertical-align: middle;
}

.marco {
	/*padding: 25px 0px;*/
	margin-left: auto;
	overflow:scroll;
	/*max-height: 82%;*/
	max-height: 55%;
	max-width: 100%;
}

.marco-chico {
  background-color: #b4d3d1;
  border-radius: 4px;
  /*display:block;*/
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding: 25px;
  border-collapse:separate;
}
.marco-chico tr {   height: 50px; }
.menosAlto tr {   height: 40px; }

/*.casilla{  min-width: 70px; } */
.marco.tikets .casilla{  min-width: 70px; }

/*.casilla {  padding: 5px; } */
.casilla {   background-color: #fff  }

/*/////////////////////////////////////AGREGADO POR AXEL//////////////////////////////////////////*/
.form-control:focus{
	/*box-shadow: 0 0 0 0.2rem aliceblue;*/
}
#entradafilter{
	margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
.estadoCuentaHeader{
	vertical-align: middle;
}
#botonera{
	margin-top:10px;
    margin-bottom: 10px;
    text-align: center;
}
body{
	overflow-x:hidden;
}
.botonesReportes{
	margin-top:2px;
}
.modalXXL{
	max-width:70% !important;
}
.sugerencia{
	font-size: 14px;
    font-style: italic;
    margin-left: 5px;
}
.multiselect{
	color:#212529 !important;
	background-color:#fff;
	border-color:#ccc;
}
.disabled{
	background-color: #e9ecef !important;
	color: #495057 !important;
	opacity: 1 !important;
}
.filtrosReportes td{
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
}
.table-hover tbody tr:hover {
    background-color: rgba(0,123,255,0.15) !important;
}
.notaCredito{
	color:red;
}
.container-fluid{
	padding-right:5px !important;
}
.noOrderableClass{
	pointer-events: none;
	content:normal !important;
}
.noOrderableClass::before{
	content:normal !important;
}
.noOrderableClass::after{
	content:normal !important;
}
#referencias div{
	width:50px;
	height:25px;
	font-size:9px;
	color:white;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	padding-top:6px;
	margin:4px;
	border:1px solid black;
}
.libre, .alquiladoDia, .alquiladoNoche, .alquiladoTodo, .fechaBloqueada{
	color:white !important;
	font-weight:bold !important;
	background-color:darkblue !important;
	box-shadow:none !important;
}
.alquiladoDia{
	background-color:gold !important;
	color:black !important;
}
.libre{
	background-color:#f5f5f5 !important;
	color:black !important;
}
.fechaBloqueada, .alquiladoTodo{
	background-color:red !important;
	cursor:default !important;
	opacity:1 !important;
	/*color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;*/
}
.moverConFlechasSelected{
	/*border:3px solid darkblue;*/
	background:#0062cc !important;
}
.checkStyle{
  position: relative;
  /*padding-right: 35px;*/
  /*float:left;
  margin: 10px*/
}
.checkStyle label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  /*background: #343a40;*/
  background:grey;
  border-radius: 4px;
  margin-bottom: 0;
}
.checkStyle label:after {
  content: '';
  width: 12px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkStyle label:hover::after {
  opacity: 0.3;
}
.checkStyle input[type=checkbox] {
  visibility: hidden;
  /*left: 0;
  position: absolute;*/
}
.checkStyle input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/* end .squaredThree */
.label-text {
  position: relative;
  left: 10px;
}
#autoSuggestionsList{
	position:absolute;
	width:100%;
	/*max-height:calc(100vh - 300px);*/
	max-height:300px;
	overflow-y:auto;
	z-index:2;
}
#autoSuggestionsList li{
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	height:35px;
	text-align-last: left;
	font-size:13px;
}
#autoSuggestionsList li{
	
}
.suggestionsBox {
	font-family: Helvetica;
	font-size: 12px;
	position:absolute;
	left: 0px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color:#090;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #090;	
	color:#000;
	font-weight:bold;
}
.suggestionList {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.suggestionList li {
	margin: 0px 0px 5px 10px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover {
	background-color: #659CD8;
}
.table-cabecera thead{
	background-color:#343a40;
	color:white;
}
.table-cabecera tbody{
	background-color:white;
}
.table-detalle thead{
	color:#FFF;
	background-color:#004085;/*#070070*/
}
.table-detalle tbody{
	background-color:white;
}
.card-cabeceraDetalle{
	background-color:transparent !important;
}
.table-ver{
	table-layout:fixed;
	word-break: break-word;
}
.table-ver thead,th,tfoot{
	color:#FFF;
	background-color:#343a40;
}
/*.custom-control-label::before, */
.custom-checkbox {
	top: .8rem !important;
	width: .25rem !important;
	height: .25rem !important;
}
#myTable{
	background-color: gainsboro;/*ghostwhite*/
}
body{
	background-color: rgba(211, 211, 211, 0.2);
}
#divBtnNuevo{
	text-align:left;
	width:50%;
	display:inline-block;
}
.filaFiltrosReportes{
	margin-bottom:0.5rem;
}
.filaFiltrosReportes td{
	padding-left:5px;
}
#procesando{
	/*background-color:#000000;
	width:200px;
	height:50px;
	position:fixed;
	margin:10px auto;*/
	z-index:1200;
	position: absolute;
	top:200px;
	opacity:1;
	left:42.5%;
	right:0;
	bottom:0;
	/*margin: auto;*/
	height: 100px;
	width: 15%;/*200px*/
}
.fondoProcesando{
	width:100%;
	height:100%;
	display:block;
}
.modalPopup-overlay {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	display:none;
	/*background-color: #777777;*/
	background-color: rgba(0,0,0,1);
	cursor: pointer;
	opacity: 0.7;
}
.overlay{
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.fondoTransparente{
	/*Div que ocupa toda la pantalla*/
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius: 10px;
	background-color:#fff;
	/*IE*/
	filter: alpha(opacity=100);
	/*FireFox Opera*/
	opacity: 1;
    padding-top: 20px;
	border: solid black 0.5px;
}
.casilla {	font-size:12px  }
.casillaMarcada {  background-color: lightgray;  }

/*clases para ordenamiento de tabla*/
/*table tr th {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sorting {
  background-color: #D4D4D4;
}
.asc:after {
  content: ' ↑';
}
.desc:after {
  content: " ↓";
}*/
/*fin clases para ordenamiento de tabla*/

.cardOscuro{
	/*margin-bottom: 5px;
	background-color:#343a40;
	color: aliceblue !important;*/
}
.cardOscuro .card-body{
	background-color:#343a40;;
	color: aliceblue !important;
}

.cardOscuro label, .cardOscuro a, .cardOscuro a:hover{
	/*color: wheat;*/
	color: aliceblue;
}
.cardOscuro a span{/*ESTO COLOCAMOS PARA QUE LOS OPTIONS DEL MULTISELECT NO TOMEN EL COLOR DE TODO EL TEXTO*/
	color: initial;
}
.cardOscuro .card-header{
	/*background-color:wheat !important;*/
	background-color:#f7f7f7 !important;
	border: 1px solid;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	color:initial;
}
.cardOscuro .custom-control-input:checked~.custom-control-label::before {
  color: #fff !important;
  border-color: #7B1FA2 !important;
  /*background-color: aliceblue !important;*/
}

.xdebug-var-dump{
	background-color:wheat;
}

/* INICIO boton editar imagen*/
#contenedorImagen{
	position: relative;
	display: inline-block;
}
#contenedorImagenIconoEditar:hover{
	cursor:pointer;
	background-color: lightgray;
	background-color: gray;
	color:white;
}
#imagenIconoEditar{
	position: absolute;
	left: 5px;
	bottom: 6px;
}
#contenedorImagenIconoEditar{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: gray;
	background-color: lightgray;
	height: 25px;
	width: 24px;
	text-align: center;
	border-radius: 5px;
}
#file-preview-zone{
	display:inline-block;
}
/* FIN boton editar imagen*/

.botonConfiguraciones{
	background-color:aliceblue;
}
/*///////////////////////////////////////////////AGREGADO POR AXEL/////////////////////////////////////////////////////////*/
/*tr:hover > .casilla {   background-color:#EFC098; }*/
/* #EFED98  rgb(226, 248, 255); */

/*Tablas END*/

.geditar {
    background-image: url(../images/pencil.svg);
}
