@CHARSET "UTF-8";

.lright{
  text-align: right ;
}
.red{
  color:#dd5a43!important;
}
.blue{
  color:#478fca!important;
}
.green{
  color:green;
}
.orange{
  color: orange;
}
tr.blue  td{
  color: blue;
}
tr.green  td{
  color: green;
}
tr.orange  td{
  color: orange;
}

#tbPresupuesto td{
  font-size:13px;
}


.card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}


.login-box-body, .register-box-body{
  background: #F7F7F7;
}

/** NProgress **/
#nprogress .bar {
  background: #dd4b39; }

#nprogress .peg {
  box-shadow: 0 0 10px #dd4b39, 0 0 5px #dd4b39; }

#nprogress .spinner-icon {
  border-top-color: #dd4b39;
  border-left-color: #dd4b39; }

/** /NProgress **/





table.jambo_table {
  border: 1px solid rgba(221, 221, 221, 0.78); }

table.jambo_table thead {
  background: rgba(52, 73, 94, 0.94);
  color: #ECF0F1; }

table.jambo_table tbody tr:hover td {
  background: rgba(38, 185, 154, 0.07);
  border-top: 1px solid rgba(38, 185, 154, 0.11);
  border-bottom: 1px solid rgba(38, 185, 154, 0.11); }

table.jambo_table tbody tr.selected {
  background: rgba(38, 185, 154, 0.16); }

table.jambo_table tbody tr.selected td {
  border-top: 1px solid rgba(38, 185, 154, 0.4);
  border-bottom: 1px solid rgba(38, 185, 154, 0.4); }

.bulk-actions {
  display: none; }

.table tbody p{
  margin: 0 0 2px;
}


#dtDetalle > tbody > tr > td {
  vertical-align: middle;
}


.btn-app {
  margin: 0;
  padding: 6px 12px;
  height: auto;
  min-width: 50px;
}


@media (min-width: 768px) {
	.hugeModal > .modal-dialog {
		width: 90%;
		max-width: 1200px; /* or 90% or whatever */
	}
}

#block_detalle{
  height: 150px;
  overflow-y: auto;
}