

/*---------------------------------------------------------------------------
						Begin Page elements
---------------------------------------------------------------------------*/

.btn-app {
	font-size: 18px;
	padding: 6px 16px 6px;
	margin: 5px;
	border-radius: 2px;
}

.btn-toolbar {
	display: inline-block;
	float: left;
	margin: 1px 5px 1px 5px;
	border: 1px solid #f5f5f5;
	height: 30px;
	width: 30px;
}

.btn-toolbar:hover{
	display: inline-block;
	margin: 1px 5px 1px 5px;
	border: 1px solid #BBB;
	border-bottom-color:#888;
	border-radius: 3px;
	box-shadow: 0 1px 0 #888;
	height: 30px;
	width: 30px;
}

.btn-toolbar:active {
	display: inline-block;
	margin: 1px 5px 1px 5px;
	background-color: #999;
	border: 1px solid #666;
	border-bottom-color:#888;
	border-radius: 3px;
	height: 30px;
	width: 30px;
}


.btn-toolbar img{
	margin: 7px;

}


a.tooltips {
  position: relative;
  display: inline;
  color:#FFF;
}

a.tooltips span {
  position: absolute;
  width:125px;
  color: #1A0359;
  background: #C1D6FA;
  height: 27px;
  line-height: 27px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}

a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #C1D6FA;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  top: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}


/*Begin tabs*/
.nav {
    margin-bottom: 0;
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
}

.nav-tabs > li > a {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #fff;
	background-color: #3b88b8;
	padding: 7px 17px 10px;
	line-height: normal;
}

.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus {
    background-color: #212c43;
	border-color: #212c43;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a:hover {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #212c43;
	font-weight: 700;
	border: 1px solid #ccc;
	border-bottom: 1px solid #f5f5f5;
	background-color: #f5f5f5;
}

.tab-content{
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 23px 20px 15px;
	min-height: 540px;

}


.text-tab-bottom {
    margin-bottom: 20px;
}

.tabs-wrap {
	margin: 10px;
}


.inside-tab-wrapper{
	padding:30px 0 0 0;

}



/*End tabs*/

/*---------------------------------------------------------------------------
						End Page elements
---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------
						Begin Inspecciones
---------------------------------------------------------------------------*/


.big-container{
	margin: 0 80px 0 122px;

}

.tool-bar{
	height: 35px;
	margin: 5px 0 0 0;
}

.tool-bar a{
	margin: 0 20px 0 15px;
	color: #212c43;
}

.tool-bar img{
	margin: 4px 5px;
}

.tool-bar ul{
	margin: 0 0 0 5px;
}

.tool-bar li{
	display: inline-block;
	margin: 5px 0 0 0;
}

.tool-bar li:hover,
.tool-bar a:hover {
	cursor: pointer;
	color: #7ccbfc;
}

.tool-bar,
.control-panel {
	border: 1px solid #ccc;
	border-radius: 5px;
}


.control-panel {
	margin: 10px 0 30px 0;
}

.section-title {
	margin: 0 0 10px 0;
}

.wrap-control-panel{
	margin: 10px;
}


.box-header {
	margin-bottom: 20px;
	padding: 5px;
}





.selectForm {
	border:1px solid #ccc;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	visibility: hidden;	
}

.selectForm form {
	margin:0;	
}


.box-header div{
	display: inline-block;

}

.box-content{
	max-height: 560px;
	overflow: auto;
}
.data-table {
	width: 100%;
	border: 1px solid #ccc;
	
}

.data-table thead {
	border: 1px solid #ccc;
}

.data-table tbody{
	background-color: #fff;
}


.data-table tr,
.inspection-list tr {
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #bbb;
	text-align: left;
}


.data-table tr:last-child,
.inspection-list tr:last-child {
	border-bottom: none;
}



.data-table img{
	max-width: 200px;
}

.inspection-list tbody tr:hover {
	background: #d1d4d7;
	cursor: pointer;
}

.inspection-active {
	background: #D6EAF5;
}

.aside-wrap {
    margin: 39px 0 0;
}

.header-aside {
	margin: 0 0 30px 0;

}

.link-inspection{
	color: #000;

}

.select-file{
	color: #ccc;
	margin-left: auto;
	margin-right: auto; 

}

.select-file-btn{
	margin-left: auto;
	margin-right: auto;
}

.inner-table {
	overflow-y: auto;
}

.main-nav{
	position:fixed;
	left:0;
	right:0;
	top:0;
}

#overlay {
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

#overlay img {
	margin-top: 10%;
	height:60%;
}


.div-data-form{
	margin: 0 0 30px 0;
	padding: 5px 0 0 0;
	border: 1px solid #ccc; 
	border-radius: 5px;	
}

.input-data-form{
	margin: 0 0 0 5px;
}

.form-row {
	margin-left: 0 ;

}



/*---------------------------------------------------------------------------
						End Inspecciones 
---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
						Begin Integridad
---------------------------------------------------------------------------*/

.buttons-grid {
	margin: 40px 0 0 0;
}

.buttons-grid a{
	color: #212c43;
}

.buttons-grid a:hover{
	color: #7ccbfc;
}

.equipment {
	display: inline-block;
	border: 2px solid #ccc;
	border-radius: 5px;
	height: 140px;
	width: 28%;
	margin: 0 13px 30px 13px;
	padding: 10px;
	text-align: center;

}

.equipment h4 {
	margin: 10px 0 0 0;

}


/*---------------------------------------------------------------------------
						End Integridad 
---------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------
						Begin Evaluacion Ductos
---------------------------------------------------------------------------*/

.chartDiv{
	width:800px;
	height:550px;
	display:inline-block;
}


#div-inputb31g {
	display: block;
}

.grey{
	background-color: #f5f5f5;
}


.form-label {
	display: inline-block;
	width: 160px;
	padding: 0 10px 0 0;
}

.side {
	width: 140px;
}
	
.form-textinput {
	width: 60px;
	margin: 0 10px 0 0;

}	

.form-label-unit {
	display: inline-block;
	width: 30px;
	padding: 0 10px 0 0;
	text-align: left;
}

.form-label-resultado{
	display: inline-flex;
	width: 60px;
	height: 22px;
	padding: 0 0 5px 10px;
	text-align: center;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 30px;
	background-color: #eee;
}

.data-selectinput{
	width: auto;
	margin: 0 10px 10px 0;
}


.div-data-table{
	margin: 0 0 5px 0;
}

.input-table {
	margin: 3px 0 0 0;
	display: block;
	width: auto;
	overflow: auto;
}

.input-table > tbody {
	font-size: 14px;
	color: #212c43;
	background-color: #fff;
}

.titulos-tabla {
	background-color: #ccc;

}

.input-table th:first-child, .input-table td:first-child {
	background-color: #ccc;
	text-align: center;
	min-width: 14px;
}

.input-table th {
	text-align: center;
}

.input-table td {
	padding: 0 4px;
	min-width: 70px;
}

.result-cell{
	background-color: #f5f5f5;
}

.input-cell{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.input-cell input[type="number"]{
	margin: 0;
	padding: 0 0 0 0;
	border: none;
	height: inherit;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}

 .input-cell input[type="number"]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
     margin: 0; 
}

.tab-content-aside {
	padding: 5px;
	min-height: 100%;
}

.tabs-wrap-aside {
	margin: 0;
}

/*---------------------------------------------------------------------------
						End Evaluacion Ductos 
---------------------------------------------------------------------------*/



