#search
{
    border: 2px solid gray;
    border-radius: 10px;
	padding: 5px;
	margin: 10px;
}
#history
{
 	margin-top: 10px;
}

.angular-google-map-container 
{
	height: 400px;
}

#defectsMapContainer .angular-google-map-container 
{
	height: 800px;
}

.title
{
	color: gray;
	font-size: 23px;
}

.carousel-caption {
    color: yellow;
}

.labels
{
	color: black;
	background-color: white;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	width: 50px;     
	border: 1px solid black;
	white-space: nowrap;
}
   
.form-control
{
	height: 33px;
}
   
.btn
{
	width: 37px;
	height: 33px;
	/*font-weight: bold;*/
	padding: 0px;
	margin: 3px;
}

.btn_small
{
	width: 33px;
	height: 30px;
	/*font-weight: bold;*/
	padding: 0px;
	margin: 0px;
}
 
.btn_lic
{
	width: 100px;
} 
.btn_login
{
	width: 50px;
	height: 33px;
	/*font-weight: bold;*/
	padding: 0px;
	margin: 3px;
} 
.btn_export
{
	width: 60px;
	height: 60px;
	/*font-weight: bold;*/
	padding: 0px;
	margin: 3px;
} 
.btn_date
{
	margin: 0px;
} 

.input-group > .inputDate
{
	min-width: 100px;
}  
.input-group > .inputHour
{
	width: 70px;
}  

.title
{
	color: gray;
	font-size: 23px;
}

.checkbox-medium
{
    height: 25px; 
	width: 25px;	
}

.checkbox-md_NO
{
	height: 60px;
}

.tableESQ > tbody > tr > td
 {
  line-height: .5;
}

.label-blue
{
	color: blue;
	/*background-color: red;
	font-size: 23px;*/
}

.btn_date
{
	margin: 0px;
}

.fixed400WidthScroll { 
	height:300px; overflow-y:scroll;
 }
 
 .table-panel
 {
  font-size: 15px;
  font-family: "Helvetica", sans-serif /*Helvetica"; , "Frutiger", Clearview; montserrat bold*/
}

.table-panel.table-striped>tbody>tr:nth-child(odd)>th,
.table-panel.table-striped>tbody>tr:nth-child(even)>th
{
  background-color: #0F5026; /*15,80,38*/
  color: white;
  font-size: 10px;
 }
 
.table-panel.table-striped>tbody>tr:nth-child(even)>td 
{
  /*background-color: #524C3C; *//*82,76,60*/
  /*color: #ECE08E;*/ /*236,224,142*/
 }


.table-panel.table-striped>tbody>tr:nth-child(odd)>td, 
.table-panel.table-striped>tbody>tr:nth-child(odd)>th1 {
  /*background-color: white;*/ /*82,76,60*/
  /*color: black;*/ /*236,224,142*/
  /*font-weight: bold;*/
 }
 
.table-panel.table-striped>tbody>tr:nth-child(even)>td, 
.table-panel.table-striped>tbody>tr:nth-child(even)>th1 {
  /*background-color: white;*/ /*82,76,60*/
  /*color: black;*/ /*236,224,142*/
  /*font-weight: bold;*/
 }
 
 .panelGreen
 {
	background-color: #0F5026; /*15,80,38*/
	color: white;
	font-size: 15px;
}
 
 .panelBlack
 {
	background-color: black;    
	color: white;
	font-weight: bold;
}
.panelWhite
 {
	background-color: white;    
	color: black;
	font-weight: bold;
}

.bigFont{
  font-size: 25px;
}

.bg {
	/*background-color: red;*/
	/*
	background-color: #ECE08E;
	*/
	/*
	background-image: url("img/FTVM_fondo.jpg");
	height: 100%; 

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	height: 100vh;
	*/
}


   