@charset "utf-8";

body, header, footer, section, main, aside, input, select, button {
	margin: 0;
	padding: 0;
	font-size: 10pt !important;
	color: black;
}

/* https://github.com/philipwalton/solved-by-flexbox/blob/master/demos/holy-grail.md */
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	background: #f8f8f8;
}

body > p {
	margin: 1ex 2em;
	padding: 0;
	font-size: 11pt !important;
}

td input{
	font-size: 9pt !important;
	width: 100px;
	height: 100% !important;
}

td a {
	font-size: 9pt !important;
	width: 100% !important;
	height: 100% !important;
}

section {
	width: 100%;
	margin: 0;
	padding: 6px 12px 0 12px;
	display: flex;
	flex: 1;
}

main {
	flex: 1;
	margin-right: 3px;
}

input .inp_form {
	border: 1px solid #ccc !important;
}

input .elem {
	display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 14px !important;
    flex-grow: 0 !important;

}

.wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}

.main-1 {
    text-align: left;
}

.defaultColor {
	background-color: #eaeaea !important
}


/* Medium screens */
@media all and (min-width: 600px) {
  /* We tell both sidebars to share a row */
  .aside2 { flex: 1 auto; }
}


body {
  padding: 2em; 
}

/* Medium screens */
@media all and (min-width: 600px) {
  /* We tell both sidebars to share a row */
  .aside { flex: 1 auto; }
}

/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell  { width: 50%; }
.Rtable--3cols > .Rtable-cell  { width: 33.33%; }
.Rtable--4cols > .Rtable-cell  { width: 25%; }
.Rtable--5cols > .Rtable-cell  { width: 20%; }
.Rtable--6cols > .Rtable-cell  { width: 16.6%; }


/* h1 { font-size: 167%; }
h2 { font-size: 150%; }
h3 { font-size: 133%; }
h4 { font-size: 125%; }
h5 { font-size: 120%; }
h6 { font-size: 116%; } */

.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;  // Default to full width
  overflow: hidden; // Or flex might break
  list-style: none;
  > h1, > h2, > h3, > h4, > h5, > h6 { margin: 0; }
}

.Rtable--stripe .Rtable-cell:nth-child(even) {
    background-image: linear-gradient(0, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07));
 }
 
.Rtable-cell.Rtable-cell--1of1 {
  width: 100%;
}
.Rtable-cell.Rtable-cell--5of6 {
  width: 83.33;
}
.Rtable-cell.Rtable-cell--4of5 {
  width: 80%;
}
.Rtable-cell.Rtable-cell--3of4 {
  width: 75%;
}
.Rtable-cell.Rtable-cell--2of3 {
  width: 66.66%;
}
.Rtable-cell.Rtable-cell--3of5 {
  width: 60%;
}
.Rtable-cell.Rtable-cell--1of2 {
  width: 50%;
}
.Rtable-cell.Rtable-cell--2of4 {
  width: 40%;
}
.Rtable-cell.Rtable-cell--1of3 {
  width: 33.33%;
}
.Rtable-cell.Rtable-cell--1of4 {
  width: 15%;
}
.Rtable-cell.Rtable-cell--1of5 {
  width: 10%;
}
.Rtable-cell.Rtable-cell--1of6 {
  width: 16.66%;
}
.Rtable-cell.Rtable-cell--2of2 {
  width: 100%
}
@media all and (max-width: 500px) {
  .Rtable-cell--rowEnd {
    margin-bottom: 1em;
  }
}

header {
	background-color: #eee;
	height: 72px;
}


input td{
    border:none !important;
 /*   background:none!important; */
}



header img {
	width: 226px;
	height: 48px;
	display: inline;
	margin: 12px 0 12px 6px;
}

th,  .dark {
  background-color: #a9a9a9!important;
  font-weight: bold;
}

.ins_sel {
	color:#5ea94f!important;
}

.dark2 {
	background-color: #929292!important;
}

.cmd-download {
	color: black !important;
}

.light2 {
	background-color: #d5d5d5!important;
}
th,
td {
  border: 0.125em solid #333;
  line-height: 1.5;
  padding: 0.75em;
  text-align: left;
}

td a, td button {
	line-height: 1 !important;
	width: 100% !important;
	height: 100% !important;
	font-weight: 400 !important;
}

header h1 {
	/* http://www.awayback.com/index.php/2010/02/03/revised-font-stack/ */
	/*font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;*/
	font-size: 1vw;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0 12px;
	color: #34315a;
}

col#blue {background-color:#A6BDDB!important; 
		opacity: 0.4;}
		
input.blue {
	background:#A6BDDB!important; 
}
		
col#yellow {
	background-color:#FFF8C6!important; 
	opacity: 0.4;
}

col#green {
	background-color:#A1D99B!important; 
	opacity: 0.4;
}

header nav {
	display: inline-block;
	float: right;
}

header nav ul {
	list-style-type: none;
	margin: 12px 12px 0 0;
	padding: 0;
	overflow: hidden;
}

header nav ul li {
	font-size: 125%;
	display: inline;
	text-align: center;
	margin: 8px;
	float: left;
}

header nav ul li a {
	text-decoration: none;
}

aside h2 {
	text-align: center;
}

tbody tr.foot {
	background-color: inherit !important;
}

tbody tr.foot td {
	font-weight: bold;
}

tbody th{
	background-color: #2B5797;  
}

tbody td.isInput {
	background-color: #feffff!important; 
}

tbody td, th.qty {
	background-color: #eaeaea !important; 
}

th, td {
	padding: 0 4px !important;
}

td.qty, td.id,
td.dt, tbody th.dt {
	white-space: nowrap;
}

td.ars, td.pos,
th.ars, th.pos {
	color: black;
}
td.usd, th.usd {
	color: #090;
}
td.neg, th.neg {
	color: #900;
}

thead th, thead td,
tfoot th, tfoot td {
	font-weight: bold;
}

tbody th,
th.right, td.right,
input.qty, td.qty, td.id {
	text-align: right;
}

input.inp, td.inp, th{
	text-align: center;
}


td.center, th.center,
thead th, thead td,
tfoot th, tfoot td {
	text-align: center;
}

td.left, th.left {
	text-align: left;
}

td.border-left, th.border-left {
	border-left: 2.16px solid #ccc;
}

td.border-right, th.border-right {
	border-right: 2.16px solid #ccc;
}

th[rowspan]:not([rowspan="1"]) {
	vertical-align: bottom;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

.del { color: red; }
.valid {background-color: #ffcccc!important;}
.pnd { background-color: #fec !important ; }
.hide { display:none; }
.hidden{
   visibility:hidden;
}

a{text-decoration: none !important;}

.comentario_Texto{}
.comentario_Recordatorio {}
.comentario {background: #ecea00!important;}

.addButton {background-color: #4CAF50;} /* Green */
.addButton:hover {background-color: #46a049!important;}

.simpleButton {background-color: #337ab7;} /* Blue */
.simpleButton:hover{background: #004591!important;}

.simpleButton {background-color: #337ab7;} /* Blue */
.simpleButton:hover {background: #004591!important;}

.modifyButton {background-color: #f0ad4e;} /* Orange */
.modifyButton:hover {background: #eea236!important;}

.delButton {background-color: #d9534f;} /* Red */ 
.delButton:hover {background: #d43f3a!important;}

.default {background-color: #929292; color: black;} /* Gray */ 
.default:hover {background: #ddd!important;}


div#overlay {
	background-color: #333;
	opacity: 0.8;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-image: url('../img/spin3.gif');
	background-position: center;
	background-repeat: no-repeat;
}

div#pgr {
	clear: both;
	display: none;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

button { font-size: 10pt; }

input[type="text"], input[type="password"], input[type="email"], input[type="url"],
input[type="phone"], input[type="tel"], input[type="number"], input[type="datetime"],
input[type="date"], input[type="month"], input[type="week"], input[type="color"],
input[type="time"], input[type="search"], input[type="range"], input[type="file"],
input[type="datetime-local"], select, textarea {
    margin: 3px 0;
    padding: 0 3px;
}

input[type=checkbox]
{
  height: auto !important;
}

h1 {
	 font-size: 1.5vw;
}

h3 {
	 font-size: 1.1vw;
}
label.toggle span {
	display: inline-block;
	font-size: 10pt;
	background: #f2if2f2;
	color: #8c8c8c;
	cursor: pointer;
	padding: 6.525px 23.4px;
	text-align: center;
	border-radius: 3.6px;
	max-width: 100%;
}

label.toggle input[type='checkbox']:checked + span {
	background: #39f;
	color: #fff;
}

label.toggle input[type='checkbox'] { display: none; }

ul#menu li { list-style-type: none; }
ul#menu li.spacer { margin-top: 1.5ex; }

ul#menu a:hover,
ul#menu a:visited,
ul#menu a:link,
ul#menu a:active {
	text-decoration: none !important;
	color: #34315a;
}

ul#menu .fi.icon {
    font-size: 24px !important;
    padding: 4px;
    vertical-align: middle;
    margin-right: 6px;
}

ul#menu a:hover .fi.icon {
    color: #dec17a;
	background-color: #34315a;
}

button .fi {
	font-size: 24px !important;
	padding-bottom: 3px;
	vertical-align: middle;
}

button .fi.fi-excel-file {
	color: #488b5b;
}

.btn {
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 4px 4px !important ;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  white-space: nowrap;
  margin: 4px 2px;
  box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 0 #000;
  font-weight: normal;
}



form {
	margin: 0;
}

fieldset {
	display: block;
}

fieldset legend {
	margin: 0;
}

fieldset p {
	margin: 0;
}

table {
    border:none;
    border-collapse: collapse;
}
table thead th.sort_up:before { content: "▲"; }
table thead th.sort_down:before { content: "▼"; }
table thead th:hover { cursor: default; }
table thead th[data-sort]:hover,
td.expando
{ cursor: pointer; }

.rech { background-color: #ffeeee !important; }

.tooltip {
	position: relative;
	cursor: default;
}

.tooltip span {
	visibility: hidden;    
	position: absolute;
	z-index: 1;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 8pt;
    line-height: 10pt;
	background-color: #FEC;
	color: #000;
	text-align: left;
	padding: 3px 3px;
	top: 1em;
	left: 1.5em;
}

.tooltip:hover span {
	visibility: visible;
}

div.alert {
	border: none;
	margin: 2ex 0;
	padding: 0.5ex 1em;
}

.dialog-error {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	font-stretch:normal;
	font-style:normal;
	font-weight:300;
	line-height:24px;
	display: none;
	clear: both;
}

.dialog-error .ui-dialog-titlebar,
.dialog-error .ui-dialog-titlebar-close {
	display: none;
}

.dialog-error p {
	margin-bottom: 1ex;
}

.dialog-error pre {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 9pt;
	line-height: 2.3ex;
    overflow: initial;
}

.ui-widget,
.ui-multiselect-menu .ui-state-hover {
	font-family: inherit !important;
	font-size: inherit !important;
}

.ui-widget {
	font-weight: inherit !important;
}

.ui-autocomplete.ui-menu,
.ui-autocomplete.ui-menu .ui-state-hover,
.ui-autocomplete.ui-menu .ui-state-active {
	font: inherit !important;
	font-size: 12pt;
	line-height: 1.1rem !important;
}

.ui-icon {
	margin-right: 0.33em;
	margin-top: 0.5ex;
}

.ui-tooltip {
	max-width: 350px;
	padding: 4px;
	color: black;
	font-family: inherit !important;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

.ui-multiselect-checkboxes label {
	margin-bottom: 0;
}



.ui-multiselect-checkboxes label input {
	top: 2px !important;
	left: 2px !important;
	line-height: inherit !important;
	margin: inherit !important;
	margin-right: 8px !important;
}

a.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

