@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {font-family: "Futura";
    src: url("fonts/6457161a2bd1197bca298f423ddeb76a.eot");
    src: url("fonts/6457161a2bd1197bca298f423ddeb76a.eot?#iefix") format("embedded-opentype"),
    url("fonts/6457161a2bd1197bca298f423ddeb76a.woff2") format("woff2"),
    url("fonts/6457161a2bd1197bca298f423ddeb76a.woff") format("woff"),
    url("fonts/6457161a2bd1197bca298f423ddeb76a.ttf") format("truetype"),
    url("fonts/6457161a2bd1197bca298f423ddeb76a.svg#Futura Md Bt") format("svg");
}



#totalContainer2{
	
	width: 100%;
	padding-bottom: 1%;
	
}


#specialName{
	color: #17a9bf;
    font-weight: 700;
    font-size: 2rem;
    font-style: italic;
    width: 90%;
    margin: 0 auto;
	/* text-shadow: 1px 1px 0px #000000; */
	
}
#formWelcome{
	
	width: 80%;
    margin: 0 auto;
    padding: 2%;
    font-weight: 700;
    font-style: italic;
    font-size: 1.1rem;
    text-align: center;
	
	
}

#formFrame{
	
	width:98%;
	margin:0 auto;
	padding: 1%;
	/* background: #253949; */
	background: rgb(62, 82, 98, 0.39);
	border-radius: 1rem;
	
}


.titleMod{
	
	color:#17a9bf;
	font-weight: 700;
    font-size: 1.5rem;
    font-style: italic;
}

.module{
	
	
	background: white;
	/* background: rgb(255, 255, 255,  0.50); */
    /* border: 1px solid white; */
	border-top: 2px solid white;
    border-right: 2px solid white;
    margin: 1%;
	padding: 1%;
	border-radius: 1rem;
	box-shadow: 0.2rem 0.3rem 0.3rem 0px #888888;
}
#containerInfoSol{
	
	height: 45vh;
	
	
}




/* .pairMod{ */

	/* background: rgb(9,52,90); */
	/* background: -moz-linear-gradient(146deg, rgba(9,52,90,1) 79%, rgba(237,20,61,1) 100%); */
	/* background: -webkit-linear-gradient(146deg, rgba(9,52,90,1) 79%, rgba(237,20,61,1) 100%); */
	/* background: linear-gradient(146deg, rgba(9,52,90,1) 79%, rgba(237,20,61,1) 100%); */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09345a",endColorstr="#ed143d",GradientType=1); */
	

	
	
	
	/* outline: 1px solid black; */
/* } */







.LbVSInput{
	
	margin: 0 auto;
    width: 95%;
/*     margin-top: 1%;
    margin-bottom: 1%; */
	height: 10%;
	position: relative;


}

.LbVSInput:nth-child(odd){
	/* background:white; */
}

.LbVSInput:nth-child(even){
	background:rgb(255, 255, 255,  0.52);
}







.LbVSInput2{
	
	display:grid;
	grid-template-columns:60% 40%;
	margin: 0 auto;
    width: 95%;
    margin-top: 1%;
    margin-bottom: 1%;
    height: 5%;
    position: relative;
	

}


.longLabel{
	width:60%;
	margin-bottom: 0;
    position: absolute;
    bottom: 0;
	
	
}

.labelInputs{
	
	margin-bottom:0;
	position: absolute;
    bottom: 0;
	padding-left: 1%;
	color: #253949;
	font-size: 1.2rem;
}

.commonInput{
	
	border: none;
    /* border-bottom: 2px solid #158297;
	border-right: 2px solid #158297; */
	border-bottom: 2px solid #2893a3;
    border-right: 2px solid #2893a3;
    background: transparent;
    position: absolute;
    width: 30%;
    right: 0;
	bottom: 0;
	height: 80%;
	padding-top: 2%;
	
	
}

.radioGroup{
	
	display: inline;
    float: right;
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
	
	
}

.lbVSradio{
	
	position: relative;
    width: 49%;
    display: inline;
    margin-right: 15%;
	
	
}

.containerTotProds{
	

	margin-top:2%;
	display:grid;
	grid-template-columns: 90% 10%;
	/* background: white; */
	
	
}
	
.innerSquare{
	
	position: relative;
    margin-left: 2%;
    border: 1px solid #dadee1;
/*     border-bottom: 3px solid #0A414B;
    border-right: 3px solid #0A414B; */
    display: grid;
    /* grid-template-columns: 25% 25% 25% 25%; */
	grid-template-columns:2fr 4fr;
	
	
	
    margin: 0 auto;
    width: 100%;
	border-radius: 1rem;
    padding: 1%;
	
	
}	
#longProd{
	grid-column-start: 1;
	grid-column-end: 3;
	
}

#longProd2{
	grid-column-start: 3;
	grid-column-end: 5;
	
}	
	
.modSquareContainer{
	
	margin: 1%;
    /* border: 2px solid #4c6f93; */
	/* display:flex; */
	/* justify-content: center; */
    /* align-items: center; */
	/* display: grid; */
    /* grid-template-rows: 2fr 1fr; */
	
	
}

.labelGrids{
	
	/* width: 60%; */
	color: white;
	font-weight: 700;
    font-style: italic;
    padding: 0.3rem;
	
}
.inputGrids{
	
	float:right;
	
	
}
.addCerti, .addPre, .addProd, #solServContainer{
	
	color:#333;
	font-weight:700;
	font-style:italic;
	text-align: center;
	
}

.addProdBtnsCont, .addCert, .addPreProcess{
	display: grid;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    align-items: center;
	
	
	
}


/* .moreProds, .moreCerts{
	
	margin-top:2%;
	width: 60%;
    text-align: center;
	font-size: 2rem !important;
	color:#fff;
	text-shadow: 2px 2px 2px #7e7e7e;
	cursor:pointer;
	border-radius: 1rem;
    border: 0;
    background: #40e0d0;
	
	
	
} */



.lessPr{
	
	margin-top:2%;

	
}


.hrModule{
	
	margin-top:1%;
	
}
#eslabon {
    width: 95%;
    position: relative;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 1%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}


.eslabDiv {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 1rem;
	transition:all 0.3s;
	position: relative;
  transition-duration: 0.65s;
  -webkit-transition-duration: 0.65s; /* Safari */
	
	
}



.eslabDiv:nth-child(odd){
	/* background: #195d8d; */
	background:beige;
	/* color:white; */
	color:black;
	font-weight:700;
	font-style:italic;
}

.eslabDiv:nth-child(even){
	background:beige;
	font-weight:700;
	font-style:italic;
}



.eslabDiv:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px #40e0d0;
}

.eslabDiv:active:before {
  box-shadow: 0 0 0 0 #40e0d0;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  opacity: 1;
  transition: 0s;
  
}


.eslabChekd{
	

	background:#40e0d0 !important;
	color:white !important;
	text-shadow: 2px 2px 2px #7e7e7e;
	
	
}






.labelInputs4{
	
	
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	z-index: 999;
	cursor:pointer;
}
	
	

.labelInputs4:hover{
	
	cursor:pointer;
	
}
.eslabDiv:hover{
    background:#30a676;
	

	color:white;
	font-weight:700;
	font-style:italic;
	cursor:pointer;
}


.containerCerts {
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-top: 2%;
    display: grid;
    grid-template-columns: 40% 40% 20%;
	color:white;
	font-weight:700;
	font-style:italic;
	
	
	
}

#dataListContainer {
    width: 100%;
    text-align: center;
	border: 1px solid #dadee1;
	border-radius: 1rem 0 0 1rem;
}
.certsBlocks {

    
    
	margin: 1%;
    border: 2px solid #4c6f93;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	border: 1px solid #dadee1;
	
	border-radius: 0 1rem 1rem 0;
	

}
.datalistReq{
	
	width:50%;
	
}

.spanCerts {
    width: 90%;
	text-align: center;
}

#containerBlockRadio2 {
    width: 100%;
    text-align: center;
	display:grid;
	grid-template-columns:1fr 1fr;
	
	
}

.containerRadio2 {

    margin: 5%;
	    display: flex;
    align-items: center;
    margin-left: 5rem;
}

.fa-info-circle{
	
	font-size:1.3rem;
	color:#0cc2dd;
	padding-left:1rem;
	
}

.labRad2 {
    margin: 3%;
	cursor:pointer;
	color:#333;
}
.preProcessContainer {
    display: grid;
    grid-template-columns: 80% 20%;
    margin: 1%;
}
.actPreProcessContainer {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    width: 90%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.contPreCert {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #4c6f93;
	padding: 2%;
	color:white;
	font-weight:700;
	font-style:italic;

}

#containerDesiredCerts {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-rows: 80% 20%;
    margin-top: 1%;
}
#certCheckers {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: grid;
    
	grid-template-columns: repeat(5, 20%);
	padding: 2%;
}
.desiredChecks, .yesNoRad {
    transform: scale(1.5);
    cursor: pointer;
}
.eachCheckBox {
    margin-left: 3%;
    cursor: pointer;
	display: flex;
    line-height: 3rem;
	font-weight:700;
	color:#333;
	font-style:italic;
}
.miniCertBoxes{
	
	padding-bottom:1%;
	padding-top: 1%;
	
}

#solServContainer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 1%;
    display: block;
}
#solServSel {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    text-align: center;
    margin-bottom: 1%;
}
#gerDirRad {
    width: 90%;
    position: relative;
    margin: 0 auto;
}
.radDivGer {
    display: inline;
    margin: 2%;
}
.sendCotti{
	
	width: 8vw;
    height: 5vh;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 700;
    color: white;
	background: #40e0d0;
	border:0;
    border-radius: 1rem;
	cursor:pointer;
	
	
}
.sendCotti:hover{
	
	background:#30a676;
	
}
#txtAreaConnt{
	
	margin:0 auto;
	
}

#innerTxtArrea{
	
	    width: 90%;
    height: 15%;
    margin: 0 auto;
    resize: none;
    overflow: hidden;
    display: block;
	
}

.labelInputs1{
	
	width:85%;
	font-weight:700;
	
}

.labelInputs2, .labelInputs3{
	
	font-weight:700;
	color: #17a9bf;
	text-align: center;
	
}

.labelGrids,.labelInputs4x{
	
	color:black;
	
}


.esbHe{
	
	min-height: 5vh;
	
}

.containerCerts2{
	
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	
}

#formStats{
	
	text-align: center;
    font-weight: 700;
	
}


.outShow{
    
    text-align:center;
    
    
}


.nfx{
    
    width: 70%;
    margin: 0 auto;
    
}


.nfx2{
    
    border: 0px solid black !important;
    font-weight:700;
    
}


.nfx:nth-child(odd) {
  background: #f5f5f5;
}

.nfx:nth-child(even) {
  background: #e5e4e2;
}

.labelStro{
    
    font-weight:900;
    color:#4c4c4c;
    
}
.nfx3{
    
    box-shadow: 1px 2px 2px 0px #888888;
    margin: 2%;

    
}


#containerGridSols{
    
    height: 80%;
    overflow-y: scroll;
    
    
}


#containerFormularioss{
    
    width:85%;
    margin:0 auto;
    font-family: Futura;
    
}
.updateSol{
    
    
    display:grid;
    grid-template-columns:5fr 2fr 1fr;
    padding: 2%;
    

    
}

.formStatusRadio{
    
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    
}

.updateSol:nth-child(odd) {
  background: #e5e9e1;
}

.updateSol:nth-child(even) {
  background: #dbdfd4;
}

.fomrCells{
    
    
    
    
}



/* ------------- media queries --------------- */

@media only screen and (min-width: 320px) and (max-width: 479px) {
	body{
		
		font-size:0.7rem;
		
	}
}


