/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

.popover { max-width:600px!important; } 
 
 
html {
    height:100%;
}

body {
  font-family: "Segoe", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;	
    /*margin-top: 30px;*/
    background-color: white;
    /*font-size: 14px;*/
    /*line-height: 1.5;*/
    height:100%;
}

.container-fluid {
    /*height:100%;*/
}

.breadcrumb-item {
    font-size: 14px;
}

.timeselm {
    font-size: 14px;
    width: 110px;
	/*padding-top: 0px;
	padding-bottom: 0px;     */
}

.dropdown-item {
	 font-size: 14px;
}

.navbar-nav {
	font-size: 16px;
}

.navbar-nav .nav-link {
	padding-left: 16px;
}
 
.reducido {
    font-size: 14px;
}


table {
	font-size: 13px;		
}

pre {
	font-size: 12px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 3px;  
}

.table-disable,
.table-disable > th,
.table-disable > td {
  color: gray;
}
 
 /* chapuza para datables */
.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}


.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.qtip {
  max-width: 1600px;
  max-height: 900px;    
}

.card {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
	border: none
}

.breadcrumb {
	/*margin-top:4px;
	margin-bottom:5px;*/
	padding-bottom:3px;
	padding-top:3px;
}

.custom-select {
	height: calc(2.0rem - 2px);
} 


/* TABLECOOL CHAVITO */

.tableCool{
   font-size: 13px;
}

.tableCool > thead > tr > th,
.tableCool > tbody > tr > th,
.tableCool > tfoot > tr > th,
.tableCool > thead > tr > td,
.tableCool > tbody > tr > td,
.tableCool > tfoot > tr > td {
  padding: 2px;  
}


/*
@media only screen and (min-width: 320px) {
  .tableCool {
    font-size: 9px;
  }
}

@media only screen and (min-width: 640px) {
  .tableCool {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .tableCool {
    font-size: 11px;
  }
}
*/

.tableCool th {
  /*background-color: #006000;*/
  /*color: white;*/
  font-weight: bold;
  /*font-size: 11px;*/
  /*height: 25px;*/
  border: 1px solid white;
}

.tableCool td {
  /*text-align: left;
  color: black;
  background-color: #ECFFF0;
  height: 20px;*/
  border: 1px solid white;
  padding: 2px;
}

.tableCool .blackCell {
  color: black;
}

.tableCool .redCell {
  color: red;
}

.tableCool .grayCell {
  color: gray;
}

.tableCool .whiteCell {
  color: black;
  background-color: white;
}

.tableCool .hi {
  font-weight: bold;
  /*text-align: left;
  color: white;
  background-color: #009050;*/
}

.tableCool .rowsHeader {
  background-color: white;
}

.colbox {
	margin-left: 0px;
    margin-right: 0px;
}
 